Skip to content

WebServiceMessageCallback's doInMessage() method is (possibly) poorly named. [SWS-126] #283

Closed
@gregturn

Description

@gregturn

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions