public class ParticipantCompletionParticipantClient extends Object
| Modifier and Type | Method and Description | 
|---|---|
static ParticipantCompletionParticipantClient | 
getClient()
Get the Completion Coordinator client singleton. 
 | 
void | 
sendCancel(W3CEndpointReference endpoint,
          MAP map,
          InstanceIdentifier identifier)
Send a cancel request. 
 | 
void | 
sendClose(W3CEndpointReference endpoint,
         MAP map,
         InstanceIdentifier identifier)
Send a close request. 
 | 
void | 
sendCompensate(W3CEndpointReference endpoint,
              MAP map,
              InstanceIdentifier identifier)
Send a compensate request. 
 | 
void | 
sendExited(W3CEndpointReference endpoint,
          MAP map,
          InstanceIdentifier identifier)
Send an exited request. 
 | 
void | 
sendFailed(W3CEndpointReference endpoint,
          MAP map,
          InstanceIdentifier identifier)
Send a failed request. 
 | 
void | 
sendGetStatus(W3CEndpointReference endpoint,
             MAP map,
             InstanceIdentifier identifier)
Send a get status request. 
 | 
void | 
sendNotCompleted(W3CEndpointReference endpoint,
                MAP map,
                InstanceIdentifier identifier)
Send a not completed 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 sendClose(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 sendCancel(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 sendCompensate(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 sendFailed(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 sendExited(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 sendNotCompleted(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 messageSoapFaultIOExceptionpublic static ParticipantCompletionParticipantClient getClient()
Copyright © 2018 JBoss by Red Hat. All rights reserved.