Apache CXF API

Uses of Class
org.apache.cxf.jaxws.JaxWsServerFactoryBean

Packages that use JaxWsServerFactoryBean
org.apache.cxf.jaxws   
org.apache.cxf.jaxws.spring   
 

Uses of JaxWsServerFactoryBean in org.apache.cxf.jaxws
 

Methods in org.apache.cxf.jaxws that return JaxWsServerFactoryBean
 JaxWsServerFactoryBean EndpointImpl.getServerFactory()
           
 

Methods in org.apache.cxf.jaxws with parameters of type JaxWsServerFactoryBean
protected  void EndpointImpl.setServerFactory(JaxWsServerFactoryBean bean)
           
 

Constructors in org.apache.cxf.jaxws with parameters of type JaxWsServerFactoryBean
EndpointImpl(Bus b, Object implementor, JaxWsServerFactoryBean sf)
           
 

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

Subclasses of JaxWsServerFactoryBean in org.apache.cxf.jaxws.spring
static class NamespaceHandler.SpringServerFactoryBean
           
 


Apache CXF API

Apache CXF