Uses of Class
com.sun.xml.ws.model.wsdl.WSDLServiceImpl

Packages that use WSDLServiceImpl
com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtime 
com.sun.xml.ws.model.wsdl   
 

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

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

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

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

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

Methods in com.sun.xml.ws.model.wsdl that return WSDLServiceImpl
 WSDLServiceImpl WSDLPortImpl.getOwner()
           
 WSDLServiceImpl WSDLModelImpl.getService(QName name)
           
 

Methods in com.sun.xml.ws.model.wsdl that return types with arguments of type WSDLServiceImpl
 Map<QName,WSDLServiceImpl> WSDLModelImpl.getServices()
           
 

Methods in com.sun.xml.ws.model.wsdl with parameters of type WSDLServiceImpl
 void WSDLModelImpl.addService(WSDLServiceImpl svc)
           
 

Constructors in com.sun.xml.ws.model.wsdl with parameters of type WSDLServiceImpl
WSDLPortImpl(XMLStreamReader xsr, WSDLServiceImpl owner, QName name, QName binding)
           
 



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