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()
           
 

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(javax.xml.stream.XMLStreamReader xsr, WSDLServiceImpl owner, QName name, QName binding)