Uses of Interface
org.openxri.pipeline.Stage

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 tag to the XRD with an absolute expiration date.
 class AddExpiresRelativeStage
          A stage that adds an tag to the XRD with a relative expiration date.
 class AddGUIDCanonicalIDStage
          A stage that adds a element to the XRD.
 class AddProviderIDStage
          A stage that adds a element to the XRD and sets its value to the parent authority's .
 class AddQueryStage
          A stage that adds an tag to the XRD with the name of the current subsegment.
 class AddRandomCanonicalIDStage
          A stage that adds a element to the XRD.
 class AddSerialCanonicalIDStage
          A stage that adds a element to the XRD.
 class AddServerStatusStage
          A stage that adds an tag to the XRD with a configurable code and text.
 class AddStatusStage
          A stage that adds an tag to the XRD with a configurable code and text.
 class AddXMLElementStage
          A stage that adds an arbitrary XML element to the XRD.
 class AutoLocalIDsStage
          A stage that automatically generates elements by finding synonyms in the store.
 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.
 



Copyright © 2005-2012. All Rights Reserved.