|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openxri.resolve.ResolveChain
public class ResolveChain
Holds information for a XRI resolution chain (no redirects)
Constructor Summary | |
---|---|
ResolveChain(java.lang.String sXRI)
Constructor - initializes as unresolved. |
Method Summary | |
---|---|
void |
addXRIDescriptor(XRD oXRID)
Adds the specified XRI Descriptor to the chain |
void |
addXRIDescriptors(java.util.Vector oDescriptors)
Adds the specified XRI Descriptors to the chain |
void |
addXRIDescriptors(XRDS oDescriptors)
Adds the specified XRI Descriptors to the chain |
XRD |
getFinalXRIDescriptor()
Get the last descriptor encountered during resolve. |
java.lang.String |
getUnresolved()
Get the unresolved portion. |
java.lang.String |
getXRI()
Get the XRI attempted to be resolved |
XRDS |
getXRIDescriptors()
Returns the XRDS element for this chain |
boolean |
resolvedAll()
Was the XRI resolved to its completion? |
void |
setResolvedAll()
Mark that the XRI resolved completely. |
void |
setUnresolved(java.lang.String sUnresolved)
Set unresolved portion. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResolveChain(java.lang.String sXRI)
Method Detail |
---|
public java.lang.String getXRI()
public boolean resolvedAll()
public XRDS getXRIDescriptors()
public XRD getFinalXRIDescriptor()
public java.lang.String getUnresolved()
public void setResolvedAll()
public void setUnresolved(java.lang.String sUnresolved)
public void addXRIDescriptor(XRD oXRID)
public void addXRIDescriptors(XRDS oDescriptors)
public void addXRIDescriptors(java.util.Vector oDescriptors)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |