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   
 

Uses of JaxWsServiceFactoryBean in org.apache.cxf.jaxws
 

Methods in org.apache.cxf.jaxws that return JaxWsServiceFactoryBean
 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)
           
 

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)
           
 


Apache CXF API

Apache CXF