| Interface | Description |
|---|---|
| PipelineContribution |
Interface implemented by the configuration objects used to build a pipeline.
|
| Class | Description |
|---|---|
| FilterContribution |
A contribution used to add a filter to the pipeline.
|
| FilterHolder |
A holder for a filter within a pipeline, and for the location for that filter.
|
| PipelineAssembler |
Used by the
PipelineFactory to assemble the pipeline. |
| PipelineFactory |
Service factory that builds a pipeline of objects.
|
| PipelineParameters |
Parameter object used with the PipelineFactory.
|
| TerminatorContribution |
Contribution used to set the terminator for a service.
|