Uses of Class
org.apache.openejb.config.sys.ProxyFactory

Packages that use ProxyFactory
org.apache.openejb.config.sys   
org.apache.openejb.config.typed   
 

Uses of ProxyFactory in org.apache.openejb.config.sys
 

Fields in org.apache.openejb.config.sys declared as ProxyFactory
protected  ProxyFactory Openejb.proxyFactory
           
 

Methods in org.apache.openejb.config.sys that return ProxyFactory
 ProxyFactory ObjectFactory.createProxyFactory()
          Create an instance of ProxyFactory
static ProxyFactory JaxbOpenejb.createProxyFactory()
           
 ProxyFactory Openejb.getProxyFactory()
          Gets the value of the proxyFactory property.
 

Methods in org.apache.openejb.config.sys with parameters of type ProxyFactory
 void Openejb.setProxyFactory(ProxyFactory value)
          Sets the value of the proxyFactory property.
 

Uses of ProxyFactory in org.apache.openejb.config.typed
 

Subclasses of ProxyFactory in org.apache.openejb.config.typed
 class ProxyFactoryBuilder
           
 



Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.