Uses of Class
org.apache.cxf.frontend.ClientFactoryBean
-
Packages that use ClientFactoryBean Package Description 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 Modifier and Type Method Description ClientFactoryBeanClientProxyFactoryBean. getClientFactoryBean()Methods in org.apache.cxf.frontend with parameters of type ClientFactoryBean Modifier and Type Method Description voidClientProxyFactoryBean. setClientFactoryBean(ClientFactoryBean clientFactoryBean)Constructors in org.apache.cxf.frontend with parameters of type ClientFactoryBean Constructor Description ClientProxyFactoryBean(ClientFactoryBean fact) -
Uses of ClientFactoryBean in org.apache.cxf.frontend.spring
Constructors in org.apache.cxf.frontend.spring with parameters of type ClientFactoryBean Constructor Description SpringClientProxyFactoryBean(ClientFactoryBean fact) -
Uses of ClientFactoryBean in org.apache.cxf.jaxws
Subclasses of ClientFactoryBean in org.apache.cxf.jaxws Modifier and Type Class Description classJaxWsClientFactoryBeanBean to help easily create Client endpoints for JAX-WS.Constructors in org.apache.cxf.jaxws with parameters of type ClientFactoryBean Constructor Description JaxWsProxyFactoryBean(ClientFactoryBean fact) -
Uses of ClientFactoryBean in org.apache.cxf.jaxws.spring
Constructors in org.apache.cxf.jaxws.spring with parameters of type ClientFactoryBean Constructor Description JAXWSSpringClientProxyFactoryBean(ClientFactoryBean fact)
-