org.eclipse.higgins.idas.udi.impl.xri
Class XRIContextUDI

java.lang.Object
  extended byorg.eclipse.higgins.idas.udi.impl.AbstractContextUDI
      extended byorg.eclipse.higgins.idas.udi.impl.xri.XRIContextUDI
All Implemented Interfaces:
Comparable, IContextUDI, Serializable

public class XRIContextUDI
extends AbstractContextUDI

See Also:
Serialized Form

Constructor Summary
XRIContextUDI(String contextUDI, org.openxri.resolve.Resolver resolver, boolean https, boolean saml, boolean cid, boolean refs)
           
 
Method Summary
 IContextUDIMetadata getContextUDIMetadata()
           
 
Methods inherited from class org.eclipse.higgins.idas.udi.impl.AbstractContextUDI
compareTo, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XRIContextUDI

public XRIContextUDI(String contextUDI,
                     org.openxri.resolve.Resolver resolver,
                     boolean https,
                     boolean saml,
                     boolean cid,
                     boolean refs)
              throws org.eclipse.higgins.idas.api.IdASException
Method Detail

getContextUDIMetadata

public IContextUDIMetadata getContextUDIMetadata()