You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by aj...@apache.org on 2007/07/25 08:30:17 UTC

svn commit: r559329 [18/38] - in /webservices/commons/site/XmlSchema: ./ apidocs/ apidocs/org/apache/ws/commons/schema/ apidocs/org/apache/ws/commons/schema/class-use/ apidocs/org/apache/ws/commons/schema/constants/ apidocs/org/apache/ws/commons/schema...

Modified: webservices/commons/site/XmlSchema/xref/org/apache/ws/commons/schema/TypeReceiver.html
URL: http://svn.apache.org/viewvc/webservices/commons/site/XmlSchema/xref/org/apache/ws/commons/schema/TypeReceiver.html?view=diff&rev=559329&r1=559328&r2=559329
==============================================================================
--- webservices/commons/site/XmlSchema/xref/org/apache/ws/commons/schema/TypeReceiver.html (original)
+++ webservices/commons/site/XmlSchema/xref/org/apache/ws/commons/schema/TypeReceiver.html Tue Jul 24 23:29:55 2007
@@ -9,30 +9,33 @@
 <div id="overview"><a href="../../../../../../apidocs/org/apache/ws/commons/schema/TypeReceiver.html">View Javadoc</a></div><pre>
 
 <a name="1" href="#1">1</a>   <em class="jxr_comment">/*</em>
-<a name="2" href="#2">2</a>   <em class="jxr_comment"> * Copyright 2004,2007 The Apache Software Foundation.</em>
-<a name="3" href="#3">3</a>   <em class="jxr_comment"> *</em>
-<a name="4" href="#4">4</a>   <em class="jxr_comment"> * Licensed under the Apache License, Version 2.0 (the "License");</em>
-<a name="5" href="#5">5</a>   <em class="jxr_comment"> * you may not use this file except in compliance with the License.</em>
-<a name="6" href="#6">6</a>   <em class="jxr_comment"> * You may obtain a copy of the License at</em>
-<a name="7" href="#7">7</a>   <em class="jxr_comment"> *</em>
-<a name="8" href="#8">8</a>   <em class="jxr_comment"> *      <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
+<a name="2" href="#2">2</a>   <em class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under one</em>
+<a name="3" href="#3">3</a>   <em class="jxr_comment"> * or more contributor license agreements. See the NOTICE file</em>
+<a name="4" href="#4">4</a>   <em class="jxr_comment"> * distributed with this work for additional information</em>
+<a name="5" href="#5">5</a>   <em class="jxr_comment"> * regarding copyright ownership. The ASF licenses this file</em>
+<a name="6" href="#6">6</a>   <em class="jxr_comment"> * to you under the Apache License, Version 2.0 (the</em>
+<a name="7" href="#7">7</a>   <em class="jxr_comment"> * "License"); you may not use this file except in compliance</em>
+<a name="8" href="#8">8</a>   <em class="jxr_comment"> * with the License. You may obtain a copy of the License at</em>
 <a name="9" href="#9">9</a>   <em class="jxr_comment"> *</em>
-<a name="10" href="#10">10</a>  <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing, software</em>
-<a name="11" href="#11">11</a>  <em class="jxr_comment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
-<a name="12" href="#12">12</a>  <em class="jxr_comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
-<a name="13" href="#13">13</a>  <em class="jxr_comment"> * See the License for the specific language governing permissions and</em>
-<a name="14" href="#14">14</a>  <em class="jxr_comment"> * limitations under the License.</em>
-<a name="15" href="#15">15</a>  <em class="jxr_comment"> */</em>
-<a name="16" href="#16">16</a>  
-<a name="17" href="#17">17</a>  <strong class="jxr_keyword">package</strong> org.apache.ws.commons.schema;
-<a name="18" href="#18">18</a>  
-<a name="19" href="#19">19</a>  <em class="jxr_javadoccomment">/**</em>
-<a name="20" href="#20">20</a>  <em class="jxr_javadoccomment"> * A TypeReceiver is something that can have its type set.  This gets used</em>
-<a name="21" href="#21">21</a>  <em class="jxr_javadoccomment"> * to resolve forward references.</em>
-<a name="22" href="#22">22</a>  <em class="jxr_javadoccomment"> */</em>
-<a name="23" href="#23">23</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">interface</strong> <a href="../../../../../org/apache/ws/commons/schema/TypeReceiver.html">TypeReceiver</a> {
-<a name="24" href="#24">24</a>      <strong class="jxr_keyword">void</strong> setType(<a href="../../../../../org/apache/ws/commons/schema/XmlSchemaType.html">XmlSchemaType</a> type);
-<a name="25" href="#25">25</a>  }
+<a name="10" href="#10">10</a>  <em class="jxr_comment"> * <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
+<a name="11" href="#11">11</a>  <em class="jxr_comment"> *</em>
+<a name="12" href="#12">12</a>  <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing,</em>
+<a name="13" href="#13">13</a>  <em class="jxr_comment"> * software distributed under the License is distributed on an</em>
+<a name="14" href="#14">14</a>  <em class="jxr_comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</em>
+<a name="15" href="#15">15</a>  <em class="jxr_comment"> * KIND, either express or implied. See the License for the</em>
+<a name="16" href="#16">16</a>  <em class="jxr_comment"> * specific language governing permissions and limitations</em>
+<a name="17" href="#17">17</a>  <em class="jxr_comment"> * under the License.</em>
+<a name="18" href="#18">18</a>  <em class="jxr_comment"> */</em>
+<a name="19" href="#19">19</a>  
+<a name="20" href="#20">20</a>  <strong class="jxr_keyword">package</strong> org.apache.ws.commons.schema;
+<a name="21" href="#21">21</a>  
+<a name="22" href="#22">22</a>  <em class="jxr_javadoccomment">/**</em>
+<a name="23" href="#23">23</a>  <em class="jxr_javadoccomment"> * A TypeReceiver is something that can have its type set.  This gets used</em>
+<a name="24" href="#24">24</a>  <em class="jxr_javadoccomment"> * to resolve forward references.</em>
+<a name="25" href="#25">25</a>  <em class="jxr_javadoccomment"> */</em>
+<a name="26" href="#26">26</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">interface</strong> <a href="../../../../../org/apache/ws/commons/schema/TypeReceiver.html">TypeReceiver</a> {
+<a name="27" href="#27">27</a>      <strong class="jxr_keyword">void</strong> setType(<a href="../../../../../org/apache/ws/commons/schema/XmlSchemaType.html">XmlSchemaType</a> type);
+<a name="28" href="#28">28</a>  }
 </pre>
 <hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
 </html>

