// Publish the OSGi service
Properties props = new Properties();
props.put(CarbonConstants.AXIS2_CONFIG_SERVICE, AxisObserver.class.getName());
bundleCtx.registerService(AxisObserver.class.getName(), this, props);
PreAxisConfigurationPopulationObserver preAxisConfigObserver =
new PreAxisConfigurationPopulationObserver() {
public void createdAxisConfiguration(AxisConfiguration axisConfiguration) {
axisConfiguration.addObservers(SystemStatisticsDeploymentInterceptor.this);
}
};
bundleCtx.registerService(PreAxisConfigurationPopulationObserver.class.getName(),