public abstract class XmlMarshallingValidationCallback<T> extends AbstractValidationCallback<T>
applicationContext
Constructor and Description |
---|
XmlMarshallingValidationCallback()
Default constructor.
|
XmlMarshallingValidationCallback(org.springframework.oxm.Unmarshaller unmarshaller)
Default constructor with unmarshaller.
|
Modifier and Type | Method and Description |
---|---|
void |
validate(Message message,
TestContext context)
Validate callback method with received message.
|
setApplicationContext, validate
public XmlMarshallingValidationCallback()
public XmlMarshallingValidationCallback(org.springframework.oxm.Unmarshaller unmarshaller)
public void validate(Message message, TestContext context)
ValidationCallback
validate
in interface ValidationCallback
validate
in class AbstractValidationCallback<T>
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.