INT-1552 polished gateway docs, renamed sections in adapter, bridge and router

This commit is contained in:
Oleg Zhurakousky
2010-11-18 16:48:54 -05:00
parent 63ec6e1849
commit a1487c6659
4 changed files with 13 additions and 7 deletions

View File

@@ -15,13 +15,13 @@ package org.cafeteria;
public interface Cafe {
void placeOrder(Order order);
void placeOrder(Order order);
}
]]></programlisting>
Namespace support is also
provided as demonstrated by the following example.
provided which allows you to configure such interface as a service and is demonstrated by the following example.
<programlisting language="xml"><![CDATA[<gateway id="cafeService"
service-interface="org.cafeteria.Cafe"
default-request-channel="requestChannel"