Interface IOperationProcessMsg


public interface IOperationProcessMsg
Author:
HGS
  • Method Details

    • setMessageBundle

      Set the Message Bundle to POST to the messaging server.
      After this call you must choose either the method synchronous or asynchronous to set the processing mode.
      Type Parameters:
      R -
      Parameters:
      theMsgBundle - A Bundle of type message
      Returns:
    • setResponseUrlParam

      An optional query parameter indicating that responses from the receiving server should be sent to this url
      Parameters:
      respondToUri - The receiving endpoint to witch server response messages should be sent.
      Returns: