Interface to be implemented by all classes that can
create management interface metadata for a managed resource.
Used by the MBeanExporter to generate the management
interface for any bean that is not an MBean.
author: Rob Harrop author: Juergen Hoeller since: 1.2 See Also:org.springframework.jmx.export.MBeanExporter
Create the ModelMBeanInfo for the given managed resource.
Parameters: managedBean - the bean that will be exposed (might be an AOP proxy) Parameters: beanKey - the key associated with the managed bean the ModelMBeanInfo metadata object throws: JMException - in case of errors