Apache CXF API

org.apache.cxf.jaxws
Class CXFService

java.lang.Object
  extended by javax.xml.ws.Service
      extended by org.apache.cxf.jaxws.CXFService

public abstract class CXFService
extends Service


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.xml.ws.Service
Service.Mode
 
Constructor Summary
protected CXFService(Bus b, URL wsdlURL, QName serviceName)
           
protected CXFService(Bus b, URL wsdlURL, QName serviceName, WebServiceFeature... f)
           
protected CXFService(URL wsdlURL, QName serviceName)
           
protected CXFService(URL wsdlURL, QName serviceName, WebServiceFeature... f)
           
 
Method Summary
 
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
 

Constructor Detail

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 API

Apache CXF