How to specifiy argument names to HtmlAdaptorServer ?

Hi.When exposing a method of an instance as an MBean operation, is it possible to specify the names of the arguments of the method so they will be more meaningful than p1, p2, p3... which is what HtmlAdaptorServer currently showing ?Thank you.
[285 byte] By [forestera] at [2007-11-26 20:46:46]
# 1
Probably you could follow the approach I describe at < http://weblogs.java.net/blog/emcmanus/archive/2005/07/adding_informat.html> to define non-default argument names.
emcmanusa at 2007-7-10 2:09:06 > top of Java-index,Core,Monitoring & Management...
# 2
Many thanks.This was great help - The Person who wrote it was doing a very good job.
forestera at 2007-7-10 2:09:06 > top of Java-index,Core,Monitoring & Management...