}
@Override
public void afterPropertiesSet() throws Exception {
try {
JMXHttpParserReader reader = (JMXHttpParserReader) applicationContext.getBean(jmxHttpParserReaderBeanName);
reader.addCustomParser(this);
}
catch (Exception e) {
// ignore, probably means that we're not running in a cougar server
}
}