Re: [jetty-user] Jetty JAX-WS 2.2 SPI implementation?
Jesse McConnell <[email protected]> Fri, 24 Jun 2011 08:11:37 -0500
| Newsgroups | gmane.comp.java.jetty.support |
|---|---|
| Message-ID | <[email protected]> |
Not that I know of, but if you do it your welcome to contribute it to the project :) jesse -- jesse mcconnell [email protected] On Fri, Jun 24, 2011 at 08:03, Aaron Anderson <[email protected]> wrote: > I am looking for a Jetty extension that implements the JAX-WS 2.2 SPI > directly on top of Jetty and does not involve any of the Sun/Oracle > proprietary JavaSE classes. According to this blog > > http://jbossws.blogspot.com/2010/08/implementing-jaxws-22-http-spi-on.html > > this project > > http://docs.codehaus.org/display/JETTY/J2se6HttpServerSPI > > is suppose to implement it but I downloaded the latest source for the j2se6 > project from the maven repository and it only integrates with the JavaSE > built in http server. I also checked out the jaxws2spi and it is the same > story, it integrates with the built in JavaSE JAX-WS proprietary Sun > endpoint spi. > > Any hints? I just wanted to see if anyone had written this before I > attempted to. > > Thanks, > > Aaron > > >