Uses of Class
org.chenile.owiz.impl.ChainContext
Packages that use ChainContext
Package
Description
The core Chenile exchange objects are defined here.
Key Command implementations, chain implementations and base classes are defined here.
- 
Uses of ChainContext in org.chenile.core.contextFields in org.chenile.core.context declared as ChainContextModifier and TypeFieldDescriptionprivate ChainContext<ChenileExchange>ChenileExchange.chainContextInternal field for the purpose of continuing the interceptor chain.Methods in org.chenile.core.context that return ChainContextMethods in org.chenile.core.context with parameters of type ChainContextModifier and TypeMethodDescriptionvoidChenileExchange.setChainContext(ChainContext<ChenileExchange> chainContext) 
- 
Uses of ChainContext in org.chenile.owiz.implMethods in org.chenile.owiz.impl that return ChainContextMethods in org.chenile.owiz.impl with parameters of type ChainContextModifier and TypeMethodDescriptionvoidChainContextContainer.setChainContext(ChainContext<InputType> chainContext)