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

Packages that use WSDLPortTypeImpl
com.sun.xml.ws.model.wsdl   
 

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

Methods in com.sun.xml.ws.model.wsdl that return WSDLPortTypeImpl
 WSDLPortTypeImpl WSDLBoundPortTypeImpl.getPortType()
           
 WSDLPortTypeImpl WSDLModelImpl.getPortType(javax.xml.namespace.QName name)
           
 

Methods in com.sun.xml.ws.model.wsdl that return types with arguments of type WSDLPortTypeImpl
 java.util.Map<javax.xml.namespace.QName,WSDLPortTypeImpl> WSDLModelImpl.getPortTypes()
           
 

Methods in com.sun.xml.ws.model.wsdl with parameters of type WSDLPortTypeImpl
 void WSDLModelImpl.addPortType(WSDLPortTypeImpl pt)
           
 

Constructors in com.sun.xml.ws.model.wsdl with parameters of type WSDLPortTypeImpl
WSDLOperationImpl(javax.xml.stream.XMLStreamReader xsr, WSDLPortTypeImpl owner, javax.xml.namespace.QName name)
           
 



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