|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Stage | |
---|---|
org.openxri.pipeline | |
org.openxri.pipeline.stages |
Uses of Stage in org.openxri.pipeline |
---|
Methods in org.openxri.pipeline that return Stage | |
---|---|
Stage[] |
Pipeline.getStages()
|
Constructor parameters in org.openxri.pipeline with type arguments of type Stage | |
---|---|
Pipeline(java.lang.String name,
java.util.List<Stage> stages)
|
Uses of Stage in org.openxri.pipeline.stages |
---|
Classes in org.openxri.pipeline.stages that implement Stage | |
---|---|
class |
AbstractStage
The AbstractStage saves the properties with which the Stage was initialized for later use. |
class |
AddAuthorityResolutionSEPStage
A stage that adds an authority resolution service endpoint to the XRD. |
class |
AddExpiresAbsoluteStage
A stage that adds an |
class |
AddExpiresRelativeStage
A stage that adds an |
class |
AddGUIDCanonicalIDStage
A stage that adds a |
class |
AddProviderIDStage
A stage that adds a |
class |
AddQueryStage
A stage that adds an |
class |
AddRandomCanonicalIDStage
A stage that adds a |
class |
AddSerialCanonicalIDStage
A stage that adds a |
class |
AddServerStatusStage
A stage that adds an |
class |
AddStatusStage
A stage that adds an |
class |
AddXMLElementStage
A stage that adds an arbitrary XML element to the XRD. |
class |
AutoLocalIDsStage
A stage that automatically generates |
class |
EmptyXRDStage
A stage that clears the whole XRD. |
class |
ExecutePipelineStage
A stage that executes a whole other pipeline as a sub-process. |
class |
FromStoreStage
A stage looks up the XRD for the current subsegment from the store, and replaces the current XRD on the pipeline. |
class |
InheritAttributesStage
A stage that copies attributes from the parent authority to the XRD on the pipeline. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |