addInterceptor(InterceptorConfig config, Class baseClassOrInterface, List interceptors) Instantiates an interceptor, based on the class name in the given InterceptorConfig, and adds it to the
given collection of interceptors.
Parameters: config - the InterceptorConfig used to determine the interceptor class. Parameters: baseClassOrInterface - the required base class or interface.
createInterceptor(InterceptorConfig config, Class baseClassOrInterface) Instantiates an interceptor using the class name in the given InterceptorConfig.
Parameters: config - the InterceptorConfig used to determine the Interceptor class. Parameters: baseClassOrInterface - the required base class or interface.
Instantiates an interceptor, based on the class name in the given InterceptorConfig, and adds it to the
given collection of interceptors.
Parameters: config - the InterceptorConfig used to determine the interceptor class. Parameters: baseClassOrInterface - the required base class or interface. May be null. Parameters: interceptors - the List of interceptors to which to add. an initialized Interceptor, or null if an error occurred.
Add an
Interceptor to the list of interceptors.
Parameters: configBeans - an array of JavaBeans that configure a set of interceptors Parameters: interceptorsList - the list of Interceptor instances Parameters: baseClassOrInterface -
Instantiates an interceptor using the class name in the given InterceptorConfig.
Parameters: config - the InterceptorConfig used to determine the Interceptor class. Parameters: baseClassOrInterface - the required base class or interface. May be null. an initialized Interceptor, or null if an error occurred.