INT-910, INT-1247, INT-1248, INT-1249, INT-1250, INT-1251 added tests for Groovy service-activator, transformer, filter, splitter, and router

This commit is contained in:
Mark Fisher
2010-07-21 16:14:42 +00:00
parent cfc20eab57
commit 4875b14062

View File

@@ -1753,10 +1753,13 @@ Name of the header whose value to use.
<xsd:complexType name="router-type">
<xsd:complexContent>
<xsd:extension base="channelNameResolvingRouterType">
<xsd:sequence>
<xsd:choice minOccurs="0" maxOccurs="2">
<xsd:element name="poller" type="innerPollerType" minOccurs="0" maxOccurs="1" />
<xsd:element ref="beans:bean" minOccurs="0" maxOccurs="1" />
</xsd:sequence>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="beans:bean" minOccurs="0" maxOccurs="1" />
<xsd:any namespace="##other" processContents="strict" minOccurs="0" maxOccurs="1" />
</xsd:choice>
</xsd:choice>
<xsd:attribute name="ref" type="xsd:string">
<xsd:annotation>
<xsd:appinfo>