public abstract class RegistrationCoordinatorProcessor extends Object
| Constructor and Description |
|---|
RegistrationCoordinatorProcessor() |
| Modifier and Type | Method and Description |
|---|---|
static RegistrationCoordinatorProcessor |
getCoordinator()
Get the coordinator.
|
abstract RegisterResponseType |
register(RegisterType register,
MAP map,
ArjunaContext arjunaContext,
boolean isSecure)
Register the participant in the protocol.
|
static RegistrationCoordinatorProcessor |
setCoordinator(RegistrationCoordinatorProcessor coordinator)
Set the coordinator.
|
public static RegistrationCoordinatorProcessor getCoordinator()
public static RegistrationCoordinatorProcessor setCoordinator(RegistrationCoordinatorProcessor coordinator)
coordinator - The coordinator.public abstract RegisterResponseType register(RegisterType register, MAP map, ArjunaContext arjunaContext, boolean isSecure)
register - The register request.map - The addressing context.arjunaContext - The arjuna context.Copyright © 2018 JBoss by Red Hat. All rights reserved.