Package org.chenile.owiz.impl
Interface ChainContextContainer<InputType>
- All Known Implementing Classes:
ChenileExchange
public interface ChainContextContainer<InputType>
The context that is required to be passed to filter chain. Filter chain needs chain Context to work.
Hence we need to make sure that the context passed contains a ChainContext
- Author:
- Raja Shankar Kolluru
-
Method Summary
-
Method Details
-
setChainContext
-
getChainContext
ChainContext<InputType> getChainContext()
-