Class AsynchronousRegistrationMapper

java.lang.Object
com.arjuna.wsc11.AsynchronousRegistrationMapper

public class AsynchronousRegistrationMapper extends Object
Class that manages the asynchronous calls when using ReplyTo.
Author:
rmartinc
  • Constructor Details

    • AsynchronousRegistrationMapper

      public AsynchronousRegistrationMapper()
  • Method Details

    • getInstance

      public static AsynchronousRegistrationMapper getInstance()
    • addClientMessage

      public void addClientMessage(String messageId)
      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

      public FaultOrResponse waitForResponse(String messageId, long millis)
    • assignResponse

      public void assignResponse(String messageId, org.oasis_open.docs.ws_tx.wscoor._2006._06.RegisterResponseType response)
    • assignFault

      public void assignFault(String messageId, org.xmlsoap.schemas.soap.envelope.Fault fault)
    • size

      public int size()