Uses of Interface
com.aquima.interactions.communication.ISoapMessageHandler
Packages that use ISoapMessageHandler
Package
Description
-
Uses of ISoapMessageHandler in com.aquima.interactions.communication
Methods in com.aquima.interactions.communication that return ISoapMessageHandlerModifier and TypeMethodDescriptionISoapMessageHandlerFactory.getSoapHandler
(String soapHandlerName) Get a handler instance based on the annotated nameISoapMessageHandlerFactory.getSoapHandlers
(String soapServiceCall) Get a list ofISoapMessageHandler
instances for a soap service callMethods in com.aquima.interactions.communication with parameters of type ISoapMessageHandlerModifier and TypeMethodDescriptionICommunicationEngine.composeSoapRequest
(IInternalPortalContext context, String serviceName, String operationName, ISoapMessageHandler[] soapHandlers, ICommunicationEngineHandler handler) This methods composes a soap request message. -
Uses of ISoapMessageHandler in com.aquima.interactions.communication.impl
Methods in com.aquima.interactions.communication.impl with parameters of type ISoapMessageHandlerModifier and TypeMethodDescriptionCommunicationEngine.composeSoapRequest
(IInternalPortalContext context, String serviceName, String operationName, ISoapMessageHandler[] handlers, ICommunicationEngineHandler handler) -
Uses of ISoapMessageHandler in com.aquima.interactions.communication.impl.evaluator.composer
Methods in com.aquima.interactions.communication.impl.evaluator.composer with parameters of type ISoapMessageHandlerModifier and TypeMethodDescriptionSoapComposer.composeRequest
(IInternalPortalContext context, String operationName, ISoapMessageHandler[] soapMessageHandlers) This method composes a soap request message. -
Uses of ISoapMessageHandler in com.aquima.interactions.framework.communication
Methods in com.aquima.interactions.framework.communication that return ISoapMessageHandlerModifier and TypeMethodDescriptionDefaultSoapMessageHandlerFactory.getSoapHandler
(String soapServiceCall) DefaultSoapMessageHandlerFactory.getSoapHandlers
(String soapServiceCall) -
Uses of ISoapMessageHandler in com.aquima.interactions.portal
Methods in com.aquima.interactions.portal that return ISoapMessageHandlerModifier and TypeMethodDescriptionICommunicationEngine.getSoapMessageHandlers
(String serviceCallName) This method returns the soap message handlers for the specified service call.Methods in com.aquima.interactions.portal with parameters of type ISoapMessageHandlerModifier and TypeMethodDescriptionICommunicationEngine.composeSoapRequest
(String serviceName, String operationName, ISoapMessageHandler[] handlers) This methods composes a soap request message using the current portal state. -
Uses of ISoapMessageHandler in com.aquima.interactions.portal.model.factory
Methods in com.aquima.interactions.portal.model.factory that return ISoapMessageHandlerModifier and TypeMethodDescriptionLinkedSoapMessageHandlerFactory.getSoapHandler
(String soapHandlerType) LinkedSoapMessageHandlerFactory.getSoapHandlers
(String soapServiceCall) -
Uses of ISoapMessageHandler in com.aquima.interactions.portal.model.session
Methods in com.aquima.interactions.portal.model.session that return ISoapMessageHandlerModifier and TypeMethodDescriptionCommunicationEngine.getSoapMessageHandlers
(String serviceCallName) Methods in com.aquima.interactions.portal.model.session with parameters of type ISoapMessageHandlerModifier and TypeMethodDescriptionCommunicationEngine.composeSoapRequest
(String soapServiceName, String soapOperationName, ISoapMessageHandler[] soapHandlers)