this.componentMap.put(S3InputComponent.NAME, new S3InputComponent());
this.componentMap.put(OutputComponent.NAME, new OutputComponent());
this.componentMap.put(ConstantComponent.NAME, new ConstantComponent());
this.componentMap.put(MemoComponent.NAME, new MemoComponent());
this.componentMap.put(IfComponent.NAME, new IfComponent());
this.componentMap.put(EndifComponent.NAME, new EndifComponent());
this.componentMap.put(ReceiveComponent.NAME, new ReceiveComponent());
this.componentMap.put(ForEachComponent.NAME, new ForEachComponent());
this.componentMap.put(EndForEachComponent.NAME, new EndForEachComponent());
this.componentMap.put(DoWhileComponent.NAME, new DoWhileComponent());
this.componentMap.put(EndDoWhileComponent.NAME, new EndDoWhileComponent());