Interface IncomingSOAPRequestActivity

  • All Superinterfaces:
    SOAPActivity

    public interface IncomingSOAPRequestActivity
    extends SOAPActivity
    An incoming request activity, created when a SOAP request is received by the RA. Sending a response will end the activity.
    • Method Detail

      • sendResponse

        void sendResponse​(javax.xml.soap.SOAPMessage response)
                   throws IOException
        Send a response for the request that initiated this activity. This will automatically end the activity.
        Parameters:
        response - the response to send
        Throws:
        IOException - if unable to send the response