Modified: webservices/commons/site/XmlSchema/xref/org/apache/ws/commons/schema/ValidationEvent.html
URL: http://svn.apache.org/viewvc/webservices/commons/site/XmlSchema/xref/org/apache/ws/commons/schema/ValidationEvent.html?view=diff&rev=559329&r1=559328&r2=559329
==============================================================================
--- webservices/commons/site/XmlSchema/xref/org/apache/ws/commons/schema/ValidationEvent.html (original)
+++ webservices/commons/site/XmlSchema/xref/org/apache/ws/commons/schema/ValidationEvent.html Tue Jul 24 23:29:55 2007
@@ -9,35 +9,38 @@
 <div id="overview"><a href="../../../../../../apidocs/org/apache/ws/commons/schema/ValidationEvent.html">View Javadoc</a></div><pre>
 
 <a name="1" href="#1">1</a>   <em class="jxr_comment">/*</em>
-<a name="2" href="#2">2</a>   <em class="jxr_comment"> * Copyright 2004,2007 The Apache Software Foundation.</em>
-<a name="3" href="#3">3</a>   <em class="jxr_comment"> *</em>
-<a name="4" href="#4">4</a>   <em class="jxr_comment"> * Licensed under the Apache License, Version 2.0 (the "License");</em>
-<a name="5" href="#5">5</a>   <em class="jxr_comment"> * you may not use this file except in compliance with the License.</em>
-<a name="6" href="#6">6</a>   <em class="jxr_comment"> * You may obtain a copy of the License at</em>
-<a name="7" href="#7">7</a>   <em class="jxr_comment"> *</em>
-<a name="8" href="#8">8</a>   <em class="jxr_comment"> *      <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
+<a name="2" href="#2">2</a>   <em class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under one</em>
+<a name="3" href="#3">3</a>   <em class="jxr_comment"> * or more contributor license agreements. See the NOTICE file</em>
+<a name="4" href="#4">4</a>   <em class="jxr_comment"> * distributed with this work for additional information</em>
+<a name="5" href="#5">5</a>   <em class="jxr_comment"> * regarding copyright ownership. The ASF licenses this file</em>
+<a name="6" href="#6">6</a>   <em class="jxr_comment"> * to you under the Apache License, Version 2.0 (the</em>
+<a name="7" href="#7">7</a>   <em class="jxr_comment"> * "License"); you may not use this file except in compliance</em>
+<a name="8" href="#8">8</a>   <em class="jxr_comment"> * with the License. You may obtain a copy of the License at</em>
 <a name="9" href="#9">9</a>   <em class="jxr_comment"> *</em>
-<a name="10" href="#10">10</a>  <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing, software</em>
-<a name="11" href="#11">11</a>  <em class="jxr_comment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
-<a name="12" href="#12">12</a>  <em class="jxr_comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
-<a name="13" href="#13">13</a>  <em class="jxr_comment"> * See the License for the specific language governing permissions and</em>
-<a name="14" href="#14">14</a>  <em class="jxr_comment"> * limitations under the License.</em>
-<a name="15" href="#15">15</a>  <em class="jxr_comment"> */</em>
-<a name="16" href="#16">16</a>  
-<a name="17" href="#17">17</a>  <strong class="jxr_keyword">package</strong> org.apache.ws.commons.schema;
-<a name="18" href="#18">18</a>  
-<a name="19" href="#19">19</a>  <strong class="jxr_keyword">import</strong> java.util.EventObject;
-<a name="20" href="#20">20</a>  
-<a name="21" href="#21">21</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/ws/commons/schema/ValidationEvent.html">ValidationEvent</a> <strong class="jxr_keyword">extends</strong> EventObject {
-<a name="22" href="#22">22</a>  
-<a name="23" href="#23">23</a>      <em class="jxr_javadoccomment">/**</em>
-<a name="24" href="#24">24</a>  <em class="jxr_javadoccomment">     * Creates new ValidationEvent</em>
-<a name="25" href="#25">25</a>  <em class="jxr_javadoccomment">     */</em>
-<a name="26" href="#26">26</a>      <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/ws/commons/schema/ValidationEvent.html">ValidationEvent</a>(Object source) {
-<a name="27" href="#27">27</a>          <strong class="jxr_keyword">super</strong>(source);
-<a name="28" href="#28">28</a>      }
-<a name="29" href="#29">29</a>  
-<a name="30" href="#30">30</a>  }
+<a name="10" href="#10">10</a>  <em class="jxr_comment"> * <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
+<a name="11" href="#11">11</a>  <em class="jxr_comment"> *</em>
+<a name="12" href="#12">12</a>  <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing,</em>
+<a name="13" href="#13">13</a>  <em class="jxr_comment"> * software distributed under the License is distributed on an</em>
+<a name="14" href="#14">14</a>  <em class="jxr_comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</em>
+<a name="15" href="#15">15</a>  <em class="jxr_comment"> * KIND, either express or implied. See the License for the</em>
+<a name="16" href="#16">16</a>  <em class="jxr_comment"> * specific language governing permissions and limitations</em>
+<a name="17" href="#17">17</a>  <em class="jxr_comment"> * under the License.</em>
+<a name="18" href="#18">18</a>  <em class="jxr_comment"> */</em>
+<a name="19" href="#19">19</a>  
+<a name="20" href="#20">20</a>  <strong class="jxr_keyword">package</strong> org.apache.ws.commons.schema;
+<a name="21" href="#21">21</a>  
+<a name="22" href="#22">22</a>  <strong class="jxr_keyword">import</strong> java.util.EventObject;
+<a name="23" href="#23">23</a>  
+<a name="24" href="#24">24</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/ws/commons/schema/ValidationEvent.html">ValidationEvent</a> <strong class="jxr_keyword">extends</strong> EventObject {
+<a name="25" href="#25">25</a>  
+<a name="26" href="#26">26</a>      <em class="jxr_javadoccomment">/**</em>
+<a name="27" href="#27">27</a>  <em class="jxr_javadoccomment">     * Creates new ValidationEvent</em>
+<a name="28" href="#28">28</a>  <em class="jxr_javadoccomment">     */</em>
+<a name="29" href="#29">29</a>      <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/ws/commons/schema/ValidationEvent.html">ValidationEvent</a>(Object source) {
+<a name="30" href="#30">30</a>          <strong class="jxr_keyword">super</strong>(source);
+<a name="31" href="#31">31</a>      }
+<a name="32" href="#32">32</a>  
+<a name="33" href="#33">33</a>  }
 </pre>
 <hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
 </html>

