50515253545556
public String getDescription() { return CommonMessages.editorSectionExtModuleDescription; } public Wizard getWizard() { return new ExtModuleWizard(this); }
65666768697071
return CommonMessages.editorGBeanRefDescription; } @Override public Wizard getWizard() { return new GBeanRefWizard(this); }
56575859606162
return CommonMessages.editorSectionGBeanDescription; } @Override public Wizard getWizard() { return new GBeanWizard(this); }
51525354555657
public String getDescription() { return CommonMessages.editorSectionMessageDestDescription; } public Wizard getWizard() { return new MessageDestWizard(this); }
49505152535455
public String getDescription() { return CommonMessages.editorSectionModuleDescription; } public Wizard getWizard() { return new ModuleWizard(this); }
52535455565758
public String getDescription() { return CommonMessages.editorResourceEnvRefDescription; } public Wizard getWizard() { return new ResourceEnvRefWizard(this); }
public String getDescription() { return CommonMessages.editorResourceRefDescription; } public Wizard getWizard() { return new ResourceRefWizard(this); }
135136137138139140141
return CommonMessages.editorSectionSecurityRolesDescription; } @Override public Wizard getWizard() { return new SecurityRoleMappingWizard(this); }
55565758596061
return CommonMessages.editorServiceRefDescription; } @Override public Wizard getWizard() { return new ServiceRefWizard(this); }