<beans xmlns="http://www.springframework.org/schema/beans" 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 http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd"> <bean id="gridTreeHandler" class="com.raytheon.uf.edex.plugin.grid.handler.GridTreeHandler" /> <bean factory-bean="handlerRegistry" factory-method="register"> <constructor-arg value="com.raytheon.uf.common.dataplugin.grid.request.GetGridTreeRequest" /> <constructor-arg ref="gridTreeHandler" /> </bean> <bean id="deleteAllDataHandler" class="com.raytheon.uf.edex.plugin.grid.handler.DeleteAllGridDataHandler" /> <bean factory-bean="handlerRegistry" factory-method="register"> <constructor-arg value="com.raytheon.uf.common.dataplugin.grid.request.DeleteAllGridDataRequest" /> <constructor-arg ref="deleteAllDataHandler" /> </bean> </beans>