Class CXFService

java.lang.Object
jakarta.xml.ws.Service
org.apache.cxf.jaxws.CXFService

public abstract class CXFService extends jakarta.xml.ws.Service
  • Nested Class Summary

    Nested classes/interfaces inherited from class jakarta.xml.ws.Service

    jakarta.xml.ws.Service.Mode
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    CXFService(URL wsdlURL, QName serviceName)
     
    protected
    CXFService(URL wsdlURL, QName serviceName, jakarta.xml.ws.WebServiceFeature... f)
     
    protected
    CXFService(org.apache.cxf.Bus b, URL wsdlURL, QName serviceName)
     
    protected
    CXFService(org.apache.cxf.Bus b, URL wsdlURL, QName serviceName, jakarta.xml.ws.WebServiceFeature... f)
     
  • Method Summary

    Methods inherited from class jakarta.xml.ws.Service

    addPort, create, create, 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 Details

    • CXFService

      protected CXFService(URL wsdlURL, QName serviceName)
    • CXFService

      protected CXFService(org.apache.cxf.Bus b, URL wsdlURL, QName serviceName)
    • CXFService

      protected CXFService(URL wsdlURL, QName serviceName, jakarta.xml.ws.WebServiceFeature... f)
    • CXFService

      protected CXFService(org.apache.cxf.Bus b, URL wsdlURL, QName serviceName, jakarta.xml.ws.WebServiceFeature... f)