+ OperationNames.READ_RESOURCE + " at address " + address);
}
for (String child : ((ReadResourceModel) model).getChildren()) {
final PathAddress childAddress = address.append(child);
OperationContext childContext = new OperationContextDelegate(operationContext) {
@Override
public PathAddress getAddress() {
return childAddress;
}
};