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

Packages that use WSDLPartDescriptor
com.sun.xml.ws.api.model.wsdl   
com.sun.xml.ws.model.wsdl   
 

Uses of WSDLPartDescriptor in com.sun.xml.ws.api.model.wsdl
 

Methods in com.sun.xml.ws.api.model.wsdl that return WSDLPartDescriptor
 WSDLPartDescriptor WSDLPart.getDescriptor()
          Gives the XML Schema descriptor referenced using either wsdl:part@element or wsdl:part@type.
 

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

Classes in com.sun.xml.ws.model.wsdl that implement WSDLPartDescriptor
 class WSDLPartDescriptorImpl
           
 

Methods in com.sun.xml.ws.model.wsdl that return WSDLPartDescriptor
 WSDLPartDescriptor WSDLPartImpl.getDescriptor()
           
 

Constructors in com.sun.xml.ws.model.wsdl with parameters of type WSDLPartDescriptor
WSDLPartImpl(javax.xml.stream.XMLStreamReader xsr, String partName, int index, WSDLPartDescriptor descriptor)