Reorganized handler packaging and added AbstractMessageHandlerAdapter

This commit is contained in:
Mark Fisher
2007-12-15 19:25:45 +00:00
parent 604597f0ee
commit 04f48fc665
15 changed files with 106 additions and 24 deletions

View File

@@ -16,6 +16,8 @@
package org.springframework.integration.endpoint.annotation;
import org.springframework.integration.handler.annotation.Handler;
/**
* @author Mark Fisher
*/

View File

@@ -16,6 +16,8 @@
package org.springframework.integration.endpoint.annotation;
import org.springframework.integration.handler.annotation.Handler;
/**
* @author Mark Fisher
*/

View File

@@ -16,6 +16,8 @@
package org.springframework.integration.endpoint.annotation;
import org.springframework.integration.handler.annotation.Handler;
/**
* @author Mark Fisher
*/

View File

@@ -15,7 +15,7 @@
<bean id="endpoint" class="org.springframework.integration.endpoint.annotation.SimpleAnnotatedEndpoint"/>
<bean class="org.springframework.integration.endpoint.annotation.MessageEndpointAnnotationPostProcessor">
<bean class="org.springframework.integration.config.MessageEndpointAnnotationPostProcessor">
<property name="messageBus" ref="bus"/>
</bean>

View File

@@ -12,7 +12,7 @@
<bean id="outputChannel" class="org.springframework.integration.channel.PointToPointChannel"/>
<bean class="org.springframework.integration.endpoint.annotation.MessageEndpointAnnotationPostProcessor">
<bean class="org.springframework.integration.config.MessageEndpointAnnotationPostProcessor">
<property name="messageBus" ref="bus"/>
</bean>