String operationName = OperationNames.READ_RESOURCE;
String desc = "";
if (mo != null)
{
operationName = mo.name();
desc = mo.description();
}
final boolean debug = log.isDebugEnabled();
if (debug) log.debug("Registering operation " + operationName + " for path " + resource.getPath());