removed deprecated trigger sub-elements non-core

This commit is contained in:
Mark Fisher
2011-08-31 07:01:40 -04:00
parent 46925cf3e4
commit 9f59001230
20 changed files with 26 additions and 72 deletions

View File

@@ -16,7 +16,6 @@
<si:queue capacity="1"/>
</si:channel>
<si:channel id="output">
<si:queue capacity="1"/>
</si:channel>
@@ -26,14 +25,11 @@
output-channel="output"
unmarshaller="unmarshaller"/>
<si-xml:unmarshalling-transformer id="unmrshallerWithPoller"
input-channel="pollableInput"
output-channel="output"
unmarshaller="unmarshaller">
<si:poller>
<si:interval-trigger interval="500" />
</si:poller>
<si:poller fixed-delay="500"/>
</si-xml:unmarshalling-transformer>
<bean id="unmarshaller" class="org.springframework.integration.xml.config.StubUnmarshaller"/>