| Package | Description | 
|---|---|
| org.springframework.jmx.export | This package provides declarative creation and registration of
 Spring-managed beans as JMX MBeans. | 
| org.springframework.jmx.export.assembler | Provides a strategy for MBeanInfo assembly. | 
| Class and Description | 
|---|
| MBeanInfoAssembler Interface to be implemented by all classes that can
 create management interface metadata for a managed resource. | 
| Class and Description | 
|---|
| AbstractConfigurableMBeanInfoAssembler Base class for MBeanInfoAssemblers that support configurable
 JMX notification behavior. | 
| AbstractMBeanInfoAssembler Abstract implementation of the  MBeanInfoAssemblerinterface
 that encapsulates the creation of aModelMBeanInfoinstance
 but delegates the creation of metadata to subclasses. | 
| AbstractReflectiveMBeanInfoAssembler Builds on the  AbstractMBeanInfoAssemblersuperclass to
 add a basic algorithm for building metadata based on the
 reflective metadata of the MBean class. | 
| AutodetectCapableMBeanInfoAssembler Extends the  MBeanInfoAssemblerto add autodetection logic. | 
| MBeanInfoAssembler Interface to be implemented by all classes that can
 create management interface metadata for a managed resource. |