Uses of Interface
com.sun.xml.ws.api.model.wsdl.WSDLService
-
Packages that use WSDLService Package Description com.sun.xml.ws.api.model.wsdl com.sun.xml.ws.api.model.wsdl.editable com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtimecom.sun.xml.ws.model.wsdl -
-
Uses of WSDLService in com.sun.xml.ws.api.model.wsdl
Methods in com.sun.xml.ws.api.model.wsdl that return WSDLService Modifier and Type Method Description WSDLServiceWSDLPort. getOwner()Gets theWSDLServicethat owns this port.WSDLServiceWSDLModel. getService(QName name)GetsWSDLServicethat modelswsdl:serviceMethods in com.sun.xml.ws.api.model.wsdl that return types with arguments of type WSDLService Modifier and Type Method Description Map<QName,? extends WSDLService>WSDLModel. getServices()Gives aMapof wsdl:service qualified name andWSDLService -
Uses of WSDLService in com.sun.xml.ws.api.model.wsdl.editable
Subinterfaces of WSDLService in com.sun.xml.ws.api.model.wsdl.editable Modifier and Type Interface Description interfaceEditableWSDLService -
Uses of WSDLService in com.sun.xml.ws.client
Methods in com.sun.xml.ws.client that return WSDLService Modifier and Type Method Description WSDLServiceWSServiceDelegate. getWsdlService()Methods in com.sun.xml.ws.client with parameters of type WSDLService Modifier and Type Method Description WSDLPortWSServiceDelegate. getPortModel(WSDLService wsdlService, QName portName)Obtains aWSDLPortImplwith error check.Constructors in com.sun.xml.ws.client with parameters of type WSDLService Constructor Description WSServiceDelegate(Source wsdl, WSDLService service, QName serviceName, Class<? extends jakarta.xml.ws.Service> serviceClass, WebServiceFeatureList features)WSServiceDelegate(Source wsdl, WSDLService service, QName serviceName, Class<? extends jakarta.xml.ws.Service> serviceClass, jakarta.xml.ws.WebServiceFeature... features) -
Uses of WSDLService in com.sun.xml.ws.model.wsdl
Classes in com.sun.xml.ws.model.wsdl that implement WSDLService Modifier and Type Class Description classWSDLServiceImplImplementation ofWSDLService
-