users@jax-rpc.java.net

Handlers

From: Sels Wannes <Wannes.Sels_at_cronos.be>
Date: Thu, 24 Feb 2005 10:26:48 +0100

Hi All,

 

I'm developing an asynchronous webservice using jax-rpc. In order for me
to return a message to the caller I have to get the caller's endpoint
url and message id from the soap header (ws-addressing). I know I can do
this using a handler. The problem is I have to pass that information to
the implementation object.

 

I assume there is no way for the hanlder to get the implementation
object, since the handler can decide not to pass on the soap message.
So, is it possible for the implementation class to somehow get that
information from the handler?

 

Regards,

 

Wannes Sels