org.exolab.adaptx.net

Class ObjectURILocation

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 ObjectgetObject()
Returns the object at this URILocation

Method Detail

getObject

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