Class CommandBase<InputType>

java.lang.Object
org.chenile.owiz.impl.CommandBase<InputType>
All Implemented Interfaces:
BypassableCommand<InputType>, Command<InputType>, OrchestrationAware<InputType>
Direct Known Subclasses:
Chain, DelegatorCommand, InterpolationCommand, Router, SetCommand, SplitterAggregator

public abstract class CommandBase<InputType> extends Object implements Command<InputType>, OrchestrationAware<InputType>, BypassableCommand<InputType>
Base class to implement command functionality. Typically, should get customized for individual implementations. Inherit this command and over-ride the 'pre' and 'post' process methods.
Author:
Raja Shankar Kolluru