| Package | Description |
|---|---|
| net.shibboleth.metadata.pipeline |
A set of classes for constructing generic data processing pipelines.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StageProcessingException
Exception indicating that a
Stage of the pipeline encountered an error. |
class |
TerminationException
An exception to be thrown to cause command-line aggregator execution to terminate.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Item<T>> |
PipelineCallable.call() |
void |
SimplePipeline.execute(Collection<Item<T>> itemCollection)
Executes each registered
Stage in turn. |
void |
Pipeline.execute(Collection<Item<T>> itemCollection)
Executes each registered
Stage in turn. |
Copyright © 1999–2016. All rights reserved.