Index: modules/addons/transports/http/httpserver/src/main/java/org/jboss/wsf/stack/cxf/addons/transports/httpserver/HttpServerDestination.java =================================================================== --- modules/addons/transports/http/httpserver/src/main/java/org/jboss/wsf/stack/cxf/addons/transports/httpserver/HttpServerDestination.java (revision 17777) +++ modules/addons/transports/http/httpserver/src/main/java/org/jboss/wsf/stack/cxf/addons/transports/httpserver/HttpServerDestination.java (working copy) @@ -42,18 +42,15 @@ * HTTP destination to be used with the JDK6 httpserver; this extends the * basic JAXWSHttpSpiDestination with all the mechanisms for properly * handling destination and factory life-cycles. - * + * * @author alessio.soldano@jboss.com * @since 19-Aug-2010 * */ -@SuppressWarnings("restriction") public class HttpServerDestination extends JAXWSHttpSpiDestination { static final Logger LOG = LogUtils.getL7dLogger(HttpServerDestination.class); - private static final long serialVersionUID = 1L; - private HttpServerEngineFactory serverEngineFactory; private HttpServerEngine engine; private URL url; @@ -92,7 +89,7 @@ + engine.getProtocol() + "\" for \"" + url + "\""); } } - + protected HttpServerEngineFactory getServerEngineFactory() { HttpServerEngineFactory serverEngineFactory = getBus().getExtension(HttpServerEngineFactory.class);