Uses of Interface
com.aquima.interactions.communication.ISoapMessageDefinition
Packages that use ISoapMessageDefinition
Package
Description
-
Uses of ISoapMessageDefinition in com.aquima.interactions.communication
Methods in com.aquima.interactions.communication that return ISoapMessageDefinitionModifier and TypeMethodDescriptionISoapOperationDefinition.getRequestMessage()
This method returns the request message for this operation.ISoapOperationDefinition.getResponseMessage()
This method returns the response message for this operation. -
Uses of ISoapMessageDefinition in com.aquima.interactions.communication.impl
Classes in com.aquima.interactions.communication.impl that implement ISoapMessageDefinitionModifier and TypeClassDescriptionfinal class
Internal IMessageDefinition implementation that uses a datasource for construction.Methods in com.aquima.interactions.communication.impl that return ISoapMessageDefinitionModifier and TypeMethodDescriptionSoapOperationDefinition.getRequestMessage()
SoapOperationDefinition.getResponseMessage()
-
Uses of ISoapMessageDefinition in com.aquima.interactions.communication.impl.evaluator.parser
Methods in com.aquima.interactions.communication.impl.evaluator.parser with parameters of type ISoapMessageDefinitionModifier and TypeMethodDescriptionvoid
IWebServiceDebugger.onParsedRequest
(ISoapServiceDefinition soapService, ISoapMessageDefinition message) void
IWebServiceDebugger.onParsedResponse
(ISoapServiceDefinition soapService, ISoapMessageDefinition message) -
Uses of ISoapMessageDefinition in com.aquima.interactions.communication.impl.validator
Constructors in com.aquima.interactions.communication.impl.validator with parameters of type ISoapMessageDefinitionModifierConstructorDescriptionSoapMessageValidator
(ISoapMessageDefinition message, ISchemaSetDefinition schemaSet, ISchemaContract contract) Construct a soap message validator for a message definition, schema set and contract definition. -
Uses of ISoapMessageDefinition in com.aquima.interactions.portal
Methods in com.aquima.interactions.portal with parameters of type ISoapMessageDefinitionModifier and TypeMethodDescriptionvoid
ICommunicationEngine.validateSoapMessage
(ISoapServiceConfiguration configuration, ISoapMessageDefinition message, String xml) This method may be used to validate a soap message using the current portal state. -
Uses of ISoapMessageDefinition in com.aquima.interactions.portal.model.session
Methods in com.aquima.interactions.portal.model.session with parameters of type ISoapMessageDefinitionModifier and TypeMethodDescriptionvoid
CommunicationEngine.validateSoapMessage
(ISoapServiceConfiguration configuration, ISoapMessageDefinition message, String xml)