addListener((BusEventListener)this, configurationEventFilter);
busID = (String)configuration.getId();
servicesMonitoring = configuration.getBoolean("servicesMonitoring");
instrumentationManager = new InstrumentationManagerImpl(this);
if (properties.get(CELTIX_WSDLMANAGER) != null) {
wsdlManager = (WSDLManager)properties.get(CELTIX_WSDLMANAGER);
} else {
wsdlManager = new WSDLManagerImpl(this);