Hi Glen,

I think the interceptor chains are sorted by the message flow's direction.
One is for incoming message , it could be the response message in client 
and the request message in server; the other is outgoing message which could 
be the request message in client and response message in server.

Willem.

-----Original Message-----
From: Glen Mazza [mailto:[EMAIL PROTECTED]
Sent: Wed 11/14/2007 8:42
To: [email protected]
Subject: when are interceptor chains created?
 
Hello,

I'm slightly confused on when interceptor chains[1] are created.  The
text gives sections on "On the incoming chains, you'll have the
following phases" and "On the outgoing chain there are the following
phases", but I'm unsure what incoming and outgoing refer to.

Is it:

1.) Only with respect to the client (outgoing chain = SOAP request,
incoming chain = SOAP Response, for a total of two chains per
request/response).

2.) Only with respect to the server (incoming = SOAP request, outgoing =
SOAP Response, for a total of two chains per request/response).

3.) Two sets of chains, one set each for client's perspective and from
the server's:  (four chains total)

Thanks,
Glen

[1] http://cwiki.apache.org/CXF20DOC/interceptors.html


Reply via email to