I consider this mostly a rhetorical question, but I need to ask it nevertheless.
If your thread has a Port object, and you get the request context from that, and you have another thread referencing the same Port object, and it gets the request context, are those two request contexts always going to be different objects that don't conflict with each other? Whatever the answer, is this answer specific to CXF, or would any reasonable JAX-WS implementation do it effectively the same way?
