org.jboss.aspects.remoting.interceptors.invoker
Class RemotingInterceptorFactory

java.lang.Object
  extended byorg.jboss.aspects.remoting.interceptors.invoker.RemotingInterceptorFactory

public class RemotingInterceptorFactory
extends java.lang.Object


Field Summary
static java.lang.String INVOKER_LOCATOR
           
static java.lang.String LOADER
           
static java.lang.String MARSHALLER
           
static java.lang.String REMOTING
           
static java.lang.String SUBSYSTEM
           
 
Constructor Summary
RemotingInterceptorFactory()
           
 
Method Summary
static Invocation injectRemotingInterceptors(Invocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REMOTING

public static final java.lang.String REMOTING
See Also:
Constant Field Values (src)

INVOKER_LOCATOR

public static final java.lang.String INVOKER_LOCATOR
See Also:
Constant Field Values (src)

SUBSYSTEM

public static final java.lang.String SUBSYSTEM
See Also:
Constant Field Values (src)

MARSHALLER

public static final java.lang.String MARSHALLER
See Also:
Constant Field Values (src)

LOADER

public static final java.lang.String LOADER
See Also:
Constant Field Values (src)
Constructor Detail

RemotingInterceptorFactory

public RemotingInterceptorFactory()
Method Detail

injectRemotingInterceptors

public static Invocation injectRemotingInterceptors(Invocation invocation)