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

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

public class RemotingInterceptorFactory
extends Object

Author:
Tom Elrod

Field Summary
static String INVOKER_LOCATOR
           
static String LOADER
           
static String MARSHALLER
           
static String REMOTING
           
static String SUBSYSTEM
           
 
Constructor Summary
RemotingInterceptorFactory()
           
 
Method Summary
static org.jboss.aop.joinpoint.Invocation injectRemotingInterceptors(org.jboss.aop.joinpoint.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 String REMOTING
See Also:
Constant Field Values

INVOKER_LOCATOR

public static final String INVOKER_LOCATOR
See Also:
Constant Field Values

SUBSYSTEM

public static final String SUBSYSTEM
See Also:
Constant Field Values

MARSHALLER

public static final String MARSHALLER
See Also:
Constant Field Values

LOADER

public static final String LOADER
See Also:
Constant Field Values
Constructor Detail

RemotingInterceptorFactory

public RemotingInterceptorFactory()
Method Detail

injectRemotingInterceptors

public static org.jboss.aop.joinpoint.Invocation injectRemotingInterceptors(org.jboss.aop.joinpoint.Invocation invocation)


Copyright © 2004 JBoss Inc. All Rights Reserved.