RegistryResources.OPERATIONS + operationName;
try {
this.enableCaching(operation, confData, operationPath);
} catch (AxisFault af) {
throw new CachingComponentException("errorEngagingModuleToOperation",
new String[]{operationName}, af, log);
}
if (log.isDebugEnabled()) {
log.debug("Engaged caching for the Axis operation: " + serviceName