Reorganized handler packaging and added AbstractMessageHandlerAdapter
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
|
||||
package org.springframework.integration.endpoint.annotation;
|
||||
|
||||
import org.springframework.integration.handler.annotation.Handler;
|
||||
|
||||
/**
|
||||
* @author Mark Fisher
|
||||
*/
|
||||
|
||||
@@ -16,6 +16,8 @@
|
||||
|
||||
package org.springframework.integration.endpoint.annotation;
|
||||
|
||||
import org.springframework.integration.handler.annotation.Handler;
|
||||
|
||||
/**
|
||||
* @author Mark Fisher
|
||||
*/
|
||||
|
||||
@@ -16,6 +16,8 @@
|
||||
|
||||
package org.springframework.integration.endpoint.annotation;
|
||||
|
||||
import org.springframework.integration.handler.annotation.Handler;
|
||||
|
||||
/**
|
||||
* @author Mark Fisher
|
||||
*/
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user