com.sun.xml.ws.model.wsdl
Class AbstractExtensibleImpl.UnknownWSDLExtension

java.lang.Object
  extended by com.sun.xml.ws.model.wsdl.AbstractExtensibleImpl.UnknownWSDLExtension
All Implemented Interfaces:
WSDLExtension, WSDLObject
Enclosing class:
AbstractExtensibleImpl

protected class AbstractExtensibleImpl.UnknownWSDLExtension
extends Object
implements WSDLExtension, WSDLObject


Constructor Summary
AbstractExtensibleImpl.UnknownWSDLExtension(QName extnEl, Locator locator)
           
 
Method Summary
 Locator getLocation()
          Gets the source location information in the parsed WSDL.
 QName getName()
          Gets the qualified name of the WSDL extensibility element or attribute.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractExtensibleImpl.UnknownWSDLExtension

public AbstractExtensibleImpl.UnknownWSDLExtension(QName extnEl,
                                                   Locator locator)
Method Detail

getName

public QName getName()
Description copied from interface: WSDLExtension
Gets the qualified name of the WSDL extensibility element or attribute.

Specified by:
getName in interface WSDLExtension
Returns:
must not be null.

getLocation

@NotNull
public 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

toString

public String toString()
Overrides:
toString in class Object