Class Summary |
CompositeRequestComponent |
A CompositeRequestComponent is a RequestComponent that may contain child components. |
Constants |
Stores a few constants used in various places within the engine control flow and activity construction code. |
FlowRequestComponent |
A composite RequestComponent that contains a number of child components which will be processed concurrently when the process method is invoked. |
RequestComponentFactoryImpl |
The RequestComponentFactory creates a composite RequestComponent from OGSA-DAI perform documents that conform to the OGSA-DAI perform document schema (in the https://ogsadai.org.uk/namespaces/2005/10/types namespace). |
SequenceRequestComponent |
A composite RequestComponent that contains a number of child components which will be processed sequentially when the process method is invoked.
|
?
Contains classes and interfaces for a composite request structure that enables control-flow to within request processing.