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

java.lang.Object
  extended by com.sun.xml.ws.model.wsdl.AbstractObjectImpl
All Implemented Interfaces:
WSDLObject
Direct Known Subclasses:
AbstractExtensibleImpl, WSDLPartDescriptorImpl, WSDLPartImpl

abstract class AbstractObjectImpl
extends Object
implements WSDLObject


Constructor Summary
AbstractObjectImpl(String systemId, int lineNumber)
           
AbstractObjectImpl(javax.xml.stream.XMLStreamReader xsr)
           
 
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
 

Constructor Detail

AbstractObjectImpl

AbstractObjectImpl(javax.xml.stream.XMLStreamReader xsr)

AbstractObjectImpl

AbstractObjectImpl(String systemId,
                   int lineNumber)
Method Detail

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