Convenience utility used to execute an interceptor chain given an
InterceptorContext . This
class can be invoked to execute "pre" and "post" interceptor chains.
Execute a "post" interceptor chain. This will execute the
Interceptor.postInvoke(InterceptorContextInterceptorChain) method to be invoked on each interceptor in a chain.
Parameters: context - the context for a set of interceptors Parameters: interceptors - the list of interceptors throws: InterceptorException -
Execute a "pre" interceptor chain. This will execute the
Interceptor.preInvoke(InterceptorContextInterceptorChain) method to be invoked on each interceptor in a chain.
Parameters: context - the context for a set of interceptors Parameters: interceptors - the list of interceptors throws: InterceptorException -