diff --git a/spring-integration-reference/src/rmi.xml b/spring-integration-reference/src/rmi.xml
index c9e603afbd..e588d23259 100644
--- a/spring-integration-reference/src/rmi.xml
+++ b/spring-integration-reference/src/rmi.xml
@@ -29,9 +29,9 @@
Inbound RMI
To receive messages over RMI you need to use a RmiInboundGateway. This gateway can be configured like this
-
-
- ]]>
+
+
+ ]]>
@@ -40,20 +40,26 @@
RMI namespace support
To configure the inbound gateway you can choose to use the namespace support for it. The following code snippet shows the different configuration options that are supported.
-
+
-
+
-
+
-
+
- ]]>
+ ]]>
To configure the outbound gateway you can use the namespace support as well. The following code snippet shows the different configuration for an outbound rmi gateway.
- ]]>
+ ]]>