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 Erik Tews <er...@debian.franken.de> on 2004/09/12 00:53:10 UTC

Implement toString() for Beans

Hi

WSDL2Java generates nice Java-Code. But sometimes when debugging some
Applications I would like to have a toString() in my beans. Could't this
be generated automatically? It should just output all the propertys the
bean has, embedded in [] or () and seperated by , or ; or something like
this.