Class XmlOrchConfigurator<InputType>

java.lang.Object
org.chenile.owiz.config.impl.OrchConfiguratorBase<InputType>
org.chenile.owiz.config.impl.XmlOrchConfigurator<InputType>
Type Parameters:
InputType - .
All Implemented Interfaces:
OrchConfigurator<InputType>

public class XmlOrchConfigurator<InputType> extends OrchConfiguratorBase<InputType>
Chief class for the framework. It configures the flow by reading a set of XML files. The files would be combined to obtain the flow.

This class supports a DSL language that allows the consumer to define command and attach tags. The properties of both command and the attach tag can be defaulted.

Author:
Raja Shankar Kolluru