Apache CXF API

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

Packages that use ClientFactoryBean
org.apache.cxf.frontend   
org.apache.cxf.frontend.spring   
org.apache.cxf.jaxws   
org.apache.cxf.jaxws.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)
           
 

Uses of ClientFactoryBean in org.apache.cxf.jaxws
 

Subclasses of ClientFactoryBean in org.apache.cxf.jaxws
 class JaxWsClientFactoryBean
          Bean to help easily create Client endpoints for JAX-WS.
 

Constructors in org.apache.cxf.jaxws with parameters of type ClientFactoryBean
JaxWsProxyFactoryBean(ClientFactoryBean fact)
           
 

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

Constructors in org.apache.cxf.jaxws.spring with parameters of type ClientFactoryBean
JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean(ClientFactoryBean fact)
           
 


Apache CXF API

Apache CXF