Uses of Package
net.shibboleth.metadata.pipeline

Packages that use net.shibboleth.metadata.pipeline
net.shibboleth.metadata.dom Implementations of core APIs that operate on W3C DOM based metadata. 
net.shibboleth.metadata.dom.saml Classes that work with DOM elements which contain SAML data. 
net.shibboleth.metadata.pipeline A set of classes for constructing generic data processing pipelines. 
 

Classes in net.shibboleth.metadata.pipeline used by net.shibboleth.metadata.dom
BaseIteratingStage
          Base class for Stage implementations that iterate over each Item in a collection and do something.
BaseStage
          A base class for Stage implementations.
Stage
          A stage in a Pipeline that operates upon a collection Item in a particular manner.
StageProcessingException
          Exception indicating that a Stage of the pipeline encountered an error.
 

Classes in net.shibboleth.metadata.pipeline used by net.shibboleth.metadata.dom.saml
BaseIteratingStage
          Base class for Stage implementations that iterate over each Item in a collection and do something.
BaseStage
          A base class for Stage implementations.
Stage
          A stage in a Pipeline that operates upon a collection Item in a particular manner.
StageProcessingException
          Exception indicating that a Stage of the pipeline encountered an error.
 

Classes in net.shibboleth.metadata.pipeline used by net.shibboleth.metadata.pipeline
AbstractItemMetadataSelectionStage
          A Stage that selects Items for further processing if they have a specific type of ItemMetadata attached to them.
BaseStage
          A base class for Stage implementations.
Pipeline
          A pipeline represents an ordered list of Stage that operate on a collection of Item.
PipelineProcessingException
          Base exception for errors that occur within the pipeline execution.
Stage
          A stage in a Pipeline that operates upon a collection Item in a particular manner.
StageProcessingException
          Exception indicating that a Stage of the pipeline encountered an error.
 



Copyright © 1999-2012. All Rights Reserved.