cmdRegistry.registerHandler(new GenericTypeOperationHandler(this, "/subsystem=datasources/data-source", "jndi-name"), "data-source");
cmdRegistry.registerHandler(new GenericTypeOperationHandler(this, "/subsystem=datasources/xa-data-source", "jndi-name"), "xa-data-source");
// supported but hidden from the tab-completion
cmdRegistry.registerHandler(new DataSourceAddHandler(this), false, "add-data-source");
cmdRegistry.registerHandler(new DataSourceModifyHandler(this), false, "modify-data-source");
cmdRegistry.registerHandler(new DataSourceRemoveHandler(this), false, "remove-data-source");
cmdRegistry.registerHandler(new XADataSourceAddHandler(this), false, "add-xa-data-source");
cmdRegistry.registerHandler(new XADataSourceRemoveHandler(this), false, "remove-xa-data-source");
cmdRegistry.registerHandler(new XADataSourceModifyHandler(this), false, "modify-xa-data-source");
// JMS