From jbossws-commits at lists.jboss.org Fri Oct 9 08:43:56 2009 Content-Type: multipart/mixed; boundary="===============8775997075824811858==" MIME-Version: 1.0 From: jbossws-commits at lists.jboss.org To: jbossws-commits at lists.jboss.org Subject: [jbossws-commits] JBossWS SVN: r10871 - spi/branches/ropalka/src/main/java/org/jboss/wsf/spi/http. Date: Fri, 09 Oct 2009 08:43:56 -0400 Message-ID: <200910091243.n99Chul5015343@svn01.web.mwc.hst.phx2.redhat.com> --===============8775997075824811858== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: richard.opalka(a)jboss.com Date: 2009-10-09 08:43:55 -0400 (Fri, 09 Oct 2009) New Revision: 10871 Modified: spi/branches/ropalka/src/main/java/org/jboss/wsf/spi/http/HttpServer.java Log: [JBWS-2674][JBWS-2754] removing useless start method (WIP) Modified: spi/branches/ropalka/src/main/java/org/jboss/wsf/spi/http/HttpSer= ver.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- spi/branches/ropalka/src/main/java/org/jboss/wsf/spi/http/HttpServer.ja= va 2009-10-09 11:10:00 UTC (rev 10870) +++ spi/branches/ropalka/src/main/java/org/jboss/wsf/spi/http/HttpServer.ja= va 2009-10-09 12:43:55 UTC (rev 10871) @@ -23,19 +23,14 @@ = import javax.xml.ws.Endpoint; = -import org.jboss.wsf.spi.deployment.Extensible; - /** - * An abstract HTTP Server + * An abstract HTTP Server. * - * @author Thomas.Diesler(a)jboss.org - * @since 07-Jul-2006 + * @author Thomas Diesler + * @author Richard Opalka */ -public interface HttpServer extends Extensible +public interface HttpServer { - /** Start an instance of this HTTP server */ - void start(); - /** Create an HTTP context */ HttpContext createContext(String string); = --===============8775997075824811858==--