Removed support for <handler-endpoint/> (replaced by <service-activator/>).

This commit is contained in:
Mark Fisher
2008-07-19 03:23:23 +00:00
parent fcc5d56f81
commit 71dd2f2e80
14 changed files with 27 additions and 68 deletions

View File

@@ -11,7 +11,7 @@
<channel id="localChannel"/>
<handler-endpoint input-channel="localChannel" ref="handler"/>
<service-activator input-channel="localChannel" ref="handler"/>
<rmi-handler id="handler" remote-channel="testChannel" host="localhost"/>