Class SchemaSetParser
java.lang.Object
com.aquima.interactions.communication.impl.evaluator.parser.SchemaSetParser
- Direct Known Subclasses:
SoapParser
Abstract schema set parser to parse generic elements, for REST and Soap.
- Since:
- 9.0
- Author:
- Arjan Pragt
-
Constructor Summary
ConstructorsConstructorDescriptionSchemaSetParser
(ISchemaSetDefinition schemaSet, IValueFormatter valueFormatter) -
Method Summary
Modifier and TypeMethodDescriptionprotected static boolean
void
parseElement
(ITypeReference typeReference, InstanceContext instanceContext, String attribute, IXmlNode element, ParserContext parserContext) void
parseElement
(QualifiedName elementName, InstanceContext instanceContext, String attribute, IXmlNode element, ParserContext parserContext) protected ISingleValue
parseSimpleValue
(String attributeName, IEntityInstance instance, String value) protected void
setAttribute
(String attributeName, IEntityInstance instance, ISingleValue value)
-
Constructor Details
-
SchemaSetParser
- Parameters:
schemaSet
- The schema set definition, may not be null.valueFormatter
- The ValueFormatter to parse the ISingleValue elements, may not be null
-
-
Method Details
-
parseElement
public void parseElement(QualifiedName elementName, InstanceContext instanceContext, String attribute, IXmlNode element, ParserContext parserContext) throws UnknownTypeMappingException, UnknownElementMappingException, MessageParseException -
parseElement
public void parseElement(ITypeReference typeReference, InstanceContext instanceContext, String attribute, IXmlNode element, ParserContext parserContext) throws UnknownTypeMappingException, MessageParseException, UnknownElementMappingException -
setAttribute
-
parseSimpleValue
protected ISingleValue parseSimpleValue(String attributeName, IEntityInstance instance, String value) -
isNil
-