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 dweber <dw...@asyst-connect.com> on 2002/11/11 20:38:28 UTC

bean issue resolved

To change the bean attributes on an element, implement the
java.beans.BeanInfo interface on the bean.  You can then either pass
additional poperties in the getAdditionalBeanInfo() method or just override
the names in the getPropertyDescriptors() method.  Setting the other methods
to return null (or -1 for integer returns) results in the normal, auto-magic
method for resolution.

All my code is now happy.