Package 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.- Author:
- Vivek Pandey
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QNamename()Gives Qualified name of the XML Schema element or typeWSDLDescriptorKindtype()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.
-
-