Updated location of TestSource and TestSink in bean definitions.

This commit is contained in:
Mark Fisher
2007-12-10 05:20:04 +00:00
parent 850c8c7ce3
commit 1b23c0b37b

View File

@@ -8,7 +8,7 @@
<bean id="inboundAdapter" class="org.springframework.integration.endpoint.InboundMethodInvokingChannelAdapter">
<property name="object">
<bean class="org.springframework.integration.adapter.TestSource"/>
<bean class="org.springframework.integration.endpoint.TestSource"/>
</property>
<property name="method" value="foo"/>
</bean>
@@ -18,7 +18,7 @@
<property name="method" value="store"/>
</bean>
<bean id="sink" class="org.springframework.integration.adapter.TestSink"/>
<bean id="sink" class="org.springframework.integration.endpoint.TestSink"/>
<bean id="endpoint" class="org.springframework.integration.endpoint.GenericMessageEndpoint">
<property name="defaultOutputChannelName" value="outboundAdapter"/>