Package | Description |
---|---|
org.jboss.invocation |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static InterceptorFactory |
Interceptors.getChainedInterceptorFactory(InterceptorFactory... instances)
Get a chained interceptor factory which builds a chained interceptor using the given factories.
|
Modifier and Type | Method and Description |
---|---|
static InterceptorFactory |
Interceptors.getChainedInterceptorFactory(Collection<InterceptorFactory> instances)
Get a chained interceptor which passes the invocation through the given interceptors.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.