INT-677, added inner handler support for <aggregator/>

This commit is contained in:
Oleg Zhurakousky
2009-06-25 05:58:25 +00:00
parent 8599d3bad1
commit 46897791ff
4 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ import org.springframework.util.StringUtils;
*
* @author Marius Bogoevici
* @author Mark Fisher
* @author Oleg Zhurakousky
* @author Oleg Zhurakousky
*/
public class AggregatorParser extends AbstractConsumerEndpointParser {

View File

@@ -8,7 +8,7 @@
<xsd:import namespace="http://www.springframework.org/schema/beans" />
<xsd:import namespace="http://www.springframework.org/schema/tool" />
<xsd:annotation>
<xsd:annotation>
<xsd:documentation><![CDATA[
Defines the core configuration elements for Spring Integration.
]]></xsd:documentation>