dev@jax-ws.java.net

common transport stuffs

From: Oleksiy Stashok <Oleksiy.Stashok_at_Sun.COM>
Date: Fri, 31 Mar 2006 15:33:06 +0200

Hi,

when implementing different transports for jaxws on server part I use
http's descriptor parser
(com.sun.xml.ws.transport.http.DeploymentDescriptorParser,
AdapterFactory), its quite good and simple way for me to get started.
I just concerned that have to use http related code. Does it make sence
to extract such common used code to be used without "http" prefix? Or
probably you can advice to use some different way for that?

Thanks.

WBR,
Alexey.