Uses of Class
org.apache.openejb.jee.jba.ClientInterceptors

Packages that use ClientInterceptors
org.apache.openejb.jee.jba   
 

Uses of ClientInterceptors in org.apache.openejb.jee.jba
 

Fields in org.apache.openejb.jee.jba declared as ClientInterceptors
protected  ClientInterceptors ProxyFactoryConfig.clientInterceptors
           
 

Methods in org.apache.openejb.jee.jba that return ClientInterceptors
 ClientInterceptors ObjectFactory.createClientInterceptors()
          Create an instance of ClientInterceptors
 ClientInterceptors ProxyFactoryConfig.getClientInterceptors()
          Gets the value of the clientInterceptors property.
 

Methods in org.apache.openejb.jee.jba with parameters of type ClientInterceptors
 void ProxyFactoryConfig.setClientInterceptors(ClientInterceptors value)
          Sets the value of the clientInterceptors property.
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.