super("jmx-mx4j-adaptor");
}
protected HttpAdaptor createAdaptor() throws Exception
{
Log.redirectTo(new CommonsLogger());
URI uri = new URI(StringUtils.stripToEmpty(jmxAdaptorUrl));
adaptor = new HttpAdaptor(uri.getPort(), uri.getHost());
// Set the XSLT Processor with any local overrides
XSLTProcessor processor;