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

java.lang.Object
  extended by 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
WSDLPartDescriptorImpl(XMLStreamReader xsr, QName name, WSDLDescriptorKind kind)
           
 
Method Summary
 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.
 
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: 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

getLocation

@NotNull
public final Locator getLocation()
Description copied from interface: WSDLObject
Gets the source location information in the parsed WSDL. This is useful when producing error messages.

Specified by:
getLocation in interface WSDLObject


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.