Package com.sun.xml.ws.api.model.wsdl
Interface WSDLPartDescriptor
- All Superinterfaces:
WSDLObject
- All Known Implementing Classes:
WSDLPartDescriptorImpl
Abstracts wsdl:part descriptor that is defined using element or type attribute.
- Author:
- Vivek Pandey
-
Method Summary
Methods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLObject
getLocation
-
Method Details
-
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.
-