/**
* Constructs a WorkflowCreator.
*/
public WorkflowCreator() {
this.componentRegistry = new LocalComponentRegistry(XBayaPathConstants.WSDL_DIRECTORY);
this.inputComponent = new InputComponent();
this.outputComponent = new OutputComponent();
this.constantComponent = new ConstantComponent();
this.splitComponent = new ForEachComponent();
this.mergeComponent = new EndForEachComponent();
this.ifComponent = new IfComponent();