Details
Description
In case of JAX-WS oneway operation, the out interceptor chain in not called at all on client side. This is somewhat expectable sinceĀ there is no out message to go through, however it makes some features (like tracing for example) harder to implement since the start interceptor is called, but not the stop one. It would be great to have a mechanism that signals that the invocation is done for one way calls.