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

@@ -19,9 +19,11 @@
<xsd:element name="inbound-channel-adapter">
<xsd:annotation>
<xsd:documentation>
Configures an inbound Channel Adapter which listens for Application Context
events, converts them to Messages and sends them to a Message Channel.
</xsd:documentation>
Configures a Message Producing Endpoint for the
'org.springframework.integration.event.inbound.ApplicationEventListeningMessageProducer'
which listens for Application Context events, converts them to Messages and
sends them to a Message Channel.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attributeGroup ref="integration:channelAdapterAttributes"/>
@@ -64,8 +66,9 @@
<xsd:element name="outbound-channel-adapter">
<xsd:annotation>
<xsd:documentation>
Defines a Channel Adapter that receives Messages from a MessageChannel and then publishes
MessagingEvents containing those Messages.
Configures a Consumer Endpoint for the
'org.springframework.integration.event.outbound.ApplicationEventPublishingMessageHandler' that receives
Messages from a MessageChannel and then publishes Events containing those Messages.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>