xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
class="server.mbean.MBeanManager" />
class="server.mbean.MBeanTest" />
class="org.springframework.jmx.support.MBeanServerFactoryBean">
class="org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler">
class="org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource" />
class="org.springframework.jmx.export.MBeanExporter">
value-ref="mbeanTest" />
value-ref="mbeanManager" />
class="org.springframework.jmx.export.NotificationListenerBean">
eci:name=testBean
eci:name=manageBean
ref="testNotificationListener" />