org.exolab.adaptx.net
Class ObjectURILocation
java.lang.Object
org.exolab.adaptx.net.URILocation
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
Method Summary |
abstract java.lang.Object |
getObject()
Returns the object at this URILocation |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ObjectURILocation
public ObjectURILocation()
getObject
public abstract java.lang.Object getObject()
- Returns the object at this URILocation