Apache CXF API

Uses of Class
org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean

Packages that use JaxWsServiceFactoryBean
org.apache.cxf.jaxws   
org.apache.cxf.jaxws.binding.soap   
org.apache.cxf.jaxws.spring   
 

Uses of JaxWsServiceFactoryBean in org.apache.cxf.jaxws
 

Methods in org.apache.cxf.jaxws that return JaxWsServiceFactoryBean
 JaxWsServiceFactoryBean JaxWsServerFactoryBean.getJaxWsServiceFactory()
           
 JaxWsServiceFactoryBean EndpointImpl.getServiceFactory()
           
 

Methods in org.apache.cxf.jaxws with parameters of type JaxWsServiceFactoryBean
 void EndpointImpl.setServiceFactory(JaxWsServiceFactoryBean sf)
           
 

Constructors in org.apache.cxf.jaxws with parameters of type JaxWsServiceFactoryBean
JaxWsServerFactoryBean(JaxWsServiceFactoryBean serviceFactory)
           
WrapperClassGenerator(JaxWsServiceFactoryBean fact, InterfaceInfo inf, boolean q)
           
 

Uses of JaxWsServiceFactoryBean in org.apache.cxf.jaxws.binding.soap
 

Methods in org.apache.cxf.jaxws.binding.soap with parameters of type JaxWsServiceFactoryBean
 void JaxWsSoapBindingConfiguration.setJaxWsServiceFactoryBean(JaxWsServiceFactoryBean b)
           
 

Constructors in org.apache.cxf.jaxws.binding.soap with parameters of type JaxWsServiceFactoryBean
JaxWsSoapBindingConfiguration(JaxWsServiceFactoryBean sifb)
           
 

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

Constructors in org.apache.cxf.jaxws.spring with parameters of type JaxWsServiceFactoryBean
NamespaceHandler.SpringServerFactoryBean(JaxWsServiceFactoryBean fact)
           
 


Apache CXF API

Apache CXF