Modifier and Type | Method and Description |
---|---|
static MAP |
AddressingHelper.createFaultContext(MAP map,
String messageID)
Create an addressing context that represents a fault to the specified addressing context.
|
static MAP |
AddressingHelper.createNotificationContext(String messageID)
Create an addressing context specifying only the message id for a notification.
|
static MAP |
AddressingHelper.createOneWayResponseContext(MAP map,
String messageID) |
static MAP |
AddressingHelper.createRequestContext(MAP map,
String messageID)
Create an addressing context that represents a notification to the specified context.
|
static MAP |
AddressingHelper.createRequestContext(String address,
String messageID)
Create an addressing context that represents a request to the specified address.
|
static MAP |
AddressingHelper.createRequestContext(String address,
String action,
String messageID)
Create an addressing context that represents a request to the specified address.
|
static MAP |
AddressingHelper.createResponseContext(MAP map,
String messageID)
Create an addressing context that represents an inline reply to the specified addressing context.
|
static MAP |
AddressingHelper.inboundMap(MessageContext ctx)
retrieve the inbound server message address properties attached to a message context
|
static MAP |
AddressingHelper.outboundMap(Map<String,Object> ctx)
retrieve the outbound client message address properties attached to a message request map
|
static MAP |
AddressingHelper.outboundMap(Map<String,Object> ctx,
String replyTo,
String faultTo) |
Modifier and Type | Method and Description |
---|---|
static void |
AddressingHelper.configureRequestContext(Map<String,Object> requestContext,
MAP map)
JBossWS Native version to configure request context with MAP
|
static void |
AddressingHelper.configureRequestContext(Map<String,Object> requestContext,
MAP map,
String to,
String action)
JBossWS Native version to configure request context with MAP, to and action
|
static MAP |
AddressingHelper.createFaultContext(MAP map,
String messageID)
Create an addressing context that represents a fault to the specified addressing context.
|
static MAP |
AddressingHelper.createOneWayResponseContext(MAP map,
String messageID) |
static MAP |
AddressingHelper.createRequestContext(MAP map,
String messageID)
Create an addressing context that represents a notification to the specified context.
|
static MAP |
AddressingHelper.createResponseContext(MAP map,
String messageID)
Create an addressing context that represents an inline reply to the specified addressing context.
|
static void |
AddressingHelper.installActionMessageID(MAP map,
String action,
String messageID) |
static void |
AddressingHelper.installCallerProperties(MAP map,
MAP requestMap) |
static void |
AddressingHelper.installFaultTo(MAP map,
MAPEndpoint epReference,
InstanceIdentifier identifier) |
static void |
AddressingHelper.installFromFaultTo(MAP map,
MAPEndpoint epReference,
InstanceIdentifier identifier) |
static void |
AddressingHelper.installNoneReplyTo(MAP map) |
static boolean |
AddressingHelper.isNoneReplyTo(MAP map) |
Modifier and Type | Method and Description |
---|---|
protected String[] |
BaseWSAddrResponseProcessor.getIDs(MAP map)
Get the callback ids.
|
Modifier and Type | Method and Description |
---|---|
static TerminationCoordinatorPortType |
TerminationClient.getRegistrationPort(MAP map) |
static TerminationCoordinatorPortType |
WSARJTXClient.getTerminationCoordinatorPort(W3CEndpointReference endpointReference,
String action,
MAP map) |
static TerminationCoordinatorRPCPortType |
WSARJTXClient.getTerminationCoordinatorRPCPort(W3CEndpointReference endpointReference,
String action,
MAP map) |
static TerminationParticipantPortType |
WSARJTXClient.getTerminationParticipantPort(InstanceIdentifier identifier,
String action,
MAP map) |
static TerminationParticipantPortType |
TerminationClient.getTerminationParticipantPort(MAP map) |
static TerminationParticipantPortType |
WSARJTXClient.getTerminationParticipantPort(W3CEndpointReference endpointReference,
String action,
MAP map) |
void |
TerminationCoordinatorClient.sendCancel(W3CEndpointReference coordinator,
MAP map,
InstanceIdentifier identifier)
Send a cancel request.
|
void |
TerminationCoordinatorRPCClient.sendCancel(W3CEndpointReference coordinator,
MAP map,
InstanceIdentifier identifier)
Send a cancel request.
|
void |
TerminationParticipantClient.sendCancelled(W3CEndpointReference participant,
MAP map,
InstanceIdentifier identifier)
Send a cancelled request.
|
void |
TerminationCoordinatorClient.sendClose(W3CEndpointReference coordinator,
MAP map,
InstanceIdentifier identifier)
Send a close request.
|
void |
TerminationCoordinatorRPCClient.sendClose(W3CEndpointReference coordinator,
MAP map,
InstanceIdentifier identifier)
Send a close request.
|
void |
TerminationParticipantClient.sendClosed(W3CEndpointReference participant,
MAP map,
InstanceIdentifier identifier)
Send a closed request.
|
void |
TerminationCoordinatorClient.sendComplete(W3CEndpointReference coordinator,
MAP map,
InstanceIdentifier identifier)
Send a complete request.
|
void |
TerminationCoordinatorRPCClient.sendComplete(W3CEndpointReference coordinator,
MAP map,
InstanceIdentifier identifier)
Send a complete request.
|
void |
TerminationParticipantClient.sendCompleted(W3CEndpointReference participant,
MAP map,
InstanceIdentifier identifier)
Send a completed request.
|
void |
TerminationParticipantClient.sendFaulted(W3CEndpointReference participant,
MAP map,
InstanceIdentifier identifier)
Send a faulted request.
|
void |
TerminationParticipantClient.sendSoapFault(SoapFault soapFault,
MAP map,
InstanceIdentifier identifier)
Send a fault.
|
void |
TerminationParticipantClient.sendSoapFault(W3CEndpointReference endpoint,
MAP map,
SoapFault soapFault,
InstanceIdentifier identifier)
Send a fault.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
TerminationCoordinatorProcessor.cancel(NotificationType cancel,
MAP map,
ArjunaContext arjunaContext)
Cancel.
|
abstract void |
TerminationCoordinatorRPCProcessor.cancel(NotificationType cancel,
MAP map,
ArjunaContext arjunaContext)
Cancel.
|
abstract void |
TerminationParticipantCallback.cancelled(NotificationType cancelled,
MAP map,
ArjunaContext arjunaContext)
A cancelled response.
|
abstract void |
TerminationCoordinatorProcessor.close(NotificationType close,
MAP map,
ArjunaContext arjunaContext)
Close.
|
abstract void |
TerminationCoordinatorRPCProcessor.close(NotificationType close,
MAP map,
ArjunaContext arjunaContext)
Close.
|
abstract void |
TerminationParticipantCallback.closed(NotificationType closed,
MAP map,
ArjunaContext arjunaContext)
A closed response.
|
abstract void |
TerminationCoordinatorProcessor.complete(NotificationType complete,
MAP map,
ArjunaContext arjunaContext)
Complete.
|
abstract void |
TerminationCoordinatorRPCProcessor.complete(NotificationType complete,
MAP map,
ArjunaContext arjunaContext)
Complete.
|
abstract void |
TerminationParticipantCallback.completed(NotificationType completed,
MAP map,
ArjunaContext arjunaContext)
A completed response.
|
abstract void |
TerminationParticipantCallback.faulted(NotificationType faulted,
MAP map,
ArjunaContext arjunaContext)
A faulted response.
|
void |
TerminationParticipantProcessor.handleCancelled(NotificationType cancelled,
MAP map,
ArjunaContext arjunaContext)
Handle a cancelled response.
|
void |
TerminationParticipantProcessor.handleClosed(NotificationType closed,
MAP map,
ArjunaContext arjunaContext)
Handle a closed response.
|
void |
TerminationParticipantProcessor.handleCompleted(NotificationType completed,
MAP map,
ArjunaContext arjunaContext)
Handle a completed response.
|
void |
TerminationParticipantProcessor.handleFaulted(NotificationType faulted,
MAP map,
ArjunaContext arjunaContext)
Handle a faulted response.
|
void |
TerminationParticipantProcessor.handleSoapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
Handle a SOAP fault response.
|
abstract void |
TerminationParticipantCallback.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
A SOAP fault response.
|
abstract void |
TerminationCoordinatorProcessor.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
handle a soap fault sent by the participant.
|
Modifier and Type | Method and Description |
---|---|
void |
CoordinatorInboundEvents.aborted(Notification aborted,
MAP map,
ArjunaContext arjunaContext)
Handle the aborted event.
|
void |
ParticipantInboundEvents.commit(Notification commit,
MAP map,
ArjunaContext arjunaContext)
Handle the commit event.
|
void |
CoordinatorInboundEvents.committed(Notification committed,
MAP map,
ArjunaContext arjunaContext)
Handle the committed event.
|
void |
ParticipantInboundEvents.prepare(Notification prepare,
MAP map,
ArjunaContext arjunaContext)
Handle the prepare event.
|
void |
CoordinatorInboundEvents.prepared(Notification prepared,
MAP map,
ArjunaContext arjunaContext)
Handle the prepared event.
|
void |
CoordinatorInboundEvents.readOnly(Notification readOnly,
MAP map,
ArjunaContext arjunaContext)
Handle the readOnly event.
|
void |
ParticipantInboundEvents.rollback(Notification rollback,
MAP map,
ArjunaContext arjunaContext)
Handle the rollback event.
|
void |
CoordinatorInboundEvents.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
Handle the soap fault event.
|
void |
ParticipantInboundEvents.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
Handle the soap fault event.
|
Modifier and Type | Method and Description |
---|---|
static CompletionCoordinatorPortType |
WSATClient.getCompletionCoordinatorPort(String action,
MAP map) |
static CompletionCoordinatorPortType |
WSATClient.getCompletionCoordinatorPort(W3CEndpointReference endpointReference,
String action,
MAP map) |
static CompletionCoordinatorRPCPortType |
WSATClient.getCompletionCoordinatorRPCPort(W3CEndpointReference endpointReference,
String action,
MAP map) |
static CompletionInitiatorPortType |
WSATClient.getCompletionInitiatorPort(String action,
MAP map) |
static CompletionInitiatorPortType |
WSATClient.getCompletionInitiatorPort(W3CEndpointReference endpointReference,
String action,
MAP map) |
static CoordinatorPortType |
WSATClient.getCoordinatorPort(String action,
MAP map) |
static CoordinatorPortType |
WSATClient.getCoordinatorPort(W3CEndpointReference endpointReference,
String action,
MAP map) |
static ParticipantPortType |
WSATClient.getParticipantPort(String action,
MAP map) |
static ParticipantPortType |
WSATClient.getParticipantPort(W3CEndpointReference endpointReference,
String action,
MAP map) |
void |
CoordinatorClient.sendAborted(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send an aborted request.
|
void |
CompletionInitiatorClient.sendAborted(W3CEndpointReference participant,
MAP map,
InstanceIdentifier identifier)
Send an aborted request.
|
boolean |
CompletionCoordinatorRPCClient.sendCommit(W3CEndpointReference endpoint,
MAP map)
Send a commit request.
|
void |
CompletionCoordinatorClient.sendCommit(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a commit request.
|
void |
ParticipantClient.sendCommit(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a commit request.
|
void |
CoordinatorClient.sendCommitted(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a committed request.
|
void |
CompletionInitiatorClient.sendCommitted(W3CEndpointReference participant,
MAP map,
InstanceIdentifier identifier)
Send a committed request.
|
void |
ParticipantClient.sendPrepare(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a prepare request.
|
void |
CoordinatorClient.sendPrepared(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a prepared request.
|
void |
CoordinatorClient.sendReadOnly(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a read only request.
|
boolean |
CompletionCoordinatorRPCClient.sendRollback(W3CEndpointReference endpoint,
MAP map)
Send a rollback request.
|
void |
CompletionCoordinatorClient.sendRollback(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a rollback request.
|
void |
ParticipantClient.sendRollback(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a rollback request.
|
void |
CompletionInitiatorClient.sendSoapFault(MAP map,
SoapFault soapFault,
InstanceIdentifier identifier)
Send a fault for an unknown participant.
|
void |
ParticipantClient.sendSoapFault(MAP map,
SoapFault soapFault,
InstanceIdentifier identifier)
Send a fault.
|
void |
CoordinatorClient.sendSoapFault(W3CEndpointReference endpoint,
MAP map,
SoapFault soapFault,
InstanceIdentifier identifier)
Send a fault.
|
void |
CompletionInitiatorClient.sendSoapFault(W3CEndpointReference participant,
MAP map,
SoapFault soapFault,
InstanceIdentifier identifier)
Send a fault.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
CompletionInitiatorCallback.aborted(Notification aborted,
MAP map,
ArjunaContext arjunaContext)
An aborted response.
|
abstract void |
CoordinatorProcessor.aborted(Notification aborted,
MAP map,
ArjunaContext arjunaContext)
Aborted.
|
abstract void |
CompletionCoordinatorProcessor.commit(Notification commit,
MAP map,
ArjunaContext arjunaContext)
Commit.
|
abstract boolean |
CompletionCoordinatorRPCProcessor.commit(Notification commit,
MAP map,
ArjunaContext arjunaContext)
Commit.
|
abstract void |
ParticipantProcessor.commit(Notification commit,
MAP map,
ArjunaContext arjunaContext)
Commit.
|
abstract void |
CompletionInitiatorCallback.committed(Notification committed,
MAP map,
ArjunaContext arjunaContext)
A committed response.
|
abstract void |
CoordinatorProcessor.committed(Notification committed,
MAP map,
ArjunaContext arjunaContext)
Committed.
|
void |
CompletionInitiatorProcessor.handleAborted(Notification aborted,
MAP map,
ArjunaContext arjunaContext)
Handle an aborted response.
|
void |
CompletionInitiatorProcessor.handleCommitted(Notification committed,
MAP map,
ArjunaContext arjunaContext)
Handle a committed response.
|
void |
CompletionInitiatorProcessor.handleSoapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
Handle a SOAP fault response.
|
abstract void |
ParticipantProcessor.prepare(Notification prepare,
MAP map,
ArjunaContext arjunaContext)
Prepare.
|
abstract void |
CoordinatorProcessor.prepared(Notification prepared,
MAP map,
ArjunaContext arjunaContext)
Prepared.
|
abstract void |
CoordinatorProcessor.readOnly(Notification readOnly,
MAP map,
ArjunaContext arjunaContext)
Read only.
|
abstract void |
CompletionCoordinatorProcessor.rollback(Notification rollback,
MAP map,
ArjunaContext arjunaContext)
Rollback.
|
abstract boolean |
CompletionCoordinatorRPCProcessor.rollback(Notification rollback,
MAP map,
ArjunaContext arjunaContext)
Rollback.
|
abstract void |
ParticipantProcessor.rollback(Notification rollback,
MAP map,
ArjunaContext arjunaContext)
Rollback.
|
abstract void |
CompletionInitiatorCallback.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
A SOAP fault response.
|
abstract void |
ParticipantProcessor.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
SOAP Fault.
|
abstract void |
CoordinatorProcessor.soapFault(SoapFault soapFault,
MAP addressingContext,
ArjunaContext arjunaContext)
SOAP fault.
|
Modifier and Type | Method and Description |
---|---|
void |
CoordinatorCompletionParticipantInboundEvents.cancel(NotificationType cancel,
MAP map,
ArjunaContext arjunaContext)
Handle the cancel event.
|
void |
ParticipantCompletionParticipantInboundEvents.cancel(NotificationType cancel,
MAP map,
ArjunaContext arjunaContext)
Handle the cancel event.
|
void |
CoordinatorCompletionCoordinatorInboundEvents.cancelled(NotificationType cancelled,
MAP map,
ArjunaContext arjunaContext)
Handle the cancelled event.
|
void |
ParticipantCompletionCoordinatorInboundEvents.cancelled(NotificationType cancelled,
MAP map,
ArjunaContext arjunaContext)
Handle the cancelled event.
|
void |
CoordinatorCompletionCoordinatorInboundEvents.cannotComplete(NotificationType cannotComplete,
MAP map,
ArjunaContext arjunaContext)
Handle the cannotComplete event.
|
void |
ParticipantCompletionCoordinatorInboundEvents.cannotComplete(NotificationType cannotComplete,
MAP map,
ArjunaContext arjunaContext)
Handle the cannotComplete event.
|
void |
CoordinatorCompletionParticipantInboundEvents.close(NotificationType close,
MAP map,
ArjunaContext arjunaContext)
Handle the close event.
|
void |
ParticipantCompletionParticipantInboundEvents.close(NotificationType close,
MAP map,
ArjunaContext arjunaContext)
Handle the close event.
|
void |
CoordinatorCompletionCoordinatorInboundEvents.closed(NotificationType closed,
MAP map,
ArjunaContext arjunaContext)
Handle the closed event.
|
void |
ParticipantCompletionCoordinatorInboundEvents.closed(NotificationType closed,
MAP map,
ArjunaContext arjunaContext)
Handle the closed event.
|
void |
CoordinatorCompletionParticipantInboundEvents.compensate(NotificationType compensate,
MAP map,
ArjunaContext arjunaContext)
Handle the compensate event.
|
void |
ParticipantCompletionParticipantInboundEvents.compensate(NotificationType compensate,
MAP map,
ArjunaContext arjunaContext)
Handle the compensate event.
|
void |
CoordinatorCompletionCoordinatorInboundEvents.compensated(NotificationType compensated,
MAP map,
ArjunaContext arjunaContext)
Handle the compensated event.
|
void |
ParticipantCompletionCoordinatorInboundEvents.compensated(NotificationType compensated,
MAP map,
ArjunaContext arjunaContext)
Handle the compensated event.
|
void |
CoordinatorCompletionParticipantInboundEvents.complete(NotificationType complete,
MAP map,
ArjunaContext arjunaContext)
Handle the complete event.
|
void |
CoordinatorCompletionCoordinatorInboundEvents.completed(NotificationType completed,
MAP map,
ArjunaContext arjunaContext)
Handle the completed event.
|
void |
ParticipantCompletionCoordinatorInboundEvents.completed(NotificationType completed,
MAP map,
ArjunaContext arjunaContext)
Handle the completed event.
|
void |
CoordinatorCompletionCoordinatorInboundEvents.exit(NotificationType exit,
MAP map,
ArjunaContext arjunaContext)
Handle the exit event.
|
void |
ParticipantCompletionCoordinatorInboundEvents.exit(NotificationType exit,
MAP map,
ArjunaContext arjunaContext)
Handle the exit event.
|
void |
CoordinatorCompletionParticipantInboundEvents.exited(NotificationType exited,
MAP map,
ArjunaContext arjunaContext)
Handle the exited event.
|
void |
ParticipantCompletionParticipantInboundEvents.exited(NotificationType exited,
MAP map,
ArjunaContext arjunaContext)
Handle the exited event.
|
void |
CoordinatorCompletionCoordinatorInboundEvents.fail(ExceptionType fail,
MAP map,
ArjunaContext arjunaContext)
Handle the fail event.
|
void |
ParticipantCompletionCoordinatorInboundEvents.fail(ExceptionType fail,
MAP map,
ArjunaContext arjunaContext)
Handle the fail event.
|
void |
CoordinatorCompletionParticipantInboundEvents.failed(NotificationType failed,
MAP map,
ArjunaContext arjunaContext)
Handle the failed event.
|
void |
ParticipantCompletionParticipantInboundEvents.failed(NotificationType failed,
MAP map,
ArjunaContext arjunaContext)
Handle the failed event.
|
void |
CoordinatorCompletionCoordinatorInboundEvents.getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Handle the getStatus event.
|
void |
CoordinatorCompletionParticipantInboundEvents.getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Handle the getStatus event.
|
void |
ParticipantCompletionParticipantInboundEvents.getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Handle the getStatus event.
|
void |
ParticipantCompletionCoordinatorInboundEvents.getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Handle the getStatus event.
|
void |
CoordinatorCompletionParticipantInboundEvents.notCompleted(NotificationType notCompleted,
MAP map,
ArjunaContext arjunaContext)
Handle the not completed event.
|
void |
ParticipantCompletionParticipantInboundEvents.notCompleted(NotificationType notCompleted,
MAP map,
ArjunaContext arjunaContext)
Handle the not completed event.
|
void |
CoordinatorCompletionCoordinatorInboundEvents.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
Handle the soap fault event.
|
void |
CoordinatorCompletionParticipantInboundEvents.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
Handle the soap fault event.
|
void |
ParticipantCompletionParticipantInboundEvents.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
Handle the soap fault event.
|
void |
ParticipantCompletionCoordinatorInboundEvents.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
Handle the soap fault event.
|
void |
CoordinatorCompletionCoordinatorInboundEvents.status(StatusType status,
MAP map,
ArjunaContext arjunaContext)
Handle the status event.
|
void |
CoordinatorCompletionParticipantInboundEvents.status(StatusType status,
MAP map,
ArjunaContext arjunaContext)
Handle the status event.
|
void |
ParticipantCompletionParticipantInboundEvents.status(StatusType status,
MAP map,
ArjunaContext arjunaContext)
Handle the status event.
|
void |
ParticipantCompletionCoordinatorInboundEvents.status(StatusType status,
MAP map,
ArjunaContext arjunaContext)
Handle the status event.
|
Modifier and Type | Method and Description |
---|---|
static BusinessAgreementWithCoordinatorCompletionCoordinatorPortType |
WSBAClient.getCoordinatorCompletionCoordinatorPort(String action,
MAP map) |
static BusinessAgreementWithCoordinatorCompletionCoordinatorPortType |
WSBAClient.getCoordinatorCompletionCoordinatorPort(W3CEndpointReference endpointReference,
String action,
MAP map) |
static BusinessAgreementWithCoordinatorCompletionParticipantPortType |
WSBAClient.getCoordinatorCompletionParticipantPort(String action,
MAP map) |
static BusinessAgreementWithCoordinatorCompletionParticipantPortType |
WSBAClient.getCoordinatorCompletionParticipantPort(W3CEndpointReference endpointReference,
String action,
MAP map) |
static BusinessAgreementWithParticipantCompletionCoordinatorPortType |
WSBAClient.getParticipantCompletionCoordinatorPort(String action,
MAP map) |
static BusinessAgreementWithParticipantCompletionCoordinatorPortType |
WSBAClient.getParticipantCompletionCoordinatorPort(W3CEndpointReference endpointReference,
String action,
MAP map) |
static BusinessAgreementWithParticipantCompletionParticipantPortType |
WSBAClient.getParticipantCompletionParticipantPort(String action,
MAP map) |
static BusinessAgreementWithParticipantCompletionParticipantPortType |
WSBAClient.getParticipantCompletionParticipantPort(W3CEndpointReference endpointReference,
String action,
MAP map) |
void |
ParticipantCompletionParticipantClient.sendCancel(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a cancel request.
|
void |
CoordinatorCompletionParticipantClient.sendCancel(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a cancel request.
|
void |
CoordinatorCompletionCoordinatorClient.sendCancelled(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a cancelled request.
|
void |
ParticipantCompletionCoordinatorClient.sendCancelled(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a cancelled request.
|
void |
CoordinatorCompletionCoordinatorClient.sendCannotComplete(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a cannot complete request.
|
void |
ParticipantCompletionCoordinatorClient.sendCannotComplete(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a cannot complete request.
|
void |
ParticipantCompletionParticipantClient.sendClose(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a close request.
|
void |
CoordinatorCompletionParticipantClient.sendClose(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a close request.
|
void |
CoordinatorCompletionCoordinatorClient.sendClosed(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a closed request.
|
void |
ParticipantCompletionCoordinatorClient.sendClosed(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a closed request.
|
void |
ParticipantCompletionParticipantClient.sendCompensate(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a compensate request.
|
void |
CoordinatorCompletionParticipantClient.sendCompensate(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a compensate request.
|
void |
CoordinatorCompletionCoordinatorClient.sendCompensated(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a compensated request.
|
void |
ParticipantCompletionCoordinatorClient.sendCompensated(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a compensated request.
|
void |
CoordinatorCompletionParticipantClient.sendComplete(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a complete request.
|
void |
CoordinatorCompletionCoordinatorClient.sendCompleted(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a completed request.
|
void |
ParticipantCompletionCoordinatorClient.sendCompleted(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a completed request.
|
void |
CoordinatorCompletionCoordinatorClient.sendExit(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send an exit request.
|
void |
ParticipantCompletionCoordinatorClient.sendExit(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send an exit request.
|
void |
ParticipantCompletionParticipantClient.sendExited(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send an exited request.
|
void |
CoordinatorCompletionParticipantClient.sendExited(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send an exited request.
|
void |
CoordinatorCompletionCoordinatorClient.sendFail(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier,
QName exceptionIdentifier)
Address
Send a fail request.
|
void |
ParticipantCompletionCoordinatorClient.sendFail(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier,
QName exceptionIdentifier)
Send a fault request.
|
void |
ParticipantCompletionParticipantClient.sendFailed(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a failed request.
|
void |
CoordinatorCompletionParticipantClient.sendFailed(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a failed request.
|
void |
CoordinatorCompletionCoordinatorClient.sendGetStatus(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a get status request.
|
void |
ParticipantCompletionParticipantClient.sendGetStatus(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a get status request.
|
void |
CoordinatorCompletionParticipantClient.sendGetStatus(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a get status request.
|
void |
ParticipantCompletionCoordinatorClient.sendGetStatus(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a get status request.
|
void |
ParticipantCompletionParticipantClient.sendNotCompleted(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a not completed request.
|
void |
CoordinatorCompletionParticipantClient.sendNotCompleted(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send an exited request.
|
void |
CoordinatorCompletionCoordinatorClient.sendSoapFault(SoapFault11 soapFault,
W3CEndpointReference endpoint,
MAP map,
String faultAction)
send a soap fault
|
void |
ParticipantCompletionParticipantClient.sendSoapFault(SoapFault11 soapFault,
W3CEndpointReference endpoint,
MAP map,
String faultAction)
send a soap fault
|
void |
CoordinatorCompletionParticipantClient.sendSoapFault(SoapFault11 soapFault,
W3CEndpointReference endpoint,
MAP map,
String faultAction)
send a soap fault
|
void |
ParticipantCompletionCoordinatorClient.sendSoapFault(SoapFault11 soapFault,
W3CEndpointReference participant,
MAP map,
String faultAction)
send a soap fault
|
void |
CoordinatorCompletionCoordinatorClient.sendStatus(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier,
QName state)
Send a status request.
|
void |
ParticipantCompletionParticipantClient.sendStatus(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier,
QName state)
Send a status request.
|
void |
CoordinatorCompletionParticipantClient.sendStatus(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier,
QName state)
Send a status request.
|
void |
ParticipantCompletionCoordinatorClient.sendStatus(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier,
QName state)
Send a status request.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
ParticipantCompletionParticipantProcessor.cancel(NotificationType cancel,
MAP map,
ArjunaContext arjunaContext)
Cancel.
|
abstract void |
CoordinatorCompletionParticipantProcessor.cancel(NotificationType cancel,
MAP map,
ArjunaContext arjunaContext)
Cancel.
|
abstract void |
ParticipantCompletionCoordinatorProcessor.cancelled(NotificationType cancelled,
MAP map,
ArjunaContext arjunaContext)
Cancelled.
|
abstract void |
CoordinatorCompletionCoordinatorProcessor.cancelled(NotificationType cancelled,
MAP map,
ArjunaContext arjunaContext)
Cancelled.
|
abstract void |
ParticipantCompletionCoordinatorProcessor.cannotComplete(NotificationType cannotComplete,
MAP map,
ArjunaContext arjunaContext)
Completed.
|
abstract void |
CoordinatorCompletionCoordinatorProcessor.cannotComplete(NotificationType cannotComplete,
MAP map,
ArjunaContext arjunaContext)
Cannot complete.
|
abstract void |
ParticipantCompletionParticipantProcessor.close(NotificationType close,
MAP map,
ArjunaContext arjunaContext)
Close.
|
abstract void |
CoordinatorCompletionParticipantProcessor.close(NotificationType close,
MAP map,
ArjunaContext arjunaContext)
Close.
|
abstract void |
ParticipantCompletionCoordinatorProcessor.closed(NotificationType closed,
MAP map,
ArjunaContext arjunaContext)
Closed.
|
abstract void |
CoordinatorCompletionCoordinatorProcessor.closed(NotificationType closed,
MAP map,
ArjunaContext arjunaContext)
Closed.
|
abstract void |
ParticipantCompletionParticipantProcessor.compensate(NotificationType compensate,
MAP map,
ArjunaContext arjunaContext)
Compensate.
|
abstract void |
CoordinatorCompletionParticipantProcessor.compensate(NotificationType compensate,
MAP map,
ArjunaContext arjunaContext)
Compensate.
|
abstract void |
ParticipantCompletionCoordinatorProcessor.compensated(NotificationType compensated,
MAP map,
ArjunaContext arjunaContext)
Compensated.
|
abstract void |
CoordinatorCompletionCoordinatorProcessor.compensated(NotificationType compensated,
MAP map,
ArjunaContext arjunaContext)
Compensated.
|
abstract void |
CoordinatorCompletionParticipantProcessor.complete(NotificationType complete,
MAP map,
ArjunaContext arjunaContext)
Complete.
|
abstract void |
ParticipantCompletionCoordinatorProcessor.completed(NotificationType completed,
MAP map,
ArjunaContext arjunaContext)
Completed.
|
abstract void |
CoordinatorCompletionCoordinatorProcessor.completed(NotificationType completed,
MAP map,
ArjunaContext arjunaContext)
Completed.
|
abstract void |
ParticipantCompletionCoordinatorProcessor.exit(NotificationType exit,
MAP map,
ArjunaContext arjunaContext)
Exit.
|
abstract void |
CoordinatorCompletionCoordinatorProcessor.exit(NotificationType exit,
MAP map,
ArjunaContext arjunaContext)
Exit.
|
abstract void |
ParticipantCompletionParticipantProcessor.exited(NotificationType exited,
MAP map,
ArjunaContext arjunaContext)
Exited.
|
abstract void |
CoordinatorCompletionParticipantProcessor.exited(NotificationType exited,
MAP map,
ArjunaContext arjunaContext)
Exited.
|
abstract void |
ParticipantCompletionCoordinatorProcessor.fail(ExceptionType fail,
MAP map,
ArjunaContext arjunaContext)
Fault.
|
abstract void |
CoordinatorCompletionCoordinatorProcessor.fail(ExceptionType fail,
MAP map,
ArjunaContext arjunaContext)
Fail.
|
abstract void |
ParticipantCompletionParticipantProcessor.failed(NotificationType failed,
MAP map,
ArjunaContext arjunaContext)
Faulted.
|
abstract void |
CoordinatorCompletionParticipantProcessor.failed(NotificationType failed,
MAP map,
ArjunaContext arjunaContext)
Failed.
|
abstract void |
ParticipantCompletionCoordinatorProcessor.getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Get Status.
|
abstract void |
ParticipantCompletionParticipantProcessor.getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Get Status.
|
abstract void |
CoordinatorCompletionParticipantProcessor.getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Get Status.
|
abstract void |
CoordinatorCompletionCoordinatorProcessor.getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Get Status.
|
abstract void |
ParticipantCompletionParticipantProcessor.notCompleted(NotificationType notCompleted,
MAP map,
ArjunaContext arjunaContext)
Not Completed.
|
abstract void |
CoordinatorCompletionParticipantProcessor.notCompleted(NotificationType notCompleted,
MAP map,
ArjunaContext arjunaContext)
Not Completed.
|
abstract void |
ParticipantCompletionCoordinatorProcessor.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
SOAP fault.
|
abstract void |
ParticipantCompletionParticipantProcessor.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
SOAP fault.
|
abstract void |
CoordinatorCompletionParticipantProcessor.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
SOAP fault.
|
abstract void |
CoordinatorCompletionCoordinatorProcessor.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
SOAP fault.
|
abstract void |
ParticipantCompletionCoordinatorProcessor.status(StatusType status,
MAP map,
ArjunaContext arjunaContext)
Status.
|
abstract void |
ParticipantCompletionParticipantProcessor.status(StatusType status,
MAP map,
ArjunaContext arjunaContext)
Status.
|
abstract void |
CoordinatorCompletionParticipantProcessor.status(StatusType status,
MAP map,
ArjunaContext arjunaContext)
Status.
|
abstract void |
CoordinatorCompletionCoordinatorProcessor.status(StatusType status,
MAP map,
ArjunaContext arjunaContext)
Status.
|
Modifier and Type | Method and Description |
---|---|
static ActivationPortType |
WSCOORClient.getActivationPort(MAP map,
String action) |
CreateCoordinationContextResponseType |
ActivationCoordinatorClient.sendCreateCoordination(MAP map,
String coordinationType,
Expires expires,
CoordinationContext currentContext)
Send a create coordination request.
|
Modifier and Type | Method and Description |
---|---|
abstract CreateCoordinationContextResponseType |
ActivationCoordinatorProcessor.createCoordinationContext(CreateCoordinationContextType createCoordinationContext,
MAP map,
boolean isSecure)
Create the coordination context.
|
abstract RegisterResponseType |
RegistrationCoordinatorProcessor.register(RegisterType register,
MAP map,
ArjunaContext arjunaContext,
boolean isSecure)
Register the participant in the protocol.
|
Modifier and Type | Method and Description |
---|---|
CreateCoordinationContextResponseType |
ActivationCoordinatorProcessorImpl.createCoordinationContext(CreateCoordinationContextType createCoordinationContext,
MAP map,
boolean isSecure)
Create the coordination context.
|
RegisterResponseType |
RegistrationCoordinatorProcessorImpl.register(RegisterType register,
MAP map,
ArjunaContext arjunaContext,
boolean isSecure)
Register the participant in the protocol.
|
Modifier and Type | Method and Description |
---|---|
void |
CoordinatorProcessorImpl.aborted(Notification aborted,
MAP map,
ArjunaContext arjunaContext)
Aborted.
|
void |
ParticipantCompletionParticipantProcessorImpl.cancel(NotificationType cancel,
MAP map,
ArjunaContext arjunaContext)
Cancel.
|
void |
CoordinatorCompletionParticipantProcessorImpl.cancel(NotificationType cancel,
MAP map,
ArjunaContext arjunaContext)
Cancel.
|
void |
TerminationCoordinatorProcessorImpl.cancel(NotificationType cancel,
MAP map,
ArjunaContext arjunaContext)
Cancel.
|
void |
TerminationCoordinatorRPCProcessorImpl.cancel(NotificationType cancel,
MAP map,
ArjunaContext arjunaContext)
Cancel.
|
void |
CoordinatorCompletionCoordinatorProcessorImpl.cancelled(NotificationType cancelled,
MAP map,
ArjunaContext arjunaContext)
Cancelled.
|
void |
ParticipantCompletionCoordinatorProcessorImpl.cancelled(NotificationType cancelled,
MAP map,
ArjunaContext arjunaContext)
Cancelled.
|
void |
CoordinatorCompletionCoordinatorProcessorImpl.cannotComplete(NotificationType cannotComplete,
MAP map,
ArjunaContext arjunaContext)
FaulCannot completet.
|
void |
ParticipantCompletionCoordinatorProcessorImpl.cannotComplete(NotificationType cannotComplete,
MAP map,
ArjunaContext arjunaContext)
Completed.
|
void |
ParticipantCompletionParticipantProcessorImpl.close(NotificationType close,
MAP map,
ArjunaContext arjunaContext)
Close.
|
void |
CoordinatorCompletionParticipantProcessorImpl.close(NotificationType close,
MAP map,
ArjunaContext arjunaContext)
Close.
|
void |
TerminationCoordinatorProcessorImpl.close(NotificationType close,
MAP map,
ArjunaContext arjunaContext)
Close.
|
void |
TerminationCoordinatorRPCProcessorImpl.close(NotificationType close,
MAP map,
ArjunaContext arjunaContext)
Close.
|
void |
CoordinatorCompletionCoordinatorProcessorImpl.closed(NotificationType closed,
MAP map,
ArjunaContext arjunaContext)
Closed.
|
void |
ParticipantCompletionCoordinatorProcessorImpl.closed(NotificationType closed,
MAP map,
ArjunaContext arjunaContext)
Closed.
|
void |
CompletionCoordinatorProcessorImpl.commit(Notification commit,
MAP map,
ArjunaContext arjunaContext)
Commit.
|
void |
ParticipantProcessorImpl.commit(Notification commit,
MAP map,
ArjunaContext arjunaContext)
Commit.
|
boolean |
CompletionCoordinatorRPCProcessorImpl.commit(Notification commit,
MAP map,
ArjunaContext arjunaContext)
Commit.
|
void |
CoordinatorProcessorImpl.committed(Notification committed,
MAP map,
ArjunaContext arjunaContext)
Committed.
|
void |
ParticipantCompletionParticipantProcessorImpl.compensate(NotificationType compensate,
MAP map,
ArjunaContext arjunaContext)
Compensate.
|
void |
CoordinatorCompletionParticipantProcessorImpl.compensate(NotificationType compensate,
MAP map,
ArjunaContext arjunaContext)
Compensate.
|
void |
CoordinatorCompletionCoordinatorProcessorImpl.compensated(NotificationType compensated,
MAP map,
ArjunaContext arjunaContext)
Compensated.
|
void |
ParticipantCompletionCoordinatorProcessorImpl.compensated(NotificationType compensated,
MAP map,
ArjunaContext arjunaContext)
Compensated.
|
void |
CoordinatorCompletionParticipantProcessorImpl.complete(NotificationType complete,
MAP map,
ArjunaContext arjunaContext)
Complete.
|
void |
TerminationCoordinatorProcessorImpl.complete(NotificationType complete,
MAP map,
ArjunaContext arjunaContext)
Complete.
|
void |
TerminationCoordinatorRPCProcessorImpl.complete(NotificationType complete,
MAP map,
ArjunaContext arjunaContext)
Complete.
|
void |
CoordinatorCompletionCoordinatorProcessorImpl.completed(NotificationType completed,
MAP map,
ArjunaContext arjunaContext)
Completed.
|
void |
ParticipantCompletionCoordinatorProcessorImpl.completed(NotificationType completed,
MAP map,
ArjunaContext arjunaContext)
Completed.
|
void |
CoordinatorCompletionCoordinatorProcessorImpl.exit(NotificationType exit,
MAP map,
ArjunaContext arjunaContext)
Exit.
|
void |
ParticipantCompletionCoordinatorProcessorImpl.exit(NotificationType exit,
MAP map,
ArjunaContext arjunaContext)
Exit.
|
void |
ParticipantCompletionParticipantProcessorImpl.exited(NotificationType exited,
MAP map,
ArjunaContext arjunaContext)
Exited.
|
void |
CoordinatorCompletionParticipantProcessorImpl.exited(NotificationType exited,
MAP map,
ArjunaContext arjunaContext)
Exited.
|
void |
CoordinatorCompletionCoordinatorProcessorImpl.fail(ExceptionType fail,
MAP map,
ArjunaContext arjunaContext)
Fail.
|
void |
ParticipantCompletionCoordinatorProcessorImpl.fail(ExceptionType fail,
MAP map,
ArjunaContext arjunaContext)
Fail.
|
void |
ParticipantCompletionParticipantProcessorImpl.failed(NotificationType failed,
MAP map,
ArjunaContext arjunaContext)
Failed.
|
void |
CoordinatorCompletionParticipantProcessorImpl.failed(NotificationType failed,
MAP map,
ArjunaContext arjunaContext)
Failed.
|
void |
CoordinatorCompletionCoordinatorProcessorImpl.getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Get Status.
|
void |
ParticipantCompletionParticipantProcessorImpl.getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Get Status.
|
void |
CoordinatorCompletionParticipantProcessorImpl.getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Get Status.
|
void |
ParticipantCompletionCoordinatorProcessorImpl.getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Get Status.
|
void |
ParticipantCompletionParticipantProcessorImpl.notCompleted(NotificationType notCompleted,
MAP map,
ArjunaContext arjunaContext)
Not Completed.
|
void |
CoordinatorCompletionParticipantProcessorImpl.notCompleted(NotificationType notCompleted,
MAP map,
ArjunaContext arjunaContext)
Not Completed.
|
void |
ParticipantProcessorImpl.prepare(Notification prepare,
MAP map,
ArjunaContext arjunaContext)
Prepare.
|
void |
CoordinatorProcessorImpl.prepared(Notification prepared,
MAP map,
ArjunaContext arjunaContext)
Prepared.
|
void |
CoordinatorProcessorImpl.readOnly(Notification readOnly,
MAP map,
ArjunaContext arjunaContext)
Read only.
|
void |
CompletionCoordinatorProcessorImpl.rollback(Notification rollback,
MAP map,
ArjunaContext arjunaContext)
Rollback.
|
void |
ParticipantProcessorImpl.rollback(Notification rollback,
MAP map,
ArjunaContext arjunaContext)
Rollback.
|
boolean |
CompletionCoordinatorRPCProcessorImpl.rollback(Notification rollback,
MAP map,
ArjunaContext arjunaContext)
Rollback.
|
void |
CoordinatorCompletionCoordinatorProcessorImpl.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
SOAP fault.
|
void |
ParticipantCompletionParticipantProcessorImpl.soapFault(SoapFault fault,
MAP map,
ArjunaContext arjunaContext)
SOAP Fault.
|
void |
CoordinatorCompletionParticipantProcessorImpl.soapFault(SoapFault fault,
MAP map,
ArjunaContext arjunaContext)
SOAP Fault.
|
void |
ParticipantProcessorImpl.soapFault(SoapFault fault,
MAP map,
ArjunaContext arjunaContext)
SOAP Fault.
|
void |
TerminationCoordinatorProcessorImpl.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
handle a soap fault sent by the participant.
|
void |
CoordinatorProcessorImpl.soapFault(SoapFault fault,
MAP map,
ArjunaContext arjunaContext)
SOAP Fault.
|
void |
ParticipantCompletionCoordinatorProcessorImpl.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
SOAP fault.
|
void |
CoordinatorCompletionCoordinatorProcessorImpl.status(StatusType status,
MAP map,
ArjunaContext arjunaContext)
Status.
|
void |
ParticipantCompletionParticipantProcessorImpl.status(StatusType status,
MAP map,
ArjunaContext arjunaContext)
Status.
|
void |
CoordinatorCompletionParticipantProcessorImpl.status(StatusType status,
MAP map,
ArjunaContext arjunaContext)
Status.
|
void |
ParticipantCompletionCoordinatorProcessorImpl.status(StatusType status,
MAP map,
ArjunaContext arjunaContext)
Status.
|
Modifier and Type | Method and Description |
---|---|
void |
CoordinatorEngine.aborted(Notification aborted,
MAP map,
ArjunaContext arjunaContext)
Handle the aborted event.
|
void |
CoordinatorCompletionParticipantEngine.cancel(NotificationType cancel,
MAP map,
ArjunaContext arjunaContext)
Handle the cancel event.
|
void |
ParticipantCompletionParticipantEngine.cancel(NotificationType cancel,
MAP map,
ArjunaContext arjunaContext)
Handle the cancel event.
|
void |
ParticipantCompletionCoordinatorEngine.cancelled(NotificationType cancelled,
MAP map,
ArjunaContext arjunaContext)
Handle the cancelled event.
|
void |
CoordinatorCompletionCoordinatorEngine.cancelled(NotificationType cancelled,
MAP map,
ArjunaContext arjunaContext)
Handle the cancelled event.
|
void |
ParticipantCompletionCoordinatorEngine.cannotComplete(NotificationType cannotComplete,
MAP map,
ArjunaContext arjunaContext)
Handle the cannot complete event.
|
void |
CoordinatorCompletionCoordinatorEngine.cannotComplete(NotificationType cannotComplete,
MAP map,
ArjunaContext arjunaContext)
Handle the cannot complete event.
|
void |
CoordinatorCompletionParticipantEngine.close(NotificationType close,
MAP map,
ArjunaContext arjunaContext)
Handle the close event.
|
void |
ParticipantCompletionParticipantEngine.close(NotificationType close,
MAP map,
ArjunaContext arjunaContext)
Handle the close event.
|
void |
ParticipantCompletionCoordinatorEngine.closed(NotificationType closed,
MAP map,
ArjunaContext arjunaContext)
Handle the closed event.
|
void |
CoordinatorCompletionCoordinatorEngine.closed(NotificationType closed,
MAP map,
ArjunaContext arjunaContext)
Handle the closed event.
|
void |
ParticipantEngine.commit(Notification commit,
MAP map,
ArjunaContext arjunaContext)
Handle the commit event.
|
void |
CoordinatorEngine.committed(Notification committed,
MAP map,
ArjunaContext arjunaContext)
Handle the committed event.
|
void |
CoordinatorCompletionParticipantEngine.compensate(NotificationType compensate,
MAP map,
ArjunaContext arjunaContext)
Handle the compensate event.
|
void |
ParticipantCompletionParticipantEngine.compensate(NotificationType compensate,
MAP map,
ArjunaContext arjunaContext)
Handle the compensate event.
|
void |
ParticipantCompletionCoordinatorEngine.compensated(NotificationType compensated,
MAP map,
ArjunaContext arjunaContext)
Handle the compensated event.
|
void |
CoordinatorCompletionCoordinatorEngine.compensated(NotificationType compensated,
MAP map,
ArjunaContext arjunaContext)
Handle the compensated event.
|
void |
CoordinatorCompletionParticipantEngine.complete(NotificationType complete,
MAP map,
ArjunaContext arjunaContext)
Handle the complete event.
|
void |
ParticipantCompletionCoordinatorEngine.completed(NotificationType completed,
MAP map,
ArjunaContext arjunaContext)
Handle the completed event.
|
void |
CoordinatorCompletionCoordinatorEngine.completed(NotificationType completed,
MAP map,
ArjunaContext arjunaContext)
Handle the completed event.
|
void |
ParticipantCompletionCoordinatorEngine.exit(NotificationType exit,
MAP map,
ArjunaContext arjunaContext)
Handle the exit event.
|
void |
CoordinatorCompletionCoordinatorEngine.exit(NotificationType exit,
MAP map,
ArjunaContext arjunaContext)
Handle the exit event.
|
void |
CoordinatorCompletionParticipantEngine.exited(NotificationType exited,
MAP map,
ArjunaContext arjunaContext)
Handle the exited event.
|
void |
ParticipantCompletionParticipantEngine.exited(NotificationType exited,
MAP map,
ArjunaContext arjunaContext)
Handle the exited event.
|
void |
ParticipantCompletionCoordinatorEngine.fail(ExceptionType fail,
MAP map,
ArjunaContext arjunaContext)
Handle the fail event.
|
void |
CoordinatorCompletionCoordinatorEngine.fail(ExceptionType fail,
MAP map,
ArjunaContext arjunaContext)
Handle the fail event.
|
void |
CoordinatorCompletionParticipantEngine.failed(NotificationType failed,
MAP map,
ArjunaContext arjunaContext)
Handle the failed event.
|
void |
ParticipantCompletionParticipantEngine.failed(NotificationType failed,
MAP map,
ArjunaContext arjunaContext)
Handle the failed event.
|
void |
CoordinatorCompletionParticipantEngine.getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Handle the getStatus event.
|
void |
ParticipantCompletionCoordinatorEngine.getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Handle the getStatus event.
|
void |
CoordinatorCompletionCoordinatorEngine.getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Handle the getStatus event.
|
void |
ParticipantCompletionParticipantEngine.getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Handle the getStatus event.
|
void |
CoordinatorCompletionParticipantEngine.notCompleted(NotificationType notCompleted,
MAP map,
ArjunaContext arjunaContext)
Handle the not completed event.
|
void |
ParticipantCompletionParticipantEngine.notCompleted(NotificationType notCompleted,
MAP map,
ArjunaContext arjunaContext)
Handle the not completed event.
|
void |
ParticipantEngine.prepare(Notification prepare,
MAP map,
ArjunaContext arjunaContext)
Handle the prepare event.
|
void |
CoordinatorEngine.prepared(Notification prepared,
MAP map,
ArjunaContext arjunaContext)
Handle the prepared event.
|
void |
CoordinatorEngine.readOnly(Notification readOnly,
MAP map,
ArjunaContext arjunaContext)
Handle the readOnly event.
|
void |
ParticipantEngine.rollback(Notification rollback,
MAP map,
ArjunaContext arjunaContext)
Handle the rollback event.
|
void |
CoordinatorCompletionParticipantEngine.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
Handle the soap fault event.
|
void |
ParticipantCompletionCoordinatorEngine.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
Handle the soap fault event.
|
void |
CoordinatorCompletionCoordinatorEngine.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
Handle the soap fault event.
|
void |
CoordinatorEngine.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
Handle the soap fault event.
|
void |
ParticipantEngine.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
Handle the soap fault event.
|
void |
ParticipantCompletionParticipantEngine.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
Handle the soap fault event.
|
void |
CoordinatorCompletionParticipantEngine.status(StatusType status,
MAP map,
ArjunaContext arjunaContext)
Handle the status event.
|
void |
ParticipantCompletionCoordinatorEngine.status(StatusType status,
MAP map,
ArjunaContext arjunaContext)
Handle the status event.
|
void |
CoordinatorCompletionCoordinatorEngine.status(StatusType status,
MAP map,
ArjunaContext arjunaContext)
Handle the status event.
|
void |
ParticipantCompletionParticipantEngine.status(StatusType status,
MAP map,
ArjunaContext arjunaContext)
Handle the status event.
|
Modifier and Type | Method and Description |
---|---|
MAP |
MAPBuilder.inboundMap(Map<String,Object> ctx)
Retrieves the inbound server message address properties attached to a message context
|
MAP |
MAPBuilder.newMap()
Creates a new
MAP instance |
MAP |
MAPBuilder.outboundMap(Map<String,Object> ctx)
Retrieves the outbound client message address properties attached to a message request map
|
Modifier and Type | Method and Description |
---|---|
void |
MAP.installOutboundMapOnClientSide(Map<String,Object> requestContext,
MAP map) |
void |
MAP.installOutboundMapOnServerSide(Map<String,Object> requestContext,
MAP map) |
Modifier and Type | Class and Description |
---|---|
class |
CXFMAP
Message Addressing Properties is a wrapper for the stack-specific addressing properties
classes implemented by JBossWS Native and CXF.
|
Modifier and Type | Method and Description |
---|---|
MAP |
CXFMAPBuilder.inboundMap(Map<String,Object> ctx)
retrieve the inbound server message address properties attached to a message context
|
MAP |
CXFMAPBuilder.newMap() |
MAP |
CXFMAPBuilder.outboundMap(Map<String,Object> ctx)
retrieve the outbound client message address properties attached to a message request map
|
Modifier and Type | Method and Description |
---|---|
void |
CXFMAP.installOutboundMapOnClientSide(Map<String,Object> requestContext,
MAP map) |
void |
CXFMAP.installOutboundMapOnServerSide(Map<String,Object> requestContext,
MAP map) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.