[jbossws-commits] JBossWS SVN: r15546 - in stack/native/trunk/modules/core/src/main/resources: schema and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Jan 30 22:25:23 EST 2012


Author: jim.ma
Date: 2012-01-30 22:25:22 -0500 (Mon, 30 Jan 2012)
New Revision: 15546

Added:
   stack/native/trunk/modules/core/src/main/resources/schema/javaee_web_services_metadata_handler_2_0.xsd
Modified:
   stack/native/trunk/modules/core/src/main/resources/META-INF/jbossws-entities.properties
Log:
[JBWS-3162]:Add javaee_web_services_metadata_handler_2_0.xsd to jbossws-entities.properties

Modified: stack/native/trunk/modules/core/src/main/resources/META-INF/jbossws-entities.properties
===================================================================
--- stack/native/trunk/modules/core/src/main/resources/META-INF/jbossws-entities.properties	2012-01-31 03:08:03 UTC (rev 15545)
+++ stack/native/trunk/modules/core/src/main/resources/META-INF/jbossws-entities.properties	2012-01-31 03:25:22 UTC (rev 15546)
@@ -19,3 +19,4 @@
 http\://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd=schema/oasis-200401-wss-wssecurity-secext-1.0.xsd
 http\://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd=schema/oasis-200401-wss-wssecurity-utility-1.0.xsd
 http\://www.w3.org/2000/09/xmldsig#=schema/xmldsig-core-schema.xsd
+http\://java.sun.com/xml/ns/javaee/javaee_web_services_metadata_handler_2_0.xsd=schema/javaee_web_services_metadata_handler_2_0.xsd

Added: stack/native/trunk/modules/core/src/main/resources/schema/javaee_web_services_metadata_handler_2_0.xsd
===================================================================
--- stack/native/trunk/modules/core/src/main/resources/schema/javaee_web_services_metadata_handler_2_0.xsd	                        (rev 0)
+++ stack/native/trunk/modules/core/src/main/resources/schema/javaee_web_services_metadata_handler_2_0.xsd	2012-01-31 03:25:22 UTC (rev 15546)
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xsd:schema xmlns="http://www.w3.org/2001/XMLSchema"
+            targetNamespace="http://java.sun.com/xml/ns/javaee"
+            xmlns:javaee="http://java.sun.com/xml/ns/javaee"
+            xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+            elementFormDefault="qualified"
+            attributeFormDefault="unqualified"
+            version="2.0">
+  <xsd:annotation>
+    <xsd:documentation>
+      javaee_web_services_metadata_handler.xsd v2.0.1 11/09/2007
+    </xsd:documentation>
+  </xsd:annotation>
+
+  <xsd:annotation>
+    <xsd:documentation>
+
+      Copyright 2004-2007 BEA Systems, Inc.
+
+    </xsd:documentation>
+  </xsd:annotation>
+
+  <xsd:include schemaLocation="javaee_5.xsd"/>
+
+  <xsd:element name="handler-chains"
+               type="javaee:service-ref_handler-chainsType">
+    <xsd:annotation>
+      <xsd:documentation>
+
+	The handler-chains element is the root element for defining
+	handlerchains.
+
+	The Web Services Metadata for the Java Platform (JSR-181), Version 2.0
+	specification defines the @javax.jws.HandlerChain annotation
+	that refers to an XML descriptor conforming to this schema.
+
+      </xsd:documentation>
+    </xsd:annotation>
+  </xsd:element>
+
+</xsd:schema>



More information about the jbossws-commits mailing list