Package uk.org.ogsadai.engine.controlflow

Contains classes and interfaces for a composite request structure that enables control-flow to within request processing.

See:
??????????Description

Interface Summary
RequestComponent A RequestComponent represents a part or the whole of an OGSA-DAI request.
RequestComponentFactory The interface through which a composite RequestComponent structure for an OGSA-DAI request is created.
?

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.
?

Package uk.org.ogsadai.engine.controlflow Description

Contains classes and interfaces for a composite request structure that enables control-flow to within request processing.