public class TerminationParticipantClient extends Object
Modifier and Type | Method and Description |
---|---|
static TerminationParticipantClient |
getClient()
Get the Terminator Coordinator client singleton.
|
void |
sendCancelled(W3CEndpointReference participant,
MAP map,
InstanceIdentifier identifier)
Send a cancelled request.
|
void |
sendClosed(W3CEndpointReference participant,
MAP map,
InstanceIdentifier identifier)
Send a closed request.
|
void |
sendCompleted(W3CEndpointReference participant,
MAP map,
InstanceIdentifier identifier)
Send a completed request.
|
void |
sendFaulted(W3CEndpointReference participant,
MAP map,
InstanceIdentifier identifier)
Send a faulted request.
|
void |
sendSoapFault(SoapFault soapFault,
MAP map,
InstanceIdentifier identifier)
Send a fault.
|
void |
sendSoapFault(W3CEndpointReference endpoint,
MAP map,
SoapFault soapFault,
InstanceIdentifier identifier)
Send a fault.
|
public void sendCompleted(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 sendClosed(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 sendCancelled(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 sendFaulted(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 endpoint, MAP map, SoapFault soapFault, InstanceIdentifier identifier) throws SoapFault, IOException
endpoint
- the endpoint reference to notifymap
- The addressing context.soapFault
- The SOAP fault.identifier
- The arjuna instance identifier.SoapFault
- For any errors.IOException
- for any transport errors.public void sendSoapFault(SoapFault soapFault, MAP map, 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 TerminationParticipantClient getClient()
Copyright © 2016 JBoss by Red Hat. All rights reserved.