Package com.arjuna.wsc11
Class AsynchronousRegistrationMapper
java.lang.Object
com.arjuna.wsc11.AsynchronousRegistrationMapper
Class that manages the asynchronous calls when using ReplyTo.
- Author:
- rmartinc
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addClientMessage
(String messageId) Adds a new messageID that is going to be sent by the client waiting for response.void
assignFault
(String messageId, org.xmlsoap.schemas.soap.envelope.Fault fault) void
assignResponse
(String messageId, org.oasis_open.docs.ws_tx.wscoor._2006._06.RegisterResponseType response) int
size()
waitForResponse
(String messageId, long millis)
-
Constructor Details
-
AsynchronousRegistrationMapper
public AsynchronousRegistrationMapper()
-
-
Method Details
-
getInstance
-
addClientMessage
Adds a new messageID that is going to be sent by the client waiting for response.- Parameters:
messageId
- The messageID hat is going to be sent
-
waitForResponse
-
assignResponse
public void assignResponse(String messageId, org.oasis_open.docs.ws_tx.wscoor._2006._06.RegisterResponseType response) -
assignFault
-
size
public int size()
-