Uses of Class
org.frankframework.core.PipeForward
Packages that use PipeForward
-
Uses of PipeForward in org.frankframework.core
Methods in org.frankframework.core that return PipeForwardMethods in org.frankframework.core that return types with arguments of type PipeForwardModifier and TypeMethodDescriptionAbstractResponseValidatorWrapper.getForwards()
IPipe.getForwards()
Get pipe forwards.PipeForwards.getForwards()
PipeLine.getGlobalForwards()
Methods in org.frankframework.core with parameters of type PipeForwardModifier and TypeMethodDescriptionvoid
AbstractResponseValidatorWrapper.addForward
(PipeForward forward) void
IPipe.addForward
(PipeForward forward) Register a PipeForward object to this Pipe.void
PipeForwards.addForward
(PipeForward forward) Defines what pipe or exit to execute next.void
PipeLine.addForward
(PipeForward forward) Deprecated.PipeLine.resolveForward
(IPipe pipe, PipeForward forward) Find the destination of the forward, i.e. theobject
(Pipe or PipeLineExit) where the forward points to.void
PipeRunResult.setPipeForward
(PipeForward pipeForward) Constructors in org.frankframework.core with parameters of type PipeForwardModifierConstructorDescriptionPipeRunResult
(PipeForward forward, Object result) PipeRunResult
(PipeForward forward, Message result) -
Uses of PipeForward in org.frankframework.ldap
Fields in org.frankframework.ldap declared as PipeForwardModifier and TypeFieldDescriptionprotected PipeForward
AbstractLdapQueryPipe.exceptionForward
protected PipeForward
AbstractLdapQueryPipe.notFoundForward
-
Uses of PipeForward in org.frankframework.pipes
Fields in org.frankframework.pipes declared as PipeForwardModifier and TypeFieldDescriptionprotected PipeForward
GetPrincipalPipe.notFoundForward
protected PipeForward
IsUserInRolePipe.notInRoleForward
Methods in org.frankframework.pipes that return PipeForwardModifier and TypeMethodDescriptionprotected final PipeForward
AbstractValidator.determineForward
(AbstractXmlValidator.ValidationResult validationResult, PipeLineSession session, boolean responseMode, Supplier<String> errorMessageProvider) protected PipeForward
XmlValidator.determineForward
(AbstractXmlValidator.ValidationResult validationResult, PipeLineSession session, boolean responseMode) AbstractPipe.findForward
(String forward) Looks up a key in the pipeForward hashtable.IfPipe.getElseForward()
FixedForwardPipe.getSuccessForward()
IfPipe.getThenForward()
protected final PipeForward
AbstractValidator.validate
(String messageToValidate, PipeLineSession session) protected abstract PipeForward
AbstractValidator.validate
(Message messageToValidate, PipeLineSession session, boolean responseMode, String messageRoot) protected PipeForward
JsonValidator.validate
(Message messageToValidate, PipeLineSession session, boolean responseMode, String messageRoot) protected PipeForward
WsdlXmlValidator.validate
(Message messageToValidate, PipeLineSession session, boolean responseMode, String messageRoot) protected PipeForward
XmlValidator.validate
(Message messageToValidate, PipeLineSession session, boolean responseMode, String messageRoot) Methods in org.frankframework.pipes that return types with arguments of type PipeForwardMethods in org.frankframework.pipes with parameters of type PipeForwardModifier and TypeMethodDescriptionvoid
AbstractPipe.addForward
(PipeForward forward) Forwards are used to determine the next Pipe to execute in the Pipeline