Package com.sun.xml.ws.model.wsdl
Class WSDLPartDescriptorImpl
java.lang.Object
com.sun.xml.ws.model.wsdl.WSDLPartDescriptorImpl
- All Implemented Interfaces:
WSDLObject,WSDLPartDescriptor
- Author:
- Vivek Pandey
-
Constructor Summary
ConstructorsConstructorDescriptionWSDLPartDescriptorImpl(XMLStreamReader xsr, QName name, WSDLDescriptorKind kind) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLObject
getLocation
-
Constructor Details
-
WSDLPartDescriptorImpl
-
-
Method Details
-
name
Description copied from interface:WSDLPartDescriptorGives Qualified name of the XML Schema element or type- Specified by:
namein interfaceWSDLPartDescriptor
-
type
Description copied from interface:WSDLPartDescriptorGives whether wsdl:part references a schema type or a global element.- Specified by:
typein interfaceWSDLPartDescriptor
-
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
-