Uses of Class
org.chenile.owiz.impl.Chain
Packages that use 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
Methods in org.chenile.configuration.core that return Chain -
Uses of Chain in org.chenile.configuration.proxy
Methods in org.chenile.configuration.proxy that return ChainModifier and TypeMethodDescriptionProxyConfiguration.chenileProxyHighway()
ProxyConfiguration.chenileProxyInterceptorChain()
(package private) Chain<ChenileExchange>
ProxyConfiguration.httpChain()
-
Uses of Chain in org.chenile.owiz.impl
Subclasses of Chain in org.chenile.owiz.implModifier 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
Subclasses of Chain in org.chenile.owiz.impl.ognlModifier and TypeClassDescriptionclass
ForLoop<InputType>
Repeatedly, execute the attached commands till the expression specified by condition evaluates to false.