|
Invocation API 1.1.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterceptorFactory | |
---|---|
org.jboss.invocation |
Uses of InterceptorFactory in org.jboss.invocation |
---|
Classes in org.jboss.invocation that implement InterceptorFactory | |
---|---|
class |
ImmediateInterceptorFactory
An interceptor factory which returns the same instance, always. |
class |
MethodInterceptorFactory
An interceptor factory for interceptor objects which call a specific method via reflection. |
class |
MethodInvokingInterceptorFactory
A factory for method invoking interceptors. |
Methods in org.jboss.invocation that return InterceptorFactory | |
---|---|
static InterceptorFactory |
Interceptors.getChainedInterceptorFactory(Collection<InterceptorFactory> instances)
Get a chained interceptor which passes the invocation through the given interceptors. |
static InterceptorFactory |
Interceptors.getChainedInterceptorFactory(InterceptorFactory... instances)
Get a chained interceptor factory which builds a chained interceptor using the given factories. |
static InterceptorFactory |
Interceptors.getInitialInterceptorFactory()
Get the interceptor factory for the initial interceptor. |
static InterceptorFactory |
Interceptors.getInvokingInterceptorFactory()
Get a factory which returns the invoking interceptor. |
static InterceptorFactory |
Interceptors.getTerminalInterceptorFactory()
Get a factory which returns the terminal interceptor. |
Methods in org.jboss.invocation with parameters of type InterceptorFactory | |
---|---|
static InterceptorFactory |
Interceptors.getChainedInterceptorFactory(InterceptorFactory... instances)
Get a chained interceptor factory which builds a chained interceptor using the given factories. |
Method parameters in org.jboss.invocation with type arguments of type InterceptorFactory | |
---|---|
static InterceptorFactory |
Interceptors.getChainedInterceptorFactory(Collection<InterceptorFactory> instances)
Get a chained interceptor which passes the invocation through the given interceptors. |
|
Invocation API 1.1.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |