Interface ISoapMessageHandler


public interface ISoapMessageHandler
All SOAP message handlers must implement this interface.
Since:
9.5
Author:
Radu Batori
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Implementations of this method use the ISoapMessageContext to retrieve and manipulate the SOAP message before it is sent to the WS endpoint.
  • Method Details

    • handle

      void handle(ISoapMessageContext context)
      Implementations of this method use the ISoapMessageContext to retrieve and manipulate the SOAP message before it is sent to the WS endpoint.
      Parameters:
      context - The SOAP message context