com.sun.xml.ws.model.wsdl
Class WSDLPartDescriptorImpl
java.lang.Object
com.sun.xml.ws.model.wsdl.AbstractObjectImpl
com.sun.xml.ws.model.wsdl.WSDLPartDescriptorImpl
- All Implemented Interfaces:
- WSDLObject, WSDLPartDescriptor
public final class WSDLPartDescriptorImpl
- extends AbstractObjectImpl
- implements WSDLPartDescriptor
Method Summary |
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(javax.xml.stream.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