Once there is a SocketFactory for HTTP or HTTPS connections, is it possible to replace it with a custom SocketFactory that creates my own Socket?
I do need a Socket that talks the proprietary protocol. In this case, how do I make the client use a custom Conduit instead the standard one? Anyway, it is clear that I need to replace one of standard objects either it is SocketFactory, Conduit or something else. I'm trying to figure out what is this object, and how to do it. dkulp wrote: > > > > There was a JIRA logged last week with a patch to allow specifying a > SocketFactory for the HTTPS connections. (I'm on a plane right now > travelling to JavaOne so I cannot look it up) I haven't had time > to look at the patch yet, but would something like that do? > > I guess the question is: what's the full usecase? > Are you trying to use the HTTP protocol over a custom Socket? > or > Are you trying to do your own protocol entirely? > > The later case would require an entire Conduit to be written. The > former may be doable once we look at that Jira and see how it might be > applied. > > > Daniel Kulp > [EMAIL PROTECTED] > http://www.dankulp.com/blog > > > > On May 4, 2008, at 9:43 AM, bensender wrote: > >> >> Hi, >> Is there some way to replace the standard socket with the custom one >> for >> sending of SOAP requests? >> -- >> View this message in context: >> http://www.nabble.com/Custom-Socket-for-CXF-Client-tp17046365p17046365.html >> Sent from the cxf-user mailing list archive at Nabble.com. >> > > > -- View this message in context: http://www.nabble.com/Custom-Socket-for-CXF-Client-tp17046365p17069461.html Sent from the cxf-user mailing list archive at Nabble.com.
