Uses of Class
org.jboss.proxy.ClientContainer

Packages that use ClientContainer
org.jboss.proxy Package description goes here
org.jboss.proxy.ejb   
 

Uses of ClientContainer in org.jboss.proxy
 

Subclasses of ClientContainer in org.jboss.proxy
 class ClientContainerEx
          An extension of ClientContainer that allows one to access the client container invocation context and interceptors.
 

Methods in org.jboss.proxy with parameters of type ClientContainer
protected  void GenericProxyFactory.loadInterceptorChain(ArrayList chain, ClientContainer client)
          The loadInterceptorChain create instances of interceptor classes from the list of classes given by the chain array.
 

Uses of ClientContainer in org.jboss.proxy.ejb
 

Methods in org.jboss.proxy.ejb with parameters of type ClientContainer
protected  void ProxyFactory.loadInterceptorChain(ArrayList chain, ClientContainer client)
          The loadInterceptorChain create instances of interceptor classes previously loaded in loadInterceptorClasses
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.