//TODO: Review if it also makes sense to support "http.transport.disable"
// directly in the CXF_CONFIG_SCOPE properties file
return;
}
DestinationRegistry destinationRegistry = new DestinationRegistryImpl();
HTTPTransportFactory transportFactory = new HTTPTransportFactory(destinationRegistry);
Servlet servlet = new CXFNonSpringServlet(destinationRegistry , false);
ServletConfigurer servletConfig = new ServletConfigurer(context, servlet);
context.registerService(DestinationRegistry.class.getName(), destinationRegistry, null);