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
AbstractComponent
          Base implementation for pipeline components.
BaseIteratingStage
          Base class for Stage implementations that iterate over each Item in a collection and do something.
BaseStage
          A base class for Stage implementations.
Component
          Base interface for all the components of a Pipeline, including the pipeline itself.
ComponentInitializationException
          Exception that occurs when initializing pipeline components.
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
AbstractComponent
          Base implementation for pipeline components.
BaseIteratingStage
          Base class for Stage implementations that iterate over each Item in a collection and do something.
BaseStage
          A base class for Stage implementations.
Component
          Base interface for all the components of a Pipeline, including the pipeline itself.
ComponentInitializationException
          Exception that occurs when initializing pipeline components.
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
AbstractComponent
          Base implementation for pipeline components.
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.
Component
          Base interface for all the components of a Pipeline, including the pipeline itself.
ComponentException
          Base exception for all pipeline issues.
ComponentInitializationException
          Exception that occurs when initializing pipeline components.
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 © 2009-2011. All Rights Reserved.