registerInternalOperations();
ModelNodeRegistration hostRegistry = localHostProxy.getRegistry();
registry.registerSubModel(PathElement.pathElement(HOST, localHostName), hostRegistry);
this.hostModel = localHostProxy.getHostModel();
XmlMarshallingHandler xmlHandler = new XmlMarshallingHandler(localHostProxy.getConfigurationPersister(), hostModel);
hostRegistry.registerOperationHandler(CommonDescriptions.READ_CONFIG_AS_XML, xmlHandler, xmlHandler, false, OperationEntry.EntryType.PRIVATE);
this.injectedHostPersister = localHostProxy.getConfigurationPersister();
ModelNode ourModel = getModel();
ourModel.get(HOST, localHostName).set(this.hostModel);