Interface OutgoingSOAPRequestActivity

  • All Superinterfaces:
    SOAPActivity

    public interface OutgoingSOAPRequestActivity
    extends SOAPActivity
    An outgoing request activity, created when an application sends a SOAP request. The application must attach to the activity in order to receive the response. The activity may optionally end when the response arrives, depending on how this activity was created.
    • Method Detail

      • getResponse

        SOAPResponse getResponse()
        Get the response received on this activity.
        Returns:
        the response, or null if a response has not been received yet.
      • endOnResponse

        boolean endOnResponse()
        Test if the activity is set to end when a response is received.
        Returns:
        true if the activity will automatically end when a response is received.