Package 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
-
-
Constructor Summary
Constructors Constructor Description WSDLPartDescriptorImpl(XMLStreamReader xsr, QName name, WSDLDescriptorKind kind)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocatorgetLocation()Gets the source location information in the parsed WSDL.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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLObject
getLocation
-
-
-
-
Constructor Detail
-
WSDLPartDescriptorImpl
public WSDLPartDescriptorImpl(XMLStreamReader xsr, QName name, WSDLDescriptorKind kind)
-
-
Method Detail
-
name
public QName name()
Description copied from interface:WSDLPartDescriptorGives Qualified name of the XML Schema element or type- Specified by:
namein interfaceWSDLPartDescriptor
-
type
public WSDLDescriptorKind type()
Description copied from interface:WSDLPartDescriptorGives whether wsdl:part references a schema type or a global element.- Specified by:
typein interfaceWSDLPartDescriptor
-
getLocation
@NotNull public final Locator getLocation()
Description copied from interface:WSDLObjectGets the source location information in the parsed WSDL. This is useful when producing error messages.- Specified by:
getLocationin interfaceWSDLObject
-
-