org.exolab.adaptx.net

Class ObjectURILocation

Known Direct 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 Object
getObject()
Returns the object at this URILocation

Methods inherited from class org.exolab.adaptx.net.URILocation

getAbsoluteURI, getBaseURI, getReader, getRelativeURI, toString

Method Details

getObject

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