Save This Page
Home » JBoss-5.1.0 » org.jboss.test.naming » interceptors » [javadoc | source]
org.jboss.test.naming.interceptors
public class: ProxyFactoryInterceptor [javadoc | source]
java.lang.Object
   org.jboss.mx.interceptor.AbstractInterceptor
      org.jboss.test.naming.interceptors.ProxyFactoryInterceptor

All Implemented Interfaces:
    Interceptor

An interceptor that replaces any NamingContext values returned with the proxy found under the JNDI binding given by the proxyName.
Fields inherited from org.jboss.mx.interceptor.AbstractInterceptor:
name,  isShared,  log
Method from org.jboss.test.naming.interceptors.ProxyFactoryInterceptor Summary:
invoke,   setProxyName
Methods from org.jboss.mx.interceptor.AbstractInterceptor:
destroy,   getName,   init,   invoke,   isShared,   setLogger,   setName,   start,   stop,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.test.naming.interceptors.ProxyFactoryInterceptor Detail:
 public Object invoke(Invocation invocation) throws InvocationException 
 public  void setProxyName(String proxyName)