Uses of Class
org.apache.cxf.frontend.ClientFactoryBean

Packages that use ClientFactoryBean
org.apache.cxf.frontend   
org.apache.cxf.frontend.spring   
 

Uses of ClientFactoryBean in org.apache.cxf.frontend
 

Methods in org.apache.cxf.frontend that return ClientFactoryBean
 ClientFactoryBean ClientProxyFactoryBean.getClientFactoryBean()
           
 

Methods in org.apache.cxf.frontend with parameters of type ClientFactoryBean
 void ClientProxyFactoryBean.setClientFactoryBean(ClientFactoryBean clientFactoryBean)
           
 

Constructors in org.apache.cxf.frontend with parameters of type ClientFactoryBean
ClientProxyFactoryBean(ClientFactoryBean fact)
           
 

Uses of ClientFactoryBean in org.apache.cxf.frontend.spring
 

Constructors in org.apache.cxf.frontend.spring with parameters of type ClientFactoryBean
ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean(ClientFactoryBean fact)
           
 



Apache CXF