Apache CXF API

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

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

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
           
 

Uses of JaxWsServerFactoryBean in org.apache.cxf.jaxws22
 

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


Apache CXF API

Apache CXF