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

All Superinterfaces:
WSDLObject
All Known Implementing Classes:
WSDLPartDescriptorImpl

public interface WSDLPartDescriptor
extends WSDLObject

Abstracts wsdl:part descriptor that is defined using element or type attribute.


Method Summary
 QName name()
          Gives Qualified name of the XML Schema element or type
 WSDLDescriptorKind type()
          Gives whether wsdl:part references a schema type or a global element.
 
Methods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLObject
getLocation
 

Method Detail

name

QName name()
Gives Qualified name of the XML Schema element or type


type

WSDLDescriptorKind type()
Gives whether wsdl:part references a schema type or a global element.