Uses of Interface
org.chenile.owiz.AttachableCommand
Package
Description
Key Command implementations, chain implementations and base classes are defined here.
Orchestration Wizard routing that leverages OGNL as a scripting library.
Splitter Aggregate pattern implemented here.
Chenile proxy interceptors.
Multi tenancy support.
-
Uses of AttachableCommand in org.chenile.owiz.impl
Modifier and TypeClassDescriptionclass
Chain<InputType>
A chain is a command that executes a chain of other commands.class
FilterChain<InputType extends ChainContextContainer<InputType>>
A variation of the Chain for AOP like surround processing.class
ParallelChain<InputType>
class
Router<InputType>
A router is a command that executes one of several commands based on a routing string. -
Uses of AttachableCommand in org.chenile.owiz.impl.ognl
Modifier and TypeClassDescriptionclass
EvaluateRouter<InputType>
This is a specific subclass ofRouter
that uses OGNL to evaluate a boolean expression on the context.class
ForLoop<InputType>
Repeatedly, execute the attached commands till the expression specified by condition evaluates to false.class
OgnlRouter<InputType>
Avoids creation of multiple routers by allowing an expression that can be utilized on the context to obtain the route. -
Uses of AttachableCommand in org.chenile.owiz.impl.splitaggregate
Modifier and TypeClassDescriptionclass
Implements a split aggregate functionality. -
Uses of AttachableCommand in org.chenile.proxy.interceptors
Modifier and TypeClassDescriptionclass
Returns the correct route based on if the service is local or remote -
Uses of AttachableCommand in org.chenile.utils.tenant.commands