Re: [jetty-user] Jetty JAX-WS 2.2 SPI implementation?
Aaron Anderson <[email protected]> Tue, 28 Jun 2011 22:16:59 -0700 (PDT)
| Newsgroups | gmane.comp.java.jetty.support |
|---|---|
| Message-ID | <[email protected]> |
Hi Jesse, I went ahead and created an implementation https://github.com/aaronanderson/jetty-jaxws-http-spi I can also clean it up as needed if it would make a good official contribution. One of the use cases I would like to support is the dynamic addition and removal of endpoints at runtime. I was contemplating using a ContextHandler or ServletContextHandler but from past experience I remembered that I could only add new contexts/servlets to Jetty and not remove them. Is this correct? Regards, Aaron --- On Fri, 6/24/11, Jesse McConnell <[email protected]> wrote: From: Jesse McConnell <[email protected]> Subject: Re: [jetty-user] Jetty JAX-WS 2.2 SPI implementation? To: [email protected] Date: Friday, June 24, 2011, 8:11 AM Not that I know of, but if you do it your welcome to contribute it to the project :) jesse