I have not read all the passed messages of this thread, so excuse my idea if it doesn't match your needs and context : if the endpoint class is a J2EE endpoint ejb implementation, the session context provide a message context for this purpose... -- Ephemeris Lappis
>>> -----Original Message----- >>> From: Mark Ford [mailto:[EMAIL PROTECTED] >>> Sent: Tuesday, May 31, 2005 3:49 PM >>> To: [email protected] >>> Subject: RE: Question about handlers >>> >>> >>> 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 >>>
