public class TerminationCoordinatorClient extends Object
| Modifier and Type | Method and Description |
|---|---|
static TerminationCoordinatorClient |
getClient()
Get the Terminator Coordinator client singleton.
|
void |
sendCancel(W3CEndpointReference coordinator,
MAP map,
InstanceIdentifier identifier)
Send a cancel request.
|
void |
sendClose(W3CEndpointReference coordinator,
MAP map,
InstanceIdentifier identifier)
Send a close request.
|
void |
sendComplete(W3CEndpointReference coordinator,
MAP map,
InstanceIdentifier identifier)
Send a complete request.
|
public void sendComplete(W3CEndpointReference coordinator, 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 sendClose(W3CEndpointReference coordinator, 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 sendCancel(W3CEndpointReference coordinator, 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 static TerminationCoordinatorClient getClient()
Copyright © 2018 JBoss by Red Hat. All rights reserved.