| java.lang.Object org.jboss.proxy.Interceptor
All known Subclasses: org.jboss.jmx.connector.invoker.client.InvokerAdaptorClientInterceptor, org.jboss.naming.interceptors.ExceptionInterceptor, org.jboss.proxy.TransactionInterceptor, org.jboss.proxy.ejb.RetryInterceptor, org.jboss.invocation.http.interfaces.ClientMethodInterceptor, org.jboss.ejb.plugins.inflow.MessageEndpointInterceptor, org.jboss.proxy.ClientMethodInterceptor, org.jboss.proxy.ejb.GenericEJBInterceptor, org.jboss.invocation.InvokerInterceptor, org.jboss.proxy.SecurityInterceptor,
Interceptor | abstract public class Interceptor implements Externalizable(Code) | | The base class for all interceptors.
author: Marc Fleury version: $Revision: 57209 $ |
nextInterceptor | protected Interceptor nextInterceptor(Code) | | The next interceptor in the chain.
|
setNext | public Interceptor setNext(Interceptor interceptor)(Code) | | Set the next interceptor in the chain.
String together the interceptors
We return the passed interceptor to allow for
interceptor1.setNext(interceptor2).setNext(interceptor3)... constructs.
|
|
|