org.exolab.adaptx.net
Class ObjectURILocation

java.lang.Object
  extended by org.exolab.adaptx.net.URILocation
      extended by org.exolab.adaptx.net.ObjectURILocation
Direct Known Subclasses:
DOMURILocation, SAXURILocation

public abstract class ObjectURILocation
extends URILocation

An extension of URILocation, useful for dealing with in-memory objects. The implementation should return null, for the getReader method if the object itself is not null.

Author:
Keith Visco

Constructor Summary
ObjectURILocation()
           
 
Method Summary
abstract  java.lang.Object getObject()
          Returns the object at this URILocation
 
Methods inherited from class org.exolab.adaptx.net.URILocation
getAbsoluteURI, getBaseURI, getReader, getRelativeURI, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectURILocation

public ObjectURILocation()
Method Detail

getObject

public abstract java.lang.Object getObject()
Returns the object at this URILocation