tomtkarl / WSCreator

Web Service Design and Generation tool
0 stars 0 forks source link

All access to MessagePart options and attrs should use proper accessors #35

Open tomtkarl opened 11 years ago

tomtkarl commented 11 years ago

As above - options and attrs should be private members of MessagePart, not public.

tomtkarl commented 11 years ago

Alternatively, don't use accessors since there are no side effects?

tomtkarl commented 11 years ago

DataRecognisers as in #37 could well involved accessor side effects