Package org.chenile.owiz.impl.ognl


package org.chenile.owiz.impl.ognl
Orchestration Wizard routing that leverages OGNL as a scripting library.
  • Classes
    Class
    Description
    EvaluateRouter<InputType>
    This is a specific subclass of Router that uses OGNL to evaluate a boolean expression on the context.
    ForLoop<InputType>
    Repeatedly, execute the attached commands till the expression specified by condition evaluates to false.
    OgnlRouter<InputType>
    Avoids creation of multiple routers by allowing an expression that can be utilized on the context to obtain the route.
    SetCommand<InputType>
    Sets specific parts of the context to a value.