Helper class for resolving JMX *Info objects against Method objects. It's typically
used during the construction of dispatchers during MBean registration/creation.
If you're looking for a fast resolver of JMX operation signatures see AttributeOperationResolver.
FIXME - this class is not aware of multiple target objects (as in modelmbeans)
however I'm half expecting that feature to disappear in JMX 1.1 anyhow.
author: Trevor Squires.
Constructor Summary
public
MethodMapper(Class resourceClass) Constructs a mapper by reflecting on the class.