[jetty-user] Jetty JAX-WS 2.2 SPI implementation?

Aaron Anderson <[email protected]> Fri, 24 Jun 2011 06:03:46 -0700 (PDT)
Newsgroups gmane.comp.java.jetty.support
Message-ID <[email protected]>
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