INT-3964: More @EnableIntegration Documentation

JIRA: https://jira.spring.io/browse/INT-3964

Doc Polish

XSD: document classes for element implementations

Fix Redis XSD typo for CDATA
This commit is contained in:
Artem Bilan
2016-03-18 17:19:46 -04:00
committed by Gary Russell
parent c2954881ad
commit 66cd92a6e7
35 changed files with 725 additions and 303 deletions

View File

@@ -317,7 +317,9 @@
<xsd:element name="outbound-channel-adapter">
<xsd:annotation>
<xsd:documentation>
Configures an endpoint that will send a WebSocket Message to the provided
Configures a Consumer Endpoint for the
'org.springframework.integration.websocket.outbound.WebSocketOutboundMessageHandler' that
that will send WebSocket Messages to the provided
'IntegrationWebSocketContainer'.
</xsd:documentation>
</xsd:annotation>
@@ -337,7 +339,9 @@
<xsd:element name="inbound-channel-adapter">
<xsd:annotation>
<xsd:documentation>
Configures an endpoint that will receive WebSocket Messages from the provided
Configures a Message Producing Endpoint for the
'org.springframework.integration.websocket.inbound.WebSocketInboundChannelAdapter'
that will receive WebSocket Messages from the provided
'IntegrationWebSocketContainer' forward converted messages to a Message Channel.
</xsd:documentation>
</xsd:annotation>