if (log.isDebugEnabled()) {
log.info("Registry WS API bundle is activated");
}
try {
AxisConfiguration config = configContext.getAxisConfiguration();
WSDeploymentInterceptor interceptor = new WSDeploymentInterceptor();
interceptor.init(config);
config.addObservers(interceptor);
} catch (Throwable e) {
log.error("Error occured while updating Registry WS API service", e);
}
}