public class CoordinatorCompletionCoordinatorClient extends Object
Modifier and Type | Method and Description |
---|---|
static CoordinatorCompletionCoordinatorClient |
getClient()
Get the Completion Coordinator client singleton.
|
void |
sendCancelled(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a cancelled request.
|
void |
sendCannotComplete(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a cannot complete request.
|
void |
sendClosed(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a closed request.
|
void |
sendCompensated(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a compensated request.
|
void |
sendCompleted(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a completed request.
|
void |
sendExit(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send an exit request.
|
void |
sendFail(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier,
QName exceptionIdentifier)
Address
Send a fail request.
|
void |
sendGetStatus(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier)
Send a get status request.
|
void |
sendSoapFault(SoapFault11 soapFault,
W3CEndpointReference endpoint,
MAP map,
String faultAction)
send a soap fault
|
void |
sendStatus(W3CEndpointReference endpoint,
MAP map,
InstanceIdentifier identifier,
QName state)
Send a status request.
|
public void sendCompleted(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 errors.IOException
- for any transport errors.public void sendFail(W3CEndpointReference endpoint, MAP map, InstanceIdentifier identifier, QName exceptionIdentifier) 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 sendCompensated(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 errors.IOException
- for any transport errors.public void sendClosed(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 errors.IOException
- for any transport errors.public void sendCancelled(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 errors.IOException
- for any transport errors.public void sendExit(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 errors.IOException
- for any transport errors.public void sendCannotComplete(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 errors.IOException
- for any transport errors.public void sendGetStatus(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 errors.IOException
- for any transport errors.public void sendStatus(W3CEndpointReference endpoint, MAP map, InstanceIdentifier identifier, QName state) 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(SoapFault11 soapFault, W3CEndpointReference endpoint, MAP map, String faultAction) throws SoapFault, IOException
soapFault
- the fault to be sentendpoint
- the endpoint to send the fault tomap
- addressing context to be used to send the faultfaultAction
- the action to associate with the messageSoapFault
IOException
public static CoordinatorCompletionCoordinatorClient getClient()
Copyright © 2018 JBoss by Red Hat. All rights reserved.