com.sun.xml.ws.model.wsdl
Class WSDLPartDescriptorImpl
java.lang.Object
com.sun.xml.ws.model.wsdl.WSDLPartDescriptorImpl
- All Implemented Interfaces:
- WSDLObject, WSDLPartDescriptor
public final class WSDLPartDescriptorImpl
- extends Object
- implements WSDLPartDescriptor
- Author:
- Vivek Pandey
|
Method Summary |
Locator |
getLocation()
Gets the source location information in the parsed WSDL. |
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 class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDLPartDescriptorImpl
public WSDLPartDescriptorImpl(XMLStreamReader xsr,
QName name,
WSDLDescriptorKind kind)
name
public QName name()
- Description copied from interface:
WSDLPartDescriptor
- Gives Qualified name of the XML Schema element or type
- Specified by:
name in interface WSDLPartDescriptor
type
public WSDLDescriptorKind type()
- Description copied from interface:
WSDLPartDescriptor
- Gives whether wsdl:part references a schema type or a global element.
- Specified by:
type in interface WSDLPartDescriptor
getLocation
@NotNull
public final Locator getLocation()
- Description copied from interface:
WSDLObject
- Gets the source location information in the parsed WSDL.
This is useful when producing error messages.
- Specified by:
getLocation in interface WSDLObject
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.