INT-1340 Add TCP Connection Interceptor Chain

This commit is contained in:
Gary Russell
2010-08-08 22:13:19 +00:00
parent c4c728b52b
commit c25367cfd3
31 changed files with 1250 additions and 68 deletions

View File

@@ -372,6 +372,15 @@ its configuration specifies the number of threads.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="interceptor-factory-chain" type="xsd:string">
<xsd:annotation>
<xsd:appinfo>
<tool:annotation kind="ref">
<tool:expected-type type="org.springframework.integration.ip.tcp.connection.InterceptorFactoryChain"/>
</tool:annotation>
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>