users@jax-rpc.java.net

Re: Internal message handlers

From: Sang Shin <sang.shin_at_sun.com>
Date: Sat, 06 Apr 2002 08:54:59 -0500

Pratibha Gupta wrote:
>
> You have described on the mailing list how to define handlers for a
> particular service. Suppose I wanted to write global handler
> chains i.e. handlers that would process all messages irrespective of the service they were intended for (in addition to the service's own
> handlers). I think the spec calls them "internal handlers". How and where do I define these handler chains?
>
> Thanks,
> Pratibha

(I am not working in JAX-RPC group. So these are my
personal interpretation of the spec.)

The spec says the following:

"A handler chain is registered per service endpoint, as
indicated by the qualified name of
a port. The getHandlerChain returns the handler chain for
the specified service
endpoint. ..."

So for now, it seems you can set chain of handlers only per
service
basis.

--
---------------------------------------------
Sang Shin                       sang.shin_at_sun.com
Strategic Market Development    (781) 442-0531(Work)
Sun Microsystems, Inc.          (781) 993-1136(Fax)
http://www.plurb.com/misc/xml/brandeis-xml-2001.html#bio
http://www.plurb.com/misc/te/SangSchedule.html
---------------------------------------------