com.sun.xml.ws.model.wsdl
Class AbstractExtensibleImpl.UnknownWSDLExtension
java.lang.Object
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
AbstractExtensibleImpl.UnknownWSDLExtension
public AbstractExtensibleImpl.UnknownWSDLExtension(QName extnEl,
Locator locator)
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