public class InterceptorBuilder extends Object
Constructor and Description |
---|
InterceptorBuilder() |
Modifier and Type | Method and Description |
---|---|
static List<InterceptorMapping> |
constructInterceptorReference(InterceptorLocator interceptorLocator,
String refName,
Map<String,String> refParams,
Location location,
ObjectFactory objectFactory)
Builds a list of interceptors referenced by the refName in the supplied PackageConfig (InterceptorMapping object).
|
public static List<InterceptorMapping> constructInterceptorReference(InterceptorLocator interceptorLocator, String refName, Map<String,String> refParams, Location location, ObjectFactory objectFactory) throws ConfigurationException
interceptorLocator
- interceptor locatorrefName
- reference namerefParams
- reference parameterslocation
- locationobjectFactory
- object factoryConfigurationException
- in case of any configuration errorsCopyright © 2000–2020 Apache Software Foundation. All rights reserved.