new org.apache.cxf.common.i18n.Message("NO_HTTP_DESTINATION_FACTORY_FOUND"
, LOG).toString();
LOG.log(Level.SEVERE, m);
throw new IOException(m);
}
HttpDestinationFactory servletFactory = new ServletDestinationFactory();
HttpDestinationFactory factory = servletFactory;
if (jettyFactory != null && (addr == null || addr.startsWith("http"))) {
factory = jettyFactory;
}