Uses of Interface
org.frankframework.core.IValidator
Package
Description
-
Uses of IValidator in org.frankframework.core
Modifier and TypeClassDescriptionclass
Wrapper for the response validator.Modifier and TypeMethodDescriptionPipeLine.getInputValidator()
PipeLine.getOutputValidator()
IDualModeValidator.getResponseValidator()
Modifier and TypeMethodDescriptionvoid
PipeLine.setInputValidator
(IValidator inputValidator) Request validator, or combined validator for request and responsevoid
PipeLine.setOutputValidator
(IValidator outputValidator) Optional pipe to validate the response. -
Uses of IValidator in org.frankframework.pipes
Modifier and TypeClassDescriptionclass
Pipe that validates the input message against a Schema.static class
Wrapper for the response validator.class
Pipe
that validates the XML or JSON input message against a XML Schema and returns either XML or JSON.class
Pipe that validates the input message against a JSON Schema.class
XmlValidator that will read the XSD's to use from a WSDL.class
Pipe that validates the input message against an XML Schema.static class
Wrapper for the XML response validator.class
Pipe
that checks the well-formedness of the input message.Modifier and TypeMethodDescriptionMessageSendingPipe.getInputValidator()
MessageSendingPipe.getOutputValidator()
AbstractValidator.getResponseValidator()
XmlValidator.getResponseValidator()
Modifier and TypeMethodDescriptionvoid
AsyncSenderWithListenerPipe.setInputValidator
(IValidator inputValidator) void
MessageSendingPipe.setInputValidator
(IValidator inputValidator) specification of Pipe to validate request messages, or request and response message if configured as mixed mode validatorvoid
SenderPipe.setInputValidator
(IValidator inputValidator) void
MessageSendingPipe.setOutputValidator
(IValidator outputValidator) specification of Pipe to validate response messages -
Uses of IValidator in org.frankframework.processors
Modifier and TypeMethodDescriptionAbstractPipeProcessor.validate
(PipeLine pipeLine, IValidator validator, Message message, PipeLineSession pipeLineSession, String messageRoot) CorePipeProcessor.validate
(PipeLine pipeLine, IValidator validator, Message message, PipeLineSession pipeLineSession, String messageRoot) LimitingParallelExecutionPipeProcessor.validate
(PipeLine pipeLine, IValidator validator, Message message, PipeLineSession pipeLineSession, String messageRoot) PipeProcessor.validate
(PipeLine pipeLine, IValidator validator, Message message, PipeLineSession pipeLineSession, String messageRoot) -
Uses of IValidator in org.frankframework.soap
Modifier and TypeClassDescriptionclass
XmlValidator that will automatically add the SOAP envelope XSD to the set of XSD's used for validation.