@Override
public JettyHTTPServerEngine retrieveJettyHTTPServerEngine(int port) {
return httpEngine;
}
};
Bus b2 = new ExtensionManagerBus();
transportFactory = new HTTPTransportFactory();
b2.setExtension(factory, JettyHTTPServerEngineFactory.class);
TestJettyDestination testDestination =
new TestJettyDestination(b2,
transportFactory.getRegistry(),
ei,