I've written much of a template for generating the model mbean descriptor info in xml format from a tagged class. There are a couple of things I don't see how to do, if there is a known or easy way to do them I'd appreciate some pointers:
1. from 2 methods getA and setA, determine from presence/absence of @jms:managed-attribute tags on one or both read-only, write-only, or read-write. 2. combine the name and type of method parameters (as seen in the method signature) with a parameter description from javadoc. A jmx tag would be fine rather than @param, however I don't want to introduce duplication of the type between the tag and the signature. All the info I am using is specified as standard model mbean info in the jmx spec. Is it therefore fine if I use the jmx namespace for tags with this information? Is there a description of how the @doc tags work? I might be able to add some to the JmxTagHandler, much of which is uncommented. Thanks david jencks _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
