INT-1198: WebSockets: Server Side
JIRA: https://jira.spring.io/browse/INT-1198 INT-1198: WebSocket: Add namespace support Polishing components according to the namespace support experience Parser for `<server-container>` and tests INT-1198: Add parser tests for `<int-websocket:outbound-channel-adapter>` Introduce `use-broker` on server side Polishing according PR comments `What's New` note
This commit is contained in:
committed by
Gary Russell
parent
3d32acf78c
commit
b413239a83
@@ -2287,7 +2287,7 @@
|
||||
<xsd:attribute name="type" type="xsd:string">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation source="java:java.lang.Class"><![CDATA[
|
||||
Fully qulified name of the java type to be created by this transformer (e.g. foo.bar.Foo)
|
||||
Fully qualified name of the java type to be created by this transformer (e.g. foo.bar.Foo)
|
||||
NOTE: This attribute is mutually-exclusive with 'ref'.
|
||||
]]></xsd:documentation>
|
||||
</xsd:annotation>
|
||||
@@ -2405,7 +2405,7 @@
|
||||
<xsd:attribute name="type" type="xsd:string">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation source="java:java.lang.Class"><![CDATA[
|
||||
Fully qulified name of the java type to be created by this transformer (e.g. foo.bar.Foo)
|
||||
Fully qualified name of the java type to be created by this transformer (e.g. foo.bar.Foo)
|
||||
]]></xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
|
||||
Reference in New Issue
Block a user