public final class WSDLPartDescriptorImpl extends Object implements WSDLPartDescriptor
Constructor and Description |
---|
WSDLPartDescriptorImpl(XMLStreamReader xsr,
QName name,
WSDLDescriptorKind kind) |
Modifier and Type | Method and Description |
---|---|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLocation
public WSDLPartDescriptorImpl(XMLStreamReader xsr, QName name, WSDLDescriptorKind kind)
public QName name()
WSDLPartDescriptor
name
in interface WSDLPartDescriptor
public WSDLDescriptorKind type()
WSDLPartDescriptor
type
in interface WSDLPartDescriptor
@NotNull public final Locator getLocation()
WSDLObject
getLocation
in interface WSDLObject
Copyright © 2015 Oracle Corporation. All rights reserved.