You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Bell, Douglas" <DB...@boingo.com> on 2006/01/24 23:04:00 UTC

Hiding public methods WITHOUT modifying the wsdl.

I'm using IBatis for ORM and using the same objects for input to my
service. Is there a simple way to hide some of the mutators IBatis needs
to operate without modifying the wsdl after generation? Or am I stuck
using some type of transfer object?
 
- Doug