Uses of Interface
com.aquima.interactions.communication.ISchemaSetDefinition
Packages that use ISchemaSetDefinition
Package
Description
-
Uses of ISchemaSetDefinition in com.aquima.interactions.communication
Methods in com.aquima.interactions.communication that return ISchemaSetDefinitionModifier and TypeMethodDescriptionICommunicationEngine.getSchemaSet
(String name) This method return the definition of a schema set for the specified name.IRestServiceDefinition.getSchemaSet()
Returns the corresponding schemaset of the service.ISoapServiceDefinition.getSchemaSet()
This method returns the schema set of this soap service. -
Uses of ISchemaSetDefinition in com.aquima.interactions.communication.impl
Classes in com.aquima.interactions.communication.impl that implement ISchemaSetDefinitionModifier and TypeClassDescriptionfinal class
This class holds the static definition of a schema set.Methods in com.aquima.interactions.communication.impl that return ISchemaSetDefinitionModifier and TypeMethodDescriptionCommunicationEngine.getSchemaSet
(String name) RestServiceDefinition.getSchemaSet()
SoapServiceDefinition.getSchemaSet()
Methods in com.aquima.interactions.communication.impl with parameters of type ISchemaSetDefinitionModifier and TypeMethodDescriptionprotected static void
InitializationUtil.validateAttribute
(IAttributeDefinition attribute, IElementReference elementReference, ISchemaSetDefinition schemaSet) protected static void
InitializationUtil.validateAttribute
(IAttributeDefinition attribute, ITypeMappingDefinition typeDefinition, ISchemaSetDefinition schemaSet) protected static void
InitializationUtil.validateAttribute
(IAttributeDefinition attribute, ITypeReference typeReference, ISchemaSetDefinition schemaSet) protected static void
InitializationUtil.validateElementReference
(IElementReference elementReference, ISchemaSetDefinition schemaSet) protected static void
InitializationUtil.validateTypeReference
(ITypeReference typeReference, ISchemaSetDefinition schemaSet) protected static void
InitializationUtil.validateTypeReference
(QualifiedName typeReference, ISchemaSetDefinition schemaSet) Constructors in com.aquima.interactions.communication.impl with parameters of type ISchemaSetDefinitionModifierConstructorDescriptionprotected
SoapMessageDefinition
(ISoapMessageDS datasource, ISchemaSetDefinition schemaSet, IMetaModel metaModel, IRuleEngine ruleEngine) protected
SoapMessagePartDefinition
(SoapMessageDefinition message, ISchemaSetDefinition schemaSet, ISoapMessagePartDS datasource, IEntityDefinition entityDefinition, IMetaModel metaModel, IRuleEngine ruleEngine) protected
SoapMessagePartVisitor
(ISchemaSetDefinition schemaSet, SoapMessageDefinition message, IEntityDefinition entityDefinition, IMetaModel metamodel, IRuleEngine ruleEngine, boolean isHeaderPart) protected
SoapOperationDefinition
(ISoapOperationDS datasource, ISchemaSetDefinition schemaSet, IMetaModel metamodel, IRuleEngine ruleEngine) protected
SoapOperationVisitor
(SoapServiceDefinition serviceDefinition, ISchemaSetDefinition schemaSet, IMetaModel metamodel, IRuleEngine ruleEngine) -
Uses of ISchemaSetDefinition in com.aquima.interactions.communication.impl.evaluator.composer
Fields in com.aquima.interactions.communication.impl.evaluator.composer declared as ISchemaSetDefinitionModifier and TypeFieldDescriptionprotected final ISchemaSetDefinition
SchemaSetComposer.schemaSet
Constructors in com.aquima.interactions.communication.impl.evaluator.composer with parameters of type ISchemaSetDefinitionModifierConstructorDescriptionSchemaSetComposer
(ISchemaSetDefinition schemaSet, ICommunicationEngineHandler handler, IValueFormatter valueFormatter) Construct a rest composer with a definition and a handler for custom elements. -
Uses of ISchemaSetDefinition in com.aquima.interactions.communication.impl.evaluator.parser
Constructors in com.aquima.interactions.communication.impl.evaluator.parser with parameters of type ISchemaSetDefinitionModifierConstructorDescriptionSchemaSetParser
(ISchemaSetDefinition schemaSet, IValueFormatter valueFormatter) -
Uses of ISchemaSetDefinition in com.aquima.interactions.communication.impl.validator
Constructors in com.aquima.interactions.communication.impl.validator with parameters of type ISchemaSetDefinitionModifierConstructorDescriptionRestMessageValidator
(IRestMessageDefinition message, ISchemaSetDefinition schemaSet, ISchemaContract contract) Construct a rest message validator for a message definition, schema set and contract definition.SchemaSetValidationContext
(ISchemaSetDefinition schemaSet, ISchemaContract contract) Public constuctor for testcases only.SoapMessageValidator
(ISoapMessageDefinition message, ISchemaSetDefinition schemaSet, ISchemaContract contract) Construct a soap message validator for a message definition, schema set and contract definition.protected
XsdComposer
(ISchemaSetDefinition schemaSet, ISchemaContract contract) -
Uses of ISchemaSetDefinition in com.aquima.interactions.portal
Methods in com.aquima.interactions.portal that return ISchemaSetDefinitionModifier and TypeMethodDescriptionICommunicationEngine.getSchemaSet
(String name) This method return the definition of a xsd type for the specified name. -
Uses of ISchemaSetDefinition in com.aquima.interactions.portal.model.session
Methods in com.aquima.interactions.portal.model.session that return ISchemaSetDefinition