Interface ISoapMessageHandlerFactory

All Known Implementing Classes:
DefaultSoapMessageHandlerFactory, LinkedSoapMessageHandlerFactory

public interface ISoapMessageHandlerFactory
Factory interface for creating ISoapMessageHandler instances
Since:
9.5
Author:
Radu Batori
  • Method Details

    • getSoapHandler

      ISoapMessageHandler getSoapHandler(String soapHandlerName)
      Get a handler instance based on the annotated name
      Parameters:
      soapHandlerName - The name in the annotated type
      Returns:
      The handler instance, or null if no handler with the given name is found
    • getSoapHandlers

      ISoapMessageHandler[] getSoapHandlers(String soapServiceCall)
      Get a list of ISoapMessageHandler instances for a soap service call
      Parameters:
      soapServiceCall - The soap service call
      Returns:
      An array of handlers, never null