Update bean id to reflect direction

Obvious Fix
This commit is contained in:
Piotr Zygielo
2016-10-08 17:14:44 +02:00
committed by Gary Russell
parent 9673a02c7d
commit b6aed111f4

View File

@@ -32,7 +32,7 @@ To receive messages over RMI you need to use a `RmiInboundGateway`.
This gateway can be configured like this
[source,xml]
----
<bean id="rmiOutGateway" class=org.spf.integration.rmi.RmiInboundGateway>
<bean id="rmiInGateway" class=org.spf.integration.rmi.RmiInboundGateway>
<property name="requestChannel" value="requests"/>
</bean>
----