Class XmlMarshallingValidationProcessor<T>
java.lang.Object
org.citrusframework.validation.AbstractValidationProcessor<T>
org.citrusframework.validation.xml.XmlMarshallingValidationProcessor<T>
- All Implemented Interfaces:
MessageProcessor,MessageTransformer,ReferenceResolverAware,GenericValidationProcessor<T>,ValidationProcessor
Validation callback automatically unmarshalling message payload so we work with
Java objects for validation.
- Author:
- Christoph Deppisch
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder. -
Field Summary
Fields inherited from class org.citrusframework.validation.AbstractValidationProcessor
referenceResolverFields inherited from interface org.citrusframework.message.MessageProcessor
logger, RESOURCE_PATH, TYPE_RESOLVER -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.XmlMarshallingValidationProcessor(Unmarshaller unmarshaller) Default constructor with unmarshaller. -
Method Summary
Methods inherited from class org.citrusframework.validation.AbstractValidationProcessor
setReferenceResolverMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.citrusframework.validation.GenericValidationProcessor
validateMethods inherited from interface org.citrusframework.message.MessageProcessor
transformMethods inherited from interface org.citrusframework.validation.ValidationProcessor
process
-
Constructor Details
-
XmlMarshallingValidationProcessor
public XmlMarshallingValidationProcessor()Default constructor. -
XmlMarshallingValidationProcessor
Default constructor with unmarshaller.
-
-
Method Details
-
validate
- Specified by:
validatein interfaceValidationProcessor- Overrides:
validatein classAbstractValidationProcessor<T>
-