|
|
|
|
@ -1,21 +1,5 @@
@@ -1,21 +1,5 @@
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8" ?> |
|
|
|
|
|
|
|
|
|
<!-- |
|
|
|
|
~ Copyright 2002-2014 the original author or authors. |
|
|
|
|
~ |
|
|
|
|
~ Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
|
~ you may not use this file except in compliance with the License. |
|
|
|
|
~ You may obtain a copy of the License at |
|
|
|
|
~ |
|
|
|
|
~ http://www.apache.org/licenses/LICENSE-2.0 |
|
|
|
|
~ |
|
|
|
|
~ Unless required by applicable law or agreed to in writing, software |
|
|
|
|
~ distributed under the License is distributed on an "AS IS" BASIS, |
|
|
|
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
|
|
|
~ See the License for the specific language governing permissions and |
|
|
|
|
~ limitations under the License. |
|
|
|
|
--> |
|
|
|
|
|
|
|
|
|
<xsd:schema xmlns="http://www.springframework.org/schema/websocket" |
|
|
|
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema" |
|
|
|
|
xmlns:beans="http://www.springframework.org/schema/beans" |
|
|
|
|
@ -24,8 +8,8 @@
@@ -24,8 +8,8 @@
|
|
|
|
|
elementFormDefault="qualified" |
|
|
|
|
attributeFormDefault="unqualified"> |
|
|
|
|
|
|
|
|
|
<xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans.xsd"/> |
|
|
|
|
<xsd:import namespace="http://www.springframework.org/schema/tool" schemaLocation="http://www.springframework.org/schema/tool/spring-tool.xsd" /> |
|
|
|
|
<xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans-4.1.xsd"/> |
|
|
|
|
<xsd:import namespace="http://www.springframework.org/schema/tool" schemaLocation="http://www.springframework.org/schema/tool/spring-tool-4.1.xsd"/> |
|
|
|
|
|
|
|
|
|
<xsd:complexType name="mapping"> |
|
|
|
|
<xsd:annotation> |
|
|
|
|
@ -715,7 +699,7 @@
@@ -715,7 +699,7 @@
|
|
|
|
|
]]></xsd:documentation> |
|
|
|
|
<xsd:appinfo> |
|
|
|
|
<tool:annotation kind="ref"> |
|
|
|
|
<tool:expected-type type="java:org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolver" /> |
|
|
|
|
<tool:expected-type type="java:org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolver"/> |
|
|
|
|
</tool:annotation> |
|
|
|
|
</xsd:appinfo> |
|
|
|
|
</xsd:annotation> |
|
|
|
|
@ -747,7 +731,7 @@
@@ -747,7 +731,7 @@
|
|
|
|
|
]]></xsd:documentation> |
|
|
|
|
<xsd:appinfo> |
|
|
|
|
<tool:annotation kind="ref"> |
|
|
|
|
<tool:expected-type type="java:org.springframework.messaging.handler.invocation.HandlerMethodReturnValueHandler" /> |
|
|
|
|
<tool:expected-type type="java:org.springframework.messaging.handler.invocation.HandlerMethodReturnValueHandler"/> |
|
|
|
|
</tool:annotation> |
|
|
|
|
</xsd:appinfo> |
|
|
|
|
</xsd:annotation> |
|
|
|
|
@ -859,7 +843,7 @@
@@ -859,7 +843,7 @@
|
|
|
|
|
]]></xsd:documentation> |
|
|
|
|
<xsd:appinfo> |
|
|
|
|
<tool:annotation kind="ref"> |
|
|
|
|
<tool:expected-type type="java:org.springframework.util.PathMatcher" /> |
|
|
|
|
<tool:expected-type type="java:org.springframework.util.PathMatcher"/> |
|
|
|
|
</tool:annotation> |
|
|
|
|
</xsd:appinfo> |
|
|
|
|
</xsd:annotation> |
|
|
|
|
|