I have to write some interceptors that have to read from more than just
the outgoing or incoming message.  Before the operation invocation, the
client code needs to put some data into a "context" that the interceptor
can read.  This container needs to be thread-local.  I've looked through
the doc, the examples, and the existing interceptors, and I don't see a
clue for how to do this.

Reply via email to