Updated class names

This commit is contained in:
Mark Fisher
2008-11-03 15:34:24 +00:00
parent 74b574e6cf
commit dea26b561f
7 changed files with 24 additions and 24 deletions

View File

@@ -62,8 +62,8 @@
class="org.springframework.integration.httpinvoker.HttpInvokerOutboundGateway">
<property name="replyChannel" ref="replyChannel"/>
</bean>]]></programlisting>
The outbound gateway is a <interfacename>MessageConsumer</interfacename> and can therefore be registered with
either a <classname>PollingConsumerEndpoint</classname> or <classname>SubscribingConsumerEndpoint</classname>.
The outbound gateway is a <interfacename>MessageHandler</interfacename> and can therefore be registered with
either a <classname>PollingConsumer</classname> or <classname>EventDrivenConsumer</classname>.
The URL must match that defined by an inbound HttpInvoker Gateway as described in the previous section.
</para>
</section>