You can pass information between handlers in the chain using the
MessageContext, but I don't see how you could pass information directly to
the service endpoint class. A workaround would be to install a custom
handler in the chain and have this handler set the credentials or other
information on a static class with a ThreadLocal that you could then read
from your endpoint. 

-----Original Message-----
From: Garzon Maldonado, Jesus Javier [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 31, 2005 6:14 AM
To: [email protected]
Subject: Question about handlers

Hello all,
 
Is there any way to pass data from handlers to service implementations?,
(that is, XXXBindingImpl classes)
 
For example, a handler perform user authentication and service
implementation needs that user to login a database.
 
Thanks.
 
Javi Garz�n

Reply via email to