This commit is contained in:
Mark Fisher
2009-07-04 00:20:13 +00:00
parent 3be3dbaab6
commit 2377c9eb5f
3 changed files with 21 additions and 14 deletions

View File

@@ -28,7 +28,7 @@
<section id="httpinvoker-inbound">
<title>HttpInvoker Inbound Gateway</title>
<para>
To receive messages over http you need to use an <classname>HttpInvokerInboundGateway</classname>. Here is an
To receive messages over http you can use an <classname>HttpInvokerInboundGateway</classname>. Here is an
example bean definition:
<programlisting language="xml"><![CDATA[<bean id="inboundGateway"
class="org.springframework.integration.httpinvoker.HttpInvokerInboundGateway">