Uses of Interface
com.aquima.interactions.communication.ISoapServiceDefinition
Packages that use ISoapServiceDefinition
Package
Description
-
Uses of ISoapServiceDefinition in com.aquima.interactions.communication
Methods in com.aquima.interactions.communication that return ISoapServiceDefinitionModifier and TypeMethodDescriptionISoapMessageContext.getServiceDefinition()
Get the SOAP service definitionICommunicationEngine.getSoapService
(String serviceName) This method return the definition of a service for the specified name. -
Uses of ISoapServiceDefinition in com.aquima.interactions.communication.impl
Classes in com.aquima.interactions.communication.impl that implement ISoapServiceDefinitionModifier and TypeClassDescriptionfinal class
Internal IServiceDefinition implementation that uses a datasource for construction.Methods in com.aquima.interactions.communication.impl that return ISoapServiceDefinition -
Uses of ISoapServiceDefinition in com.aquima.interactions.communication.impl.evaluator.composer
Constructors in com.aquima.interactions.communication.impl.evaluator.composer with parameters of type ISoapServiceDefinitionModifierConstructorDescriptionSoapComposer
(ISoapServiceDefinition definition, ICommunicationEngineHandler handler, IValueFormatter valueFormatter) Construct a soap composer with a definition and a handler for custom elements. -
Uses of ISoapServiceDefinition in com.aquima.interactions.communication.impl.evaluator.parser
Methods in com.aquima.interactions.communication.impl.evaluator.parser with parameters of type ISoapServiceDefinitionModifier and TypeMethodDescriptionvoid
IWebServiceDebugger.onParsedRequest
(ISoapServiceDefinition soapService, ISoapMessageDefinition message) void
IWebServiceDebugger.onParsedResponse
(ISoapServiceDefinition soapService, ISoapMessageDefinition message) Constructors in com.aquima.interactions.communication.impl.evaluator.parser with parameters of type ISoapServiceDefinitionModifierConstructorDescriptionSoapParser
(ISoapServiceDefinition definition, IValueFormatter valueFormatter) Construct a soap parser with a soap service definition. -
Uses of ISoapServiceDefinition in com.aquima.interactions.portal
Methods in com.aquima.interactions.portal that return ISoapServiceDefinitionModifier and TypeMethodDescriptionICommunicationEngine.getSoapService
(String serviceName) This method return the definition of a service for the specified name.ISoapServiceConfiguration.getSoapServiceDefinition()
This method returns the definition of the service. -
Uses of ISoapServiceDefinition in com.aquima.interactions.portal.model.session
Methods in com.aquima.interactions.portal.model.session that return ISoapServiceDefinitionModifier and TypeMethodDescriptionSoapMessageContext.getServiceDefinition()
Get the SOAP service definitionCommunicationEngine.getSoapService
(String serviceName) Constructors in com.aquima.interactions.portal.model.session with parameters of type ISoapServiceDefinitionModifierConstructorDescriptionSoapMessageContext
(ISoapServiceDefinition soapDefinition, IInternalPortalContext context, IXmlElementContext soapDocument, IXmlElementContext soapHeader, IXmlElementContext soapBody, String operationName) Constructs a SoapMessageContext. -
Uses of ISoapServiceDefinition in com.aquima.interactions.portal.model.webservice
Methods in com.aquima.interactions.portal.model.webservice that return ISoapServiceDefinition