Uses of Class
org.apache.cxf.jaxws.JaxWsServerFactoryBean
-
Packages that use JaxWsServerFactoryBean Package Description org.apache.cxf.jaxws org.apache.cxf.jaxws.blueprint 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 Modifier and Type Method Description JaxWsServerFactoryBeanEndpointImpl. getServerFactory()Methods in org.apache.cxf.jaxws with parameters of type JaxWsServerFactoryBean Modifier and Type Method Description protected voidEndpointImpl. setServerFactory(JaxWsServerFactoryBean bean)Constructors in org.apache.cxf.jaxws with parameters of type JaxWsServerFactoryBean Constructor Description EndpointImpl(Bus b, Object implementor, JaxWsServerFactoryBean sf) -
Uses of JaxWsServerFactoryBean in org.apache.cxf.jaxws.blueprint
Subclasses of JaxWsServerFactoryBean in org.apache.cxf.jaxws.blueprint Modifier and Type Class Description static classJAXWSBPNamespaceHandler.BPJaxWsServerFactoryBean -
Uses of JaxWsServerFactoryBean in org.apache.cxf.jaxws.spring
Subclasses of JaxWsServerFactoryBean in org.apache.cxf.jaxws.spring Modifier and Type Class Description static classNamespaceHandler.SpringServerFactoryBean -
Uses of JaxWsServerFactoryBean in org.apache.cxf.jaxws22
Constructors in org.apache.cxf.jaxws22 with parameters of type JaxWsServerFactoryBean Constructor Description EndpointImpl(Bus b, Object implementor, JaxWsServerFactoryBean sf)Deprecated.
-