public interface InterceptorFactory
ObjectFactory to build Interceptor| Modifier and Type | Method and Description | 
|---|---|
| Interceptor | buildInterceptor(InterceptorConfig interceptorConfig,
                Map<String,String> interceptorRefParams)Builds an Interceptor from the InterceptorConfig and the Map of
 parameters from the interceptor reference. | 
Interceptor buildInterceptor(InterceptorConfig interceptorConfig, Map<String,String> interceptorRefParams) throws ConfigurationException
interceptorConfig - the InterceptorConfig from the configurationinterceptorRefParams - a Map of params provided in the Interceptor reference in the
                             Action mapping or InterceptorStack definitionConfigurationException - in case of any configuration errorsCopyright © 2000–2025 Apache Software Foundation. All rights reserved.