Search in sources :

Example 16 with ParticipantPortType

use of com.jboss.transaction.txinterop.webservices.atinterop.generated.ParticipantPortType in project narayana by jbosstm.

the class AsyncParticipantClient method sendCompletionCommit.

/**
 * Send a completion commit request.
 * @param map The addressing context initialised with to, message ID and relates to.
 * @param coordinatorURI The coordinator URI.
 * @throws SoapFault For any errors.
 * @throws IOException for any transport errors.
 */
public void sendCompletionCommit(final MAP map, final String coordinatorURI) throws SoapFault, IOException {
    map.setReplyTo(initiator);
    ParticipantPortType port = ATInteropClient.getParticipantPort(map, completionCommitAction);
    port.completionCommit(coordinatorURI);
}
Also used : ParticipantPortType(com.jboss.transaction.txinterop.webservices.atinterop.generated.ParticipantPortType)

Aggregations

ParticipantPortType (com.jboss.transaction.txinterop.webservices.atinterop.generated.ParticipantPortType)16 ParticipantService (com.jboss.transaction.txinterop.webservices.atinterop.generated.ParticipantService)1 CoordinationContextHandler (com.jboss.transaction.txinterop.webservices.handlers.CoordinationContextHandler)1 ArrayList (java.util.ArrayList)1 BindingProvider (javax.xml.ws.BindingProvider)1 Handler (javax.xml.ws.handler.Handler)1 AddressingFeature (javax.xml.ws.soap.AddressingFeature)1