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

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

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

Methods in com.sun.xml.ws.client that return WSDLPortImpl
 WSDLPortImpl WSServiceDelegate.getPortModel(WSDLServiceImpl wsdlService, javax.xml.namespace.QName portName)
          Obtains a WSDLPortImpl with error check.
 

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

Methods in com.sun.xml.ws.model.wsdl that return WSDLPortImpl
 WSDLPortImpl WSDLServiceImpl.get(javax.xml.namespace.QName portName)
           
 WSDLPortImpl WSDLServiceImpl.getMatchingPort(javax.xml.namespace.QName portTypeName)
          gets the first port in this service which matches the portType
 WSDLPortImpl WSDLModelImpl.getMatchingPort(javax.xml.namespace.QName serviceName, javax.xml.namespace.QName portType)
          gets the first port in the wsdl which matches the serviceName and portType
 

Methods in com.sun.xml.ws.model.wsdl that return types with arguments of type WSDLPortImpl
 java.lang.Iterable<WSDLPortImpl> WSDLServiceImpl.getPorts()
           
 

Methods in com.sun.xml.ws.model.wsdl with parameters of type WSDLPortImpl
 void WSDLServiceImpl.put(javax.xml.namespace.QName portName, WSDLPortImpl port)
          Populates the Map that holds port name as key and WSDLPort as the value.
 



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.