public class CompletionInitiatorClient extends Object
Modifier and Type | Method and Description |
---|---|
static CompletionInitiatorClient |
getClient()
Get the Completion Coordinator client singleton.
|
void |
sendAborted(W3CEndpointReference participant,
MAP map,
InstanceIdentifier identifier)
Send an aborted request.
|
void |
sendCommitted(W3CEndpointReference participant,
MAP map,
InstanceIdentifier identifier)
Send a committed request.
|
void |
sendSoapFault(MAP map,
SoapFault soapFault,
InstanceIdentifier identifier)
Send a fault for an unknown participant.
|
void |
sendSoapFault(W3CEndpointReference participant,
MAP map,
SoapFault soapFault,
InstanceIdentifier identifier)
Send a fault.
|
public void sendCommitted(W3CEndpointReference participant, MAP map, InstanceIdentifier identifier) throws SoapFault, IOException
map
- addressing context initialised with to and message ID.identifier
- The identifier of the initiator.SoapFault
- For any errors.IOException
- for any transport errors.public void sendAborted(W3CEndpointReference participant, MAP map, InstanceIdentifier identifier) throws SoapFault, IOException
map
- addressing context initialised with to and message ID.identifier
- The identifier of the initiator.SoapFault
- For any errors.IOException
- for any transport errors.public void sendSoapFault(W3CEndpointReference participant, MAP map, SoapFault soapFault, InstanceIdentifier identifier) throws SoapFault, IOException
map
- The addressing context.soapFault
- The SOAP fault.identifier
- The arjuna instance identifier.SoapFault
- For any errors.IOException
- for any transport errors.public void sendSoapFault(MAP map, SoapFault soapFault, InstanceIdentifier identifier) throws SoapFault, IOException
map
- The addressing context.soapFault
- The SOAP fault.identifier
- The arjuna instance identifier.SoapFault
- For any errors.IOException
- for any transport errors.public static CompletionInitiatorClient getClient()
Copyright © 2016 JBoss by Red Hat. All rights reserved.