Uses of Interface
com.aquima.interactions.communication.ISoapMessageHandlerFactory
Packages that use ISoapMessageHandlerFactory
Package
Description
-
Uses of ISoapMessageHandlerFactory in com.aquima.interactions.framework
Methods in com.aquima.interactions.framework that return ISoapMessageHandlerFactoryModifier and TypeMethodDescriptionDefaultFactoryManagerBase.getSoapMessageHandlerFactory()
FactoryManager.getSoapMessageHandlerFactory()
PersistenceAwareFactoryManager.getSoapMessageHandlerFactory()
Methods in com.aquima.interactions.framework with parameters of type ISoapMessageHandlerFactoryModifier and TypeMethodDescriptionvoid
FactoryManager.setSoapMessageHandlerFactory
(ISoapMessageHandlerFactory factory) -
Uses of ISoapMessageHandlerFactory in com.aquima.interactions.framework.communication
Classes in com.aquima.interactions.framework.communication that implement ISoapMessageHandlerFactoryModifier and TypeClassDescriptionclass
Default soap handler factory that always returns no values (null). -
Uses of ISoapMessageHandlerFactory in com.aquima.interactions.portal
Methods in com.aquima.interactions.portal that return ISoapMessageHandlerFactoryModifier and TypeMethodDescriptionIFactoryManager.getSoapMessageHandlerFactory()
This method returns the soap message handler factory which createsISoapMessageHandler
instances. -
Uses of ISoapMessageHandlerFactory in com.aquima.interactions.portal.model.factory
Classes in com.aquima.interactions.portal.model.factory that implement ISoapMessageHandlerFactoryModifier and TypeClassDescriptionfinal class
Soap message handler factory that combines two handler factories.Methods in com.aquima.interactions.portal.model.factory that return ISoapMessageHandlerFactoryModifier and TypeMethodDescriptionstatic ISoapMessageHandlerFactory
LinkedSoapMessageHandlerFactory.createFor
(ISoapMessageHandlerFactory factory, ISoapMessageHandlerFactory defaultFactory) This method returns a handler factory implementation that combines both the domain factories that are passed to this method.LinkedFactoryManager.getSoapMessageHandlerFactory()
Methods in com.aquima.interactions.portal.model.factory with parameters of type ISoapMessageHandlerFactoryModifier and TypeMethodDescriptionstatic ISoapMessageHandlerFactory
LinkedSoapMessageHandlerFactory.createFor
(ISoapMessageHandlerFactory factory, ISoapMessageHandlerFactory defaultFactory) This method returns a handler factory implementation that combines both the domain factories that are passed to this method.