com.sun.xml.ws.model.wsdl
Class WSDLPartDescriptorImpl

java.lang.Object
  extended by com.sun.xml.ws.model.wsdl.AbstractObjectImpl
      extended by com.sun.xml.ws.model.wsdl.WSDLPartDescriptorImpl
All Implemented Interfaces:
WSDLObject, WSDLPartDescriptor

public final class WSDLPartDescriptorImpl
extends AbstractObjectImpl
implements WSDLPartDescriptor


Constructor Summary
WSDLPartDescriptorImpl(javax.xml.stream.XMLStreamReader xsr, QName name, WSDLDescriptorKind kind)
           
 
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 com.sun.xml.ws.model.wsdl.AbstractObjectImpl
getLocation
 
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(javax.xml.stream.XMLStreamReader xsr,
                              QName name,
                              WSDLDescriptorKind kind)
Method Detail

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