Class DefaultSoapMessageHandlerFactory
java.lang.Object
com.aquima.interactions.framework.communication.DefaultSoapMessageHandlerFactory
- All Implemented Interfaces:
ISoapMessageHandlerFactory
Default soap handler factory that always returns no values (null).
- Since:
- 9.5
- Author:
- Radu Batori
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSoapHandler
(String soapServiceCall) Get a handler instance based on the annotated namegetSoapHandlers
(String soapServiceCall) Get a list ofISoapMessageHandler
instances for a soap service call
-
Constructor Details
-
DefaultSoapMessageHandlerFactory
public DefaultSoapMessageHandlerFactory()
-
-
Method Details
-
getSoapHandler
Description copied from interface:ISoapMessageHandlerFactory
Get a handler instance based on the annotated name- Specified by:
getSoapHandler
in interfaceISoapMessageHandlerFactory
- Parameters:
soapServiceCall
- The name in the annotated type- Returns:
- The handler instance, or
null
if no handler with the given name is found - Throws:
PortalException
-
getSoapHandlers
Description copied from interface:ISoapMessageHandlerFactory
Get a list ofISoapMessageHandler
instances for a soap service call- Specified by:
getSoapHandlers
in interfaceISoapMessageHandlerFactory
- Parameters:
soapServiceCall
- The soap service call- Returns:
- An array of handlers, never null
-