Uses of Interface
com.sun.xml.ws.api.model.wsdl.WSDLService

Packages that use WSDLService
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 Runtime 
com.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
 WSDLService WSDLPort.getOwner()
          Gets the WSDLService that owns this port.
 WSDLService WSDLModel.getService(QName name)
          Gets WSDLService that models wsdl:service
 

Methods in com.sun.xml.ws.api.model.wsdl that return types with arguments of type WSDLService
 Map<QName,? extends WSDLService> WSDLModel.getServices()
          Gives a Map of wsdl:service qualified name and WSDLService
 

Uses of WSDLService in com.sun.xml.ws.api.model.wsdl.editable
 

Subinterfaces of WSDLService in com.sun.xml.ws.api.model.wsdl.editable
 interface EditableWSDLService
           
 

Uses of WSDLService in com.sun.xml.ws.client
 

Methods in com.sun.xml.ws.client that return WSDLService
 WSDLService WSServiceDelegate.getWsdlService()
           
 

Methods in com.sun.xml.ws.client with parameters of type WSDLService
 WSDLPort WSServiceDelegate.getPortModel(WSDLService wsdlService, QName portName)
          Obtains a WSDLPortImpl with error check.
 

Constructors in com.sun.xml.ws.client with parameters of type WSDLService
WSServiceDelegate(Source wsdl, WSDLService service, QName serviceName, Class<? extends Service> serviceClass, WebServiceFeature... features)
           
WSServiceDelegate(Source wsdl, WSDLService service, QName serviceName, Class<? extends Service> serviceClass, WebServiceFeatureList features)
           
 

Uses of WSDLService in com.sun.xml.ws.model.wsdl
 

Classes in com.sun.xml.ws.model.wsdl that implement WSDLService
 class WSDLServiceImpl
          Implementation of WSDLService
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.