org.apache.cxf.jaxws
Class CXFService
java.lang.Object
javax.xml.ws.Service
org.apache.cxf.jaxws.CXFService
public abstract class CXFService
- extends Service
Methods inherited from class javax.xml.ws.Service |
addPort, create, create, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, getExecutor, getHandlerResolver, getPort, getPort, getPort, getPort, getPort, getPorts, getServiceName, getWSDLDocumentLocation, setExecutor, setHandlerResolver |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CXFService
protected CXFService(URL wsdlURL,
QName serviceName)
CXFService
protected CXFService(Bus b,
URL wsdlURL,
QName serviceName)
CXFService
protected CXFService(URL wsdlURL,
QName serviceName,
WebServiceFeature... f)
CXFService
protected CXFService(Bus b,
URL wsdlURL,
QName serviceName,
WebServiceFeature... f)
Apache CXF