Modified: webservices/commons/site/XmlSchema/xref/org/apache/ws/commons/schema/ValidationEventHandler.html
URL: http://svn.apache.org/viewvc/webservices/commons/site/XmlSchema/xref/org/apache/ws/commons/schema/ValidationEventHandler.html?view=diff&rev=559329&r1=559328&r2=559329
==============================================================================
--- webservices/commons/site/XmlSchema/xref/org/apache/ws/commons/schema/ValidationEventHandler.html (original)
+++ webservices/commons/site/XmlSchema/xref/org/apache/ws/commons/schema/ValidationEventHandler.html Tue Jul 24 23:29:55 2007
@@ -9,32 +9,35 @@
 <div id="overview"><a href="../../../../../../apidocs/org/apache/ws/commons/schema/ValidationEventHandler.html">View Javadoc</a></div><pre>
 
 <a name="1" href="#1">1</a>   <em class="jxr_comment">/*</em>
-<a name="2" href="#2">2</a>   <em class="jxr_comment"> * Copyright 2004,2007 The Apache Software Foundation.</em>
-<a name="3" href="#3">3</a>   <em class="jxr_comment"> *</em>
-<a name="4" href="#4">4</a>   <em class="jxr_comment"> * Licensed under the Apache License, Version 2.0 (the "License");</em>
-<a name="5" href="#5">5</a>   <em class="jxr_comment"> * you may not use this file except in compliance with the License.</em>
-<a name="6" href="#6">6</a>   <em class="jxr_comment"> * You may obtain a copy of the License at</em>
-<a name="7" href="#7">7</a>   <em class="jxr_comment"> *</em>
-<a name="8" href="#8">8</a>   <em class="jxr_comment"> *      <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
+<a name="2" href="#2">2</a>   <em class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under one</em>
+<a name="3" href="#3">3</a>   <em class="jxr_comment"> * or more contributor license agreements. See the NOTICE file</em>
+<a name="4" href="#4">4</a>   <em class="jxr_comment"> * distributed with this work for additional information</em>
+<a name="5" href="#5">5</a>   <em class="jxr_comment"> * regarding copyright ownership. The ASF licenses this file</em>
+<a name="6" href="#6">6</a>   <em class="jxr_comment"> * to you under the Apache License, Version 2.0 (the</em>
+<a name="7" href="#7">7</a>   <em class="jxr_comment"> * "License"); you may not use this file except in compliance</em>
+<a name="8" href="#8">8</a>   <em class="jxr_comment"> * with the License. You may obtain a copy of the License at</em>
 <a name="9" href="#9">9</a>   <em class="jxr_comment"> *</em>
-<a name="10" href="#10">10</a>  <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing, software</em>
-<a name="11" href="#11">11</a>  <em class="jxr_comment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
-<a name="12" href="#12">12</a>  <em class="jxr_comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
-<a name="13" href="#13">13</a>  <em class="jxr_comment"> * See the License for the specific language governing permissions and</em>
-<a name="14" href="#14">14</a>  <em class="jxr_comment"> * limitations under the License.</em>
-<a name="15" href="#15">15</a>  <em class="jxr_comment"> */</em>
-<a name="16" href="#16">16</a>  
-<a name="17" href="#17">17</a>  <strong class="jxr_keyword">package</strong> org.apache.ws.commons.schema;
-<a name="18" href="#18">18</a>  
-<a name="19" href="#19">19</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/ws/commons/schema/ValidationEventHandler.html">ValidationEventHandler</a> {
-<a name="20" href="#20">20</a>  
-<a name="21" href="#21">21</a>      <em class="jxr_javadoccomment">/**</em>
-<a name="22" href="#22">22</a>  <em class="jxr_javadoccomment">     * Creates new ValidationEventHandler</em>
-<a name="23" href="#23">23</a>  <em class="jxr_javadoccomment">     */</em>
-<a name="24" href="#24">24</a>      <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/ws/commons/schema/ValidationEventHandler.html">ValidationEventHandler</a>() {
-<a name="25" href="#25">25</a>      }
-<a name="26" href="#26">26</a>  
-<a name="27" href="#27">27</a>  }
+<a name="10" href="#10">10</a>  <em class="jxr_comment"> * <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
+<a name="11" href="#11">11</a>  <em class="jxr_comment"> *</em>
+<a name="12" href="#12">12</a>  <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing,</em>
+<a name="13" href="#13">13</a>  <em class="jxr_comment"> * software distributed under the License is distributed on an</em>
+<a name="14" href="#14">14</a>  <em class="jxr_comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</em>
+<a name="15" href="#15">15</a>  <em class="jxr_comment"> * KIND, either express or implied. See the License for the</em>
+<a name="16" href="#16">16</a>  <em class="jxr_comment"> * specific language governing permissions and limitations</em>
+<a name="17" href="#17">17</a>  <em class="jxr_comment"> * under the License.</em>
+<a name="18" href="#18">18</a>  <em class="jxr_comment"> */</em>
+<a name="19" href="#19">19</a>  
+<a name="20" href="#20">20</a>  <strong class="jxr_keyword">package</strong> org.apache.ws.commons.schema;
+<a name="21" href="#21">21</a>  
+<a name="22" href="#22">22</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/ws/commons/schema/ValidationEventHandler.html">ValidationEventHandler</a> {
+<a name="23" href="#23">23</a>  
+<a name="24" href="#24">24</a>      <em class="jxr_javadoccomment">/**</em>
+<a name="25" href="#25">25</a>  <em class="jxr_javadoccomment">     * Creates new ValidationEventHandler</em>
+<a name="26" href="#26">26</a>  <em class="jxr_javadoccomment">     */</em>
+<a name="27" href="#27">27</a>      <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/ws/commons/schema/ValidationEventHandler.html">ValidationEventHandler</a>() {
+<a name="28" href="#28">28</a>      }
+<a name="29" href="#29">29</a>  
+<a name="30" href="#30">30</a>  }
 </pre>
 <hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
 </html>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org