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
  • Constructor Details

    • ObjectURILocation

      public ObjectURILocation()
  • Method Details

    • getObject

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