org.freecompany.infoset
Class UriReference<T>

java.lang.Object
  extended by org.freecompany.infoset.AbstractReference<T>
      extended by org.freecompany.infoset.UriReference<T>
All Implemented Interfaces:
Reference<T>

public class UriReference<T>
extends AbstractReference<T>


Field Summary
protected  InfosetFactory<T> factory
           
protected  Infoset<T> infoset
           
protected  java.net.URI uri
           
 
Constructor Summary
UriReference(InfosetFactory<T> factory, java.net.URI uri)
           
 
Method Summary
 Infoset<T> infoset()
           
 java.lang.String toString()
           
 
Methods inherited from class org.freecompany.infoset.AbstractReference
resolved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

factory

protected final InfosetFactory<T> factory

uri

protected final java.net.URI uri

infoset

protected Infoset<T> infoset
Constructor Detail

UriReference

public UriReference(InfosetFactory<T> factory,
                    java.net.URI uri)
Method Detail

infoset

public Infoset<T> infoset()
                   throws ReferenceException
Specified by:
infoset in interface Reference<T>
Overrides:
infoset in class AbstractReference<T>
Throws:
ReferenceException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object