Uses of Class
org.chenile.owiz.impl.Chain
Package
Description
Chenile core beans are initialized in Spring.
Registers key chenile proxy beans in spring
Key Command implementations, chain implementations and base classes are defined here.
Orchestration Wizard routing that leverages OGNL as a scripting library.
-
Uses of Chain in org.chenile.configuration.core
-
Uses of Chain in org.chenile.configuration.proxy
Modifier and TypeMethodDescriptionProxyConfiguration.chenileProxyHighway()
ProxyConfiguration.chenileProxyInterceptorChain()
(package private) Chain<ChenileExchange>
ProxyConfiguration.httpChain()
-
Uses of Chain in org.chenile.owiz.impl
Modifier and TypeClassDescriptionclass
FilterChain<InputType extends ChainContextContainer<InputType>>
A variation of the Chain for AOP like surround processing.class
ParallelChain<InputType>
-
Uses of Chain in org.chenile.owiz.impl.ognl
Modifier and TypeClassDescriptionclass
ForLoop<InputType>
Repeatedly, execute the attached commands till the expression specified by condition evaluates to false.