com.sun.xml.ws.model.wsdl
Class AbstractObjectImpl
java.lang.Object
com.sun.xml.ws.model.wsdl.AbstractObjectImpl
- All Implemented Interfaces:
- WSDLObject
- Direct Known Subclasses:
- AbstractExtensibleImpl, WSDLPartDescriptorImpl, WSDLPartImpl
abstract class AbstractObjectImpl
- extends Object
- implements WSDLObject
Method Summary |
Locator |
getLocation()
Gets the source location information in the parsed WSDL. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractObjectImpl
AbstractObjectImpl(javax.xml.stream.XMLStreamReader xsr)
AbstractObjectImpl
AbstractObjectImpl(String systemId,
int lineNumber)
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