You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Benson Margulies <bi...@basistech.com> on 2007/11/23 01:02:41 UTC

ServiceModelVisitor

I was very surprised to discover that the service model visitor would
visit the same message object (and part objects) more than once: once
for the wrapped operation, and once for the unwrapped. I added comments.