T - type of metadata upon which the stage operates@ThreadSafe public interface Stage<T> extends net.shibboleth.utilities.java.support.component.DestructableComponent, net.shibboleth.utilities.java.support.component.IdentifiedComponent, net.shibboleth.utilities.java.support.component.InitializableComponent
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Collection<Item<T>> itemCollection)
Transforms the given input data.
|
destroy, isDestroyedvoid execute(@Nonnull@NonnullElements Collection<Item<T>> itemCollection) throws StageProcessingException
itemCollection - the data to be transformedStageProcessingException - thrown if there is a problem running this stage on the given inputCopyright © 1999–2016. All rights reserved.