Closed
Description
Rick Evans opened SWS-126 and commented
The WebServiceMessageCallback has a single method with the following signature:
void doInMessage(WebServiceMessage message) throws IOException;
I think it is poorly named, because you are not actually 'in' the message. You are rather doing something 'with' the message. I think the method would be better off looking like this:
void doWithMessage(WebServiceMessage message) throws IOException;
Affects: 1.0 RC1