public class DefaultInterceptorFactory extends Object implements InterceptorFactory
| Constructor and Description | 
|---|
| DefaultInterceptorFactory() | 
| 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. | 
| void | setObjectFactory(ObjectFactory objectFactory) | 
| void | setReflectionProvider(ReflectionProvider reflectionProvider) | 
public void setObjectFactory(ObjectFactory objectFactory)
public void setReflectionProvider(ReflectionProvider reflectionProvider)
public Interceptor buildInterceptor(InterceptorConfig interceptorConfig, Map<String,String> interceptorRefParams) throws ConfigurationException
InterceptorFactorybuildInterceptor in interface InterceptorFactoryinterceptorConfig - 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.