public class CoordinatorClient extends Object
Modifier and Type | Method and Description |
---|---|
static CoordinatorClient |
getClient()
Get the Completion Coordinator client singleton.
|
void |
sendAborted(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send an aborted request.
|
void |
sendCommitted(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a committed request.
|
void |
sendPrepared(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a prepared request.
|
void |
sendReadOnly(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a read only request.
|
void |
sendSoapFault(W3CEndpointReference endpoint,
MAP map,
SoapFault soapFault,
InstanceIdentifier identifier)
Send a fault.
|
public void sendPrepared(W3CEndpointReference endpoint, 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 SOAP errors.IOException
- for any transport errors.public void sendAborted(W3CEndpointReference endpoint, 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 SOAP errors.IOException
- for any transport errors.public void sendReadOnly(W3CEndpointReference endpoint, 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 SOAP errors.IOException
- for any transport errors.public void sendCommitted(W3CEndpointReference endpoint, 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 SOAP errors.IOException
- for any transport errors.public void sendSoapFault(W3CEndpointReference endpoint, 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 SOAP errors.IOException
- for any transport errors.public static CoordinatorClient getClient()
Copyright © 2017 JBoss by Red Hat. All rights reserved.