See: Description
Interface | Description |
---|---|
PipelineConstants |
This interface contains all the static constants for pipeline.controller.
|
PipelineErrorHandler |
For Pipeline Errors the application calling the Pipeline Processor must implement this interface to handle errors received from the Pipeline Processor.
|
Class | Description |
---|---|
Input |
This class represents an input object of a pipeline process.
|
orapipe |
The orapipe class provides a command-line interface to validate and execute the pipedoc for running connecting xml components together.
|
Output |
This class represents an output object of a pipeline process.
|
PipeDocElement |
Abstract class to represent an element in the pipeline document.
|
PipelineDoc |
Encapsulates the pipeline doc, which forms the input to the pipeline execution.
|
PipelineProcessor |
The top level class which executes the pipeline.
|
Process |
Base class for all pipeline process definitions.
|
Exception | Description |
---|---|
PipelineException |
Represents an exception thrown by a pipeline method.
|