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.Methods in org.frankframework.core with parameters of type PipeForwardModifier and TypeMethodDescriptionvoidAbstractResponseValidatorWrapper.addForward(PipeForward forward) voidIPipe.addForward(PipeForward forward) Register a PipeForward object to this Pipe.voidPipeForwards.addForward(PipeForward forward) Defines what pipe or exit to execute next.voidPipeLine.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.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 PipeForwardAbstractLdapQueryPipe.exceptionForwardprotected PipeForwardAbstractLdapQueryPipe.notFoundForward -
Uses of PipeForward in org.frankframework.pipes
Fields in org.frankframework.pipes declared as PipeForwardModifier and TypeFieldDescriptionprotected PipeForwardGetPrincipalPipe.notFoundForwardprotected PipeForwardIsUserInRolePipe.notInRoleForwardMethods in org.frankframework.pipes that return PipeForwardModifier and TypeMethodDescriptionprotected final PipeForwardAbstractValidator.determineForward(AbstractXmlValidator.ValidationResult validationResult, boolean responseMode, Supplier<String> errorMessageProvider) protected PipeForwardXmlValidator.determineForward(AbstractXmlValidator.ValidationResult validationResult, PipeLineSession session, boolean responseMode) AbstractPipe.findForward(String forward) Looks up a key in the pipeForward hashtable.protected final PipeForwardAbstractValidator.validate(String messageToValidate, PipeLineSession session) protected abstract PipeForwardAbstractValidator.validate(Message messageToValidate, PipeLineSession session, boolean responseMode, String messageRoot) protected PipeForwardJsonValidator.validate(Message messageToValidate, PipeLineSession session, boolean responseMode, String messageRoot) protected PipeForwardWsdlXmlValidator.validate(Message messageToValidate, PipeLineSession session, boolean responseMode, String messageRoot) protected PipeForwardXmlValidator.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 TypeMethodDescriptionvoidAbstractPipe.addForward(PipeForward forward) Forwards are used to determine the next Pipe to execute in the Pipeline.