You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by ru...@apache.org on 2006/05/02 11:36:30 UTC

svn commit: r398880 [2/10] - in /webservices/wss4j/site/xref-test: ./ components/ interop/ policy/ sandbox/ secconv/ secconv/components/ secconv/scenarios/ secconv/scenarios/ping/ secconv/scenarios/ping/impl/ wssec/

Added: webservices/wss4j/site/xref-test/interop/TestScenario2.html
URL: http://svn.apache.org/viewcvs/webservices/wss4j/site/xref-test/interop/TestScenario2.html?rev=398880&view=auto
==============================================================================
--- webservices/wss4j/site/xref-test/interop/TestScenario2.html (added)
+++ webservices/wss4j/site/xref-test/interop/TestScenario2.html Tue May  2 02:36:22 2006
@@ -0,0 +1,78 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>TestScenario2 xref</title>
+<link type="text/css" rel="stylesheet" href="../stylesheet.css" />
+</head>
+<body>
+<pre>
+
+<a name="1" href="#1">1</a>   <em class="comment">/*</em>
+<a name="2" href="#2">2</a>   <em class="comment"> * Copyright  2003-2004 The Apache Software Foundation.</em>
+<a name="3" href="#3">3</a>   <em class="comment"> *</em>
+<a name="4" href="#4">4</a>   <em class="comment"> *  Licensed under the Apache License, Version 2.0 (the "License");</em>
+<a name="5" href="#5">5</a>   <em class="comment"> *  you may not use this file except in compliance with the License.</em>
+<a name="6" href="#6">6</a>   <em class="comment"> *  You may obtain a copy of the License at</em>
+<a name="7" href="#7">7</a>   <em class="comment"> *</em>
+<a name="8" href="#8">8</a>   <em class="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="9" href="#9">9</a>   <em class="comment"> *</em>
+<a name="10" href="#10">10</a>  <em class="comment"> *  Unless required by applicable law or agreed to in writing, software</em>
+<a name="11" href="#11">11</a>  <em class="comment"> *  distributed under the License is distributed on an "AS IS" BASIS,</em>
+<a name="12" href="#12">12</a>  <em class="comment"> *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
+<a name="13" href="#13">13</a>  <em class="comment"> *  See the License for the specific language governing permissions and</em>
+<a name="14" href="#14">14</a>  <em class="comment"> *  limitations under the License.</em>
+<a name="15" href="#15">15</a>  <em class="comment"> *</em>
+<a name="16" href="#16">16</a>  <em class="comment"> */</em>
+<a name="17" href="#17">17</a>  
+<a name="18" href="#18">18</a>  <strong>package</strong> <a href="../interop/package-summary.html">interop</a>;
+<a name="19" href="#19">19</a>  
+<a name="20" href="#20">20</a>  <strong>import</strong> junit.framework.Test;
+<a name="21" href="#21">21</a>  <strong>import</strong> junit.framework.TestCase;
+<a name="22" href="#22">22</a>  <strong>import</strong> junit.framework.TestSuite;
+<a name="23" href="#23">23</a>  <strong>import</strong> org.apache.ws.axis.oasis.Scenario2;
+<a name="24" href="#24">24</a>  
+<a name="25" href="#25">25</a>  <em>/**<em>*</em></em>
+<a name="26" href="#26">26</a>  <em> * WS-Security Test Case</em>
+<a name="27" href="#27">27</a>  <em> * &lt;p/></em>
+<a name="28" href="#28">28</a>  <em> * </em>
+<a name="29" href="#29">29</a>  <em> * @author Davanum Srinivas (dims@yahoo.com)</em>
+<a name="30" href="#30">30</a>  <em> */</em>
+<a name="31" href="#31">31</a>  <strong>public</strong> <strong>class</strong> TestScenario2 <strong>extends</strong> TestCase {
+<a name="32" href="#32">32</a>      <em>/**<em>*</em></em>
+<a name="33" href="#33">33</a>  <em>     * TestScenario1 constructor</em>
+<a name="34" href="#34">34</a>  <em>     * &lt;p/></em>
+<a name="35" href="#35">35</a>  <em>     * </em>
+<a name="36" href="#36">36</a>  <em>     * @param name name of the test</em>
+<a name="37" href="#37">37</a>  <em>     */</em>
+<a name="38" href="#38">38</a>      <strong>public</strong> TestScenario2(String name) {
+<a name="39" href="#39">39</a>          <strong>super</strong>(name);
+<a name="40" href="#40">40</a>      }
+<a name="41" href="#41">41</a>  
+<a name="42" href="#42">42</a>      <em>/**<em>*</em></em>
+<a name="43" href="#43">43</a>  <em>     * JUnit suite</em>
+<a name="44" href="#44">44</a>  <em>     * &lt;p/></em>
+<a name="45" href="#45">45</a>  <em>     * </em>
+<a name="46" href="#46">46</a>  <em>     * @return a junit test suite</em>
+<a name="47" href="#47">47</a>  <em>     */</em>
+<a name="48" href="#48">48</a>      <strong>public</strong> <strong>static</strong> Test suite() {
+<a name="49" href="#49">49</a>          <strong>return</strong> <strong>new</strong> TestSuite(TestScenario2.<strong>class</strong>);
+<a name="50" href="#50">50</a>      }
+<a name="51" href="#51">51</a>  
+<a name="52" href="#52">52</a>      <em>/**<em>*</em></em>
+<a name="53" href="#53">53</a>  <em>     * Main method</em>
+<a name="54" href="#54">54</a>  <em>     * &lt;p/></em>
+<a name="55" href="#55">55</a>  <em>     * </em>
+<a name="56" href="#56">56</a>  <em>     * @param args command line args</em>
+<a name="57" href="#57">57</a>  <em>     */</em>
+<a name="58" href="#58">58</a>      <strong>public</strong> <strong>static</strong> <strong>void</strong> main(String[] args) throws Exception {
+<a name="59" href="#59">59</a>          Scenario2.main(args);
+<a name="60" href="#60">60</a>      }
+<a name="61" href="#61">61</a>  
+<a name="62" href="#62">62</a>      <strong>public</strong> <strong>void</strong> testScenario2() throws Exception {
+<a name="63" href="#63">63</a>          Scenario2.main(<strong>new</strong> String[]{<span class="string">"-lhttp://localhost:8080/axis/services/Ping2"</span>});
+<a name="64" href="#64">64</a>      }
+<a name="65" href="#65">65</a>  }
+</pre>
+<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
+</html>
+

Added: webservices/wss4j/site/xref-test/interop/TestScenario2a.html
URL: http://svn.apache.org/viewcvs/webservices/wss4j/site/xref-test/interop/TestScenario2a.html?rev=398880&view=auto
==============================================================================
--- webservices/wss4j/site/xref-test/interop/TestScenario2a.html (added)
+++ webservices/wss4j/site/xref-test/interop/TestScenario2a.html Tue May  2 02:36:22 2006
@@ -0,0 +1,78 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>TestScenario2a xref</title>
+<link type="text/css" rel="stylesheet" href="../stylesheet.css" />
+</head>
+<body>
+<pre>
+
+<a name="1" href="#1">1</a>   <em class="comment">/*</em>
+<a name="2" href="#2">2</a>   <em class="comment"> * Copyright  2003-2004 The Apache Software Foundation.</em>
+<a name="3" href="#3">3</a>   <em class="comment"> *</em>
+<a name="4" href="#4">4</a>   <em class="comment"> *  Licensed under the Apache License, Version 2.0 (the "License");</em>
+<a name="5" href="#5">5</a>   <em class="comment"> *  you may not use this file except in compliance with the License.</em>
+<a name="6" href="#6">6</a>   <em class="comment"> *  You may obtain a copy of the License at</em>
+<a name="7" href="#7">7</a>   <em class="comment"> *</em>
+<a name="8" href="#8">8</a>   <em class="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="9" href="#9">9</a>   <em class="comment"> *</em>
+<a name="10" href="#10">10</a>  <em class="comment"> *  Unless required by applicable law or agreed to in writing, software</em>
+<a name="11" href="#11">11</a>  <em class="comment"> *  distributed under the License is distributed on an "AS IS" BASIS,</em>
+<a name="12" href="#12">12</a>  <em class="comment"> *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
+<a name="13" href="#13">13</a>  <em class="comment"> *  See the License for the specific language governing permissions and</em>
+<a name="14" href="#14">14</a>  <em class="comment"> *  limitations under the License.</em>
+<a name="15" href="#15">15</a>  <em class="comment"> *</em>
+<a name="16" href="#16">16</a>  <em class="comment"> */</em>
+<a name="17" href="#17">17</a>  
+<a name="18" href="#18">18</a>  <strong>package</strong> <a href="../interop/package-summary.html">interop</a>;
+<a name="19" href="#19">19</a>  
+<a name="20" href="#20">20</a>  <strong>import</strong> junit.framework.Test;
+<a name="21" href="#21">21</a>  <strong>import</strong> junit.framework.TestCase;
+<a name="22" href="#22">22</a>  <strong>import</strong> junit.framework.TestSuite;
+<a name="23" href="#23">23</a>  <strong>import</strong> org.apache.ws.axis.oasis.Scenario2a;
+<a name="24" href="#24">24</a>  
+<a name="25" href="#25">25</a>  <em>/**<em>*</em></em>
+<a name="26" href="#26">26</a>  <em> * WS-Security Test Case</em>
+<a name="27" href="#27">27</a>  <em> * &lt;p/></em>
+<a name="28" href="#28">28</a>  <em> * </em>
+<a name="29" href="#29">29</a>  <em> * @author Davanum Srinivas (dims@yahoo.com)</em>
+<a name="30" href="#30">30</a>  <em> */</em>
+<a name="31" href="#31">31</a>  <strong>public</strong> <strong>class</strong> TestScenario2a <strong>extends</strong> TestCase {
+<a name="32" href="#32">32</a>      <em>/**<em>*</em></em>
+<a name="33" href="#33">33</a>  <em>     * TestScenario1 constructor</em>
+<a name="34" href="#34">34</a>  <em>     * &lt;p/></em>
+<a name="35" href="#35">35</a>  <em>     * </em>
+<a name="36" href="#36">36</a>  <em>     * @param name name of the test</em>
+<a name="37" href="#37">37</a>  <em>     */</em>
+<a name="38" href="#38">38</a>      <strong>public</strong> TestScenario2a(String name) {
+<a name="39" href="#39">39</a>          <strong>super</strong>(name);
+<a name="40" href="#40">40</a>      }
+<a name="41" href="#41">41</a>  
+<a name="42" href="#42">42</a>      <em>/**<em>*</em></em>
+<a name="43" href="#43">43</a>  <em>     * JUnit suite</em>
+<a name="44" href="#44">44</a>  <em>     * &lt;p/></em>
+<a name="45" href="#45">45</a>  <em>     * </em>
+<a name="46" href="#46">46</a>  <em>     * @return a junit test suite</em>
+<a name="47" href="#47">47</a>  <em>     */</em>
+<a name="48" href="#48">48</a>      <strong>public</strong> <strong>static</strong> Test suite() {
+<a name="49" href="#49">49</a>          <strong>return</strong> <strong>new</strong> TestSuite(TestScenario2a.<strong>class</strong>);
+<a name="50" href="#50">50</a>      }
+<a name="51" href="#51">51</a>  
+<a name="52" href="#52">52</a>      <em>/**<em>*</em></em>
+<a name="53" href="#53">53</a>  <em>     * Main method</em>
+<a name="54" href="#54">54</a>  <em>     * &lt;p/></em>
+<a name="55" href="#55">55</a>  <em>     * </em>
+<a name="56" href="#56">56</a>  <em>     * @param args command line args</em>
+<a name="57" href="#57">57</a>  <em>     */</em>
+<a name="58" href="#58">58</a>      <strong>public</strong> <strong>static</strong> <strong>void</strong> main(String[] args) throws Exception {
+<a name="59" href="#59">59</a>          Scenario2a.main(args);
+<a name="60" href="#60">60</a>      }
+<a name="61" href="#61">61</a>  
+<a name="62" href="#62">62</a>      <strong>public</strong> <strong>void</strong> testScenario2a() throws Exception {
+<a name="63" href="#63">63</a>          Scenario2a.main(<strong>new</strong> String[]{<span class="string">"-lhttp://localhost:8080/axis/services/Ping2a"</span>});
+<a name="64" href="#64">64</a>      }
+<a name="65" href="#65">65</a>  }
+</pre>
+<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
+</html>
+

Added: webservices/wss4j/site/xref-test/interop/TestScenario3.html
URL: http://svn.apache.org/viewcvs/webservices/wss4j/site/xref-test/interop/TestScenario3.html?rev=398880&view=auto
==============================================================================
--- webservices/wss4j/site/xref-test/interop/TestScenario3.html (added)
+++ webservices/wss4j/site/xref-test/interop/TestScenario3.html Tue May  2 02:36:22 2006
@@ -0,0 +1,78 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>TestScenario3 xref</title>
+<link type="text/css" rel="stylesheet" href="../stylesheet.css" />
+</head>
+<body>
+<pre>
+
+<a name="1" href="#1">1</a>   <em class="comment">/*</em>
+<a name="2" href="#2">2</a>   <em class="comment"> * Copyright  2003-2004 The Apache Software Foundation.</em>
+<a name="3" href="#3">3</a>   <em class="comment"> *</em>
+<a name="4" href="#4">4</a>   <em class="comment"> *  Licensed under the Apache License, Version 2.0 (the "License");</em>
+<a name="5" href="#5">5</a>   <em class="comment"> *  you may not use this file except in compliance with the License.</em>
+<a name="6" href="#6">6</a>   <em class="comment"> *  You may obtain a copy of the License at</em>
+<a name="7" href="#7">7</a>   <em class="comment"> *</em>
+<a name="8" href="#8">8</a>   <em class="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="9" href="#9">9</a>   <em class="comment"> *</em>
+<a name="10" href="#10">10</a>  <em class="comment"> *  Unless required by applicable law or agreed to in writing, software</em>
+<a name="11" href="#11">11</a>  <em class="comment"> *  distributed under the License is distributed on an "AS IS" BASIS,</em>
+<a name="12" href="#12">12</a>  <em class="comment"> *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
+<a name="13" href="#13">13</a>  <em class="comment"> *  See the License for the specific language governing permissions and</em>
+<a name="14" href="#14">14</a>  <em class="comment"> *  limitations under the License.</em>
+<a name="15" href="#15">15</a>  <em class="comment"> *</em>
+<a name="16" href="#16">16</a>  <em class="comment"> */</em>
+<a name="17" href="#17">17</a>  
+<a name="18" href="#18">18</a>  <strong>package</strong> <a href="../interop/package-summary.html">interop</a>;
+<a name="19" href="#19">19</a>  
+<a name="20" href="#20">20</a>  <strong>import</strong> junit.framework.Test;
+<a name="21" href="#21">21</a>  <strong>import</strong> junit.framework.TestCase;
+<a name="22" href="#22">22</a>  <strong>import</strong> junit.framework.TestSuite;
+<a name="23" href="#23">23</a>  <strong>import</strong> org.apache.ws.axis.oasis.Scenario3;
+<a name="24" href="#24">24</a>  
+<a name="25" href="#25">25</a>  <em>/**<em>*</em></em>
+<a name="26" href="#26">26</a>  <em> * WS-Security Test Case</em>
+<a name="27" href="#27">27</a>  <em> * &lt;p/></em>
+<a name="28" href="#28">28</a>  <em> * </em>
+<a name="29" href="#29">29</a>  <em> * @author Davanum Srinivas (dims@yahoo.com)</em>
+<a name="30" href="#30">30</a>  <em> */</em>
+<a name="31" href="#31">31</a>  <strong>public</strong> <strong>class</strong> TestScenario3 <strong>extends</strong> TestCase {
+<a name="32" href="#32">32</a>      <em>/**<em>*</em></em>
+<a name="33" href="#33">33</a>  <em>     * TestScenario1 constructor</em>
+<a name="34" href="#34">34</a>  <em>     * &lt;p/></em>
+<a name="35" href="#35">35</a>  <em>     * </em>
+<a name="36" href="#36">36</a>  <em>     * @param name name of the test</em>
+<a name="37" href="#37">37</a>  <em>     */</em>
+<a name="38" href="#38">38</a>      <strong>public</strong> TestScenario3(String name) {
+<a name="39" href="#39">39</a>          <strong>super</strong>(name);
+<a name="40" href="#40">40</a>      }
+<a name="41" href="#41">41</a>  
+<a name="42" href="#42">42</a>      <em>/**<em>*</em></em>
+<a name="43" href="#43">43</a>  <em>     * JUnit suite</em>
+<a name="44" href="#44">44</a>  <em>     * &lt;p/></em>
+<a name="45" href="#45">45</a>  <em>     * </em>
+<a name="46" href="#46">46</a>  <em>     * @return a junit test suite</em>
+<a name="47" href="#47">47</a>  <em>     */</em>
+<a name="48" href="#48">48</a>      <strong>public</strong> <strong>static</strong> Test suite() {
+<a name="49" href="#49">49</a>          <strong>return</strong> <strong>new</strong> TestSuite(TestScenario3.<strong>class</strong>);
+<a name="50" href="#50">50</a>      }
+<a name="51" href="#51">51</a>  
+<a name="52" href="#52">52</a>      <em>/**<em>*</em></em>
+<a name="53" href="#53">53</a>  <em>     * Main method</em>
+<a name="54" href="#54">54</a>  <em>     * &lt;p/></em>
+<a name="55" href="#55">55</a>  <em>     * </em>
+<a name="56" href="#56">56</a>  <em>     * @param args command line args</em>
+<a name="57" href="#57">57</a>  <em>     */</em>
+<a name="58" href="#58">58</a>      <strong>public</strong> <strong>static</strong> <strong>void</strong> main(String[] args) throws Exception {
+<a name="59" href="#59">59</a>           Scenario3.main(args);
+<a name="60" href="#60">60</a>      }
+<a name="61" href="#61">61</a>  
+<a name="62" href="#62">62</a>      <strong>public</strong> <strong>void</strong> testScenario3() throws Exception {
+<a name="63" href="#63">63</a>          Scenario3.main(<strong>new</strong> String[]{<span class="string">"-lhttp://localhost:8080/axis/services/Ping3"</span>});
+<a name="64" href="#64">64</a>      }
+<a name="65" href="#65">65</a>  }
+</pre>
+<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
+</html>
+

Added: webservices/wss4j/site/xref-test/interop/TestScenario4.html
URL: http://svn.apache.org/viewcvs/webservices/wss4j/site/xref-test/interop/TestScenario4.html?rev=398880&view=auto
==============================================================================
--- webservices/wss4j/site/xref-test/interop/TestScenario4.html (added)
+++ webservices/wss4j/site/xref-test/interop/TestScenario4.html Tue May  2 02:36:22 2006
@@ -0,0 +1,78 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>TestScenario4 xref</title>
+<link type="text/css" rel="stylesheet" href="../stylesheet.css" />
+</head>
+<body>
+<pre>
+
+<a name="1" href="#1">1</a>   <em class="comment">/*</em>
+<a name="2" href="#2">2</a>   <em class="comment"> * Copyright  2003-2004 The Apache Software Foundation.</em>
+<a name="3" href="#3">3</a>   <em class="comment"> *</em>
+<a name="4" href="#4">4</a>   <em class="comment"> *  Licensed under the Apache License, Version 2.0 (the "License");</em>
+<a name="5" href="#5">5</a>   <em class="comment"> *  you may not use this file except in compliance with the License.</em>
+<a name="6" href="#6">6</a>   <em class="comment"> *  You may obtain a copy of the License at</em>
+<a name="7" href="#7">7</a>   <em class="comment"> *</em>
+<a name="8" href="#8">8</a>   <em class="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="9" href="#9">9</a>   <em class="comment"> *</em>
+<a name="10" href="#10">10</a>  <em class="comment"> *  Unless required by applicable law or agreed to in writing, software</em>
+<a name="11" href="#11">11</a>  <em class="comment"> *  distributed under the License is distributed on an "AS IS" BASIS,</em>
+<a name="12" href="#12">12</a>  <em class="comment"> *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
+<a name="13" href="#13">13</a>  <em class="comment"> *  See the License for the specific language governing permissions and</em>
+<a name="14" href="#14">14</a>  <em class="comment"> *  limitations under the License.</em>
+<a name="15" href="#15">15</a>  <em class="comment"> *</em>
+<a name="16" href="#16">16</a>  <em class="comment"> */</em>
+<a name="17" href="#17">17</a>  
+<a name="18" href="#18">18</a>  <strong>package</strong> <a href="../interop/package-summary.html">interop</a>;
+<a name="19" href="#19">19</a>  
+<a name="20" href="#20">20</a>  <strong>import</strong> junit.framework.Test;
+<a name="21" href="#21">21</a>  <strong>import</strong> junit.framework.TestCase;
+<a name="22" href="#22">22</a>  <strong>import</strong> junit.framework.TestSuite;
+<a name="23" href="#23">23</a>  <strong>import</strong> org.apache.ws.axis.oasis.Scenario4;
+<a name="24" href="#24">24</a>  
+<a name="25" href="#25">25</a>  <em>/**<em>*</em></em>
+<a name="26" href="#26">26</a>  <em> * WS-Security Test Case</em>
+<a name="27" href="#27">27</a>  <em> * &lt;p/></em>
+<a name="28" href="#28">28</a>  <em> * </em>
+<a name="29" href="#29">29</a>  <em> * @author Davanum Srinivas (dims@yahoo.com)</em>
+<a name="30" href="#30">30</a>  <em> */</em>
+<a name="31" href="#31">31</a>  <strong>public</strong> <strong>class</strong> TestScenario4 <strong>extends</strong> TestCase {
+<a name="32" href="#32">32</a>      <em>/**<em>*</em></em>
+<a name="33" href="#33">33</a>  <em>     * TestScenario1 constructor</em>
+<a name="34" href="#34">34</a>  <em>     * &lt;p/></em>
+<a name="35" href="#35">35</a>  <em>     * </em>
+<a name="36" href="#36">36</a>  <em>     * @param name name of the test</em>
+<a name="37" href="#37">37</a>  <em>     */</em>
+<a name="38" href="#38">38</a>      <strong>public</strong> TestScenario4(String name) {
+<a name="39" href="#39">39</a>          <strong>super</strong>(name);
+<a name="40" href="#40">40</a>      }
+<a name="41" href="#41">41</a>  
+<a name="42" href="#42">42</a>      <em>/**<em>*</em></em>
+<a name="43" href="#43">43</a>  <em>     * JUnit suite</em>
+<a name="44" href="#44">44</a>  <em>     * &lt;p/></em>
+<a name="45" href="#45">45</a>  <em>     * </em>
+<a name="46" href="#46">46</a>  <em>     * @return a junit test suite</em>
+<a name="47" href="#47">47</a>  <em>     */</em>
+<a name="48" href="#48">48</a>      <strong>public</strong> <strong>static</strong> Test suite() {
+<a name="49" href="#49">49</a>          <strong>return</strong> <strong>new</strong> TestSuite(TestScenario4.<strong>class</strong>);
+<a name="50" href="#50">50</a>      }
+<a name="51" href="#51">51</a>  
+<a name="52" href="#52">52</a>      <em>/**<em>*</em></em>
+<a name="53" href="#53">53</a>  <em>     * Main method</em>
+<a name="54" href="#54">54</a>  <em>     * &lt;p/></em>
+<a name="55" href="#55">55</a>  <em>     * </em>
+<a name="56" href="#56">56</a>  <em>     * @param args command line args</em>
+<a name="57" href="#57">57</a>  <em>     */</em>
+<a name="58" href="#58">58</a>      <strong>public</strong> <strong>static</strong> <strong>void</strong> main(String[] args) throws Exception {
+<a name="59" href="#59">59</a>          Scenario4.main(args);
+<a name="60" href="#60">60</a>      }
+<a name="61" href="#61">61</a>  
+<a name="62" href="#62">62</a>      <strong>public</strong> <strong>void</strong> testScenario4() throws Exception {
+<a name="63" href="#63">63</a>          Scenario4.main(<strong>new</strong> String[]{<span class="string">"-lhttp://localhost:8080/axis/services/Ping4"</span>});
+<a name="64" href="#64">64</a>      }
+<a name="65" href="#65">65</a>  }
+</pre>
+<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
+</html>
+

Added: webservices/wss4j/site/xref-test/interop/TestScenario5.html
URL: http://svn.apache.org/viewcvs/webservices/wss4j/site/xref-test/interop/TestScenario5.html?rev=398880&view=auto
==============================================================================
--- webservices/wss4j/site/xref-test/interop/TestScenario5.html (added)
+++ webservices/wss4j/site/xref-test/interop/TestScenario5.html Tue May  2 02:36:22 2006
@@ -0,0 +1,78 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>TestScenario5 xref</title>
+<link type="text/css" rel="stylesheet" href="../stylesheet.css" />
+</head>
+<body>
+<pre>
+
+<a name="1" href="#1">1</a>   <em class="comment">/*</em>
+<a name="2" href="#2">2</a>   <em class="comment"> * Copyright  2003-2004 The Apache Software Foundation.</em>
+<a name="3" href="#3">3</a>   <em class="comment"> *</em>
+<a name="4" href="#4">4</a>   <em class="comment"> *  Licensed under the Apache License, Version 2.0 (the "License");</em>
+<a name="5" href="#5">5</a>   <em class="comment"> *  you may not use this file except in compliance with the License.</em>
+<a name="6" href="#6">6</a>   <em class="comment"> *  You may obtain a copy of the License at</em>
+<a name="7" href="#7">7</a>   <em class="comment"> *</em>
+<a name="8" href="#8">8</a>   <em class="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="9" href="#9">9</a>   <em class="comment"> *</em>
+<a name="10" href="#10">10</a>  <em class="comment"> *  Unless required by applicable law or agreed to in writing, software</em>
+<a name="11" href="#11">11</a>  <em class="comment"> *  distributed under the License is distributed on an "AS IS" BASIS,</em>
+<a name="12" href="#12">12</a>  <em class="comment"> *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
+<a name="13" href="#13">13</a>  <em class="comment"> *  See the License for the specific language governing permissions and</em>
+<a name="14" href="#14">14</a>  <em class="comment"> *  limitations under the License.</em>
+<a name="15" href="#15">15</a>  <em class="comment"> *</em>
+<a name="16" href="#16">16</a>  <em class="comment"> */</em>
+<a name="17" href="#17">17</a>  
+<a name="18" href="#18">18</a>  <strong>package</strong> <a href="../interop/package-summary.html">interop</a>;
+<a name="19" href="#19">19</a>  
+<a name="20" href="#20">20</a>  <strong>import</strong> junit.framework.Test;
+<a name="21" href="#21">21</a>  <strong>import</strong> junit.framework.TestCase;
+<a name="22" href="#22">22</a>  <strong>import</strong> junit.framework.TestSuite;
+<a name="23" href="#23">23</a>  <strong>import</strong> org.apache.ws.axis.oasis.Scenario5;
+<a name="24" href="#24">24</a>  
+<a name="25" href="#25">25</a>  <em>/**<em>*</em></em>
+<a name="26" href="#26">26</a>  <em> * WS-Security Test Case</em>
+<a name="27" href="#27">27</a>  <em> * &lt;p/></em>
+<a name="28" href="#28">28</a>  <em> * </em>
+<a name="29" href="#29">29</a>  <em> * @author Davanum Srinivas (dims@yahoo.com)</em>
+<a name="30" href="#30">30</a>  <em> */</em>
+<a name="31" href="#31">31</a>  <strong>public</strong> <strong>class</strong> TestScenario5 <strong>extends</strong> TestCase {
+<a name="32" href="#32">32</a>      <em>/**<em>*</em></em>
+<a name="33" href="#33">33</a>  <em>     * TestScenario1 constructor</em>
+<a name="34" href="#34">34</a>  <em>     * &lt;p/></em>
+<a name="35" href="#35">35</a>  <em>     * </em>
+<a name="36" href="#36">36</a>  <em>     * @param name name of the test</em>
+<a name="37" href="#37">37</a>  <em>     */</em>
+<a name="38" href="#38">38</a>      <strong>public</strong> TestScenario5(String name) {
+<a name="39" href="#39">39</a>          <strong>super</strong>(name);
+<a name="40" href="#40">40</a>      }
+<a name="41" href="#41">41</a>  
+<a name="42" href="#42">42</a>      <em>/**<em>*</em></em>
+<a name="43" href="#43">43</a>  <em>     * JUnit suite</em>
+<a name="44" href="#44">44</a>  <em>     * &lt;p/></em>
+<a name="45" href="#45">45</a>  <em>     * </em>
+<a name="46" href="#46">46</a>  <em>     * @return a junit test suite</em>
+<a name="47" href="#47">47</a>  <em>     */</em>
+<a name="48" href="#48">48</a>      <strong>public</strong> <strong>static</strong> Test suite() {
+<a name="49" href="#49">49</a>          <strong>return</strong> <strong>new</strong> TestSuite(TestScenario5.<strong>class</strong>);
+<a name="50" href="#50">50</a>      }
+<a name="51" href="#51">51</a>  
+<a name="52" href="#52">52</a>      <em>/**<em>*</em></em>
+<a name="53" href="#53">53</a>  <em>     * Main method</em>
+<a name="54" href="#54">54</a>  <em>     * &lt;p/></em>
+<a name="55" href="#55">55</a>  <em>     * </em>
+<a name="56" href="#56">56</a>  <em>     * @param args command line args</em>
+<a name="57" href="#57">57</a>  <em>     */</em>
+<a name="58" href="#58">58</a>      <strong>public</strong> <strong>static</strong> <strong>void</strong> main(String[] args) throws Exception {
+<a name="59" href="#59">59</a>          Scenario5.main(args);
+<a name="60" href="#60">60</a>      }
+<a name="61" href="#61">61</a>  
+<a name="62" href="#62">62</a>      <strong>public</strong> <strong>void</strong> testScenario5() throws Exception {
+<a name="63" href="#63">63</a>          Scenario5.main(<strong>new</strong> String[]{<span class="string">"-lhttp://localhost:8080/axis/services/Ping5"</span>});
+<a name="64" href="#64">64</a>      }
+<a name="65" href="#65">65</a>  }
+</pre>
+<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
+</html>
+

Added: webservices/wss4j/site/xref-test/interop/TestScenario6.html
URL: http://svn.apache.org/viewcvs/webservices/wss4j/site/xref-test/interop/TestScenario6.html?rev=398880&view=auto
==============================================================================
--- webservices/wss4j/site/xref-test/interop/TestScenario6.html (added)
+++ webservices/wss4j/site/xref-test/interop/TestScenario6.html Tue May  2 02:36:22 2006
@@ -0,0 +1,78 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>TestScenario6 xref</title>
+<link type="text/css" rel="stylesheet" href="../stylesheet.css" />
+</head>
+<body>
+<pre>
+
+<a name="1" href="#1">1</a>   <em class="comment">/*</em>
+<a name="2" href="#2">2</a>   <em class="comment"> * Copyright  2003-2004 The Apache Software Foundation.</em>
+<a name="3" href="#3">3</a>   <em class="comment"> *</em>
+<a name="4" href="#4">4</a>   <em class="comment"> *  Licensed under the Apache License, Version 2.0 (the "License");</em>
+<a name="5" href="#5">5</a>   <em class="comment"> *  you may not use this file except in compliance with the License.</em>
+<a name="6" href="#6">6</a>   <em class="comment"> *  You may obtain a copy of the License at</em>
+<a name="7" href="#7">7</a>   <em class="comment"> *</em>
+<a name="8" href="#8">8</a>   <em class="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="9" href="#9">9</a>   <em class="comment"> *</em>
+<a name="10" href="#10">10</a>  <em class="comment"> *  Unless required by applicable law or agreed to in writing, software</em>
+<a name="11" href="#11">11</a>  <em class="comment"> *  distributed under the License is distributed on an "AS IS" BASIS,</em>
+<a name="12" href="#12">12</a>  <em class="comment"> *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
+<a name="13" href="#13">13</a>  <em class="comment"> *  See the License for the specific language governing permissions and</em>
+<a name="14" href="#14">14</a>  <em class="comment"> *  limitations under the License.</em>
+<a name="15" href="#15">15</a>  <em class="comment"> *</em>
+<a name="16" href="#16">16</a>  <em class="comment"> */</em>
+<a name="17" href="#17">17</a>  
+<a name="18" href="#18">18</a>  <strong>package</strong> <a href="../interop/package-summary.html">interop</a>;
+<a name="19" href="#19">19</a>  
+<a name="20" href="#20">20</a>  <strong>import</strong> junit.framework.Test;
+<a name="21" href="#21">21</a>  <strong>import</strong> junit.framework.TestCase;
+<a name="22" href="#22">22</a>  <strong>import</strong> junit.framework.TestSuite;
+<a name="23" href="#23">23</a>  <strong>import</strong> org.apache.ws.axis.oasis.Scenario6;
+<a name="24" href="#24">24</a>  
+<a name="25" href="#25">25</a>  <em>/**<em>*</em></em>
+<a name="26" href="#26">26</a>  <em> * WS-Security Test Case</em>
+<a name="27" href="#27">27</a>  <em> * &lt;p/></em>
+<a name="28" href="#28">28</a>  <em> * </em>
+<a name="29" href="#29">29</a>  <em> * @author Davanum Srinivas (dims@yahoo.com)</em>
+<a name="30" href="#30">30</a>  <em> */</em>
+<a name="31" href="#31">31</a>  <strong>public</strong> <strong>class</strong> TestScenario6 <strong>extends</strong> TestCase {
+<a name="32" href="#32">32</a>      <em>/**<em>*</em></em>
+<a name="33" href="#33">33</a>  <em>     * TestScenario1 constructor</em>
+<a name="34" href="#34">34</a>  <em>     * &lt;p/></em>
+<a name="35" href="#35">35</a>  <em>     * </em>
+<a name="36" href="#36">36</a>  <em>     * @param name name of the test</em>
+<a name="37" href="#37">37</a>  <em>     */</em>
+<a name="38" href="#38">38</a>      <strong>public</strong> TestScenario6(String name) {
+<a name="39" href="#39">39</a>          <strong>super</strong>(name);
+<a name="40" href="#40">40</a>      }
+<a name="41" href="#41">41</a>  
+<a name="42" href="#42">42</a>      <em>/**<em>*</em></em>
+<a name="43" href="#43">43</a>  <em>     * JUnit suite</em>
+<a name="44" href="#44">44</a>  <em>     * &lt;p/></em>
+<a name="45" href="#45">45</a>  <em>     * </em>
+<a name="46" href="#46">46</a>  <em>     * @return a junit test suite</em>
+<a name="47" href="#47">47</a>  <em>     */</em>
+<a name="48" href="#48">48</a>      <strong>public</strong> <strong>static</strong> Test suite() {
+<a name="49" href="#49">49</a>          <strong>return</strong> <strong>new</strong> TestSuite(TestScenario6.<strong>class</strong>);
+<a name="50" href="#50">50</a>      }
+<a name="51" href="#51">51</a>  
+<a name="52" href="#52">52</a>      <em>/**<em>*</em></em>
+<a name="53" href="#53">53</a>  <em>     * Main method</em>
+<a name="54" href="#54">54</a>  <em>     * &lt;p/></em>
+<a name="55" href="#55">55</a>  <em>     * </em>
+<a name="56" href="#56">56</a>  <em>     * @param args command line args</em>
+<a name="57" href="#57">57</a>  <em>     */</em>
+<a name="58" href="#58">58</a>      <strong>public</strong> <strong>static</strong> <strong>void</strong> main(String[] args) throws Exception {
+<a name="59" href="#59">59</a>          Scenario6.main(args);
+<a name="60" href="#60">60</a>      }
+<a name="61" href="#61">61</a>  
+<a name="62" href="#62">62</a>      <strong>public</strong> <strong>void</strong> testScenario6() throws Exception {
+<a name="63" href="#63">63</a>          Scenario6.main(<strong>new</strong> String[]{<span class="string">"-lhttp://localhost:8080/axis/services/Ping6"</span>});
+<a name="64" href="#64">64</a>      }
+<a name="65" href="#65">65</a>  }
+</pre>
+<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
+</html>
+

Added: webservices/wss4j/site/xref-test/interop/TestScenario7.html
URL: http://svn.apache.org/viewcvs/webservices/wss4j/site/xref-test/interop/TestScenario7.html?rev=398880&view=auto
==============================================================================
--- webservices/wss4j/site/xref-test/interop/TestScenario7.html (added)
+++ webservices/wss4j/site/xref-test/interop/TestScenario7.html Tue May  2 02:36:22 2006
@@ -0,0 +1,78 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>TestScenario7 xref</title>
+<link type="text/css" rel="stylesheet" href="../stylesheet.css" />
+</head>
+<body>
+<pre>
+
+<a name="1" href="#1">1</a>   <em class="comment">/*</em>
+<a name="2" href="#2">2</a>   <em class="comment"> * Copyright  2003-2004 The Apache Software Foundation.</em>
+<a name="3" href="#3">3</a>   <em class="comment"> *</em>
+<a name="4" href="#4">4</a>   <em class="comment"> *  Licensed under the Apache License, Version 2.0 (the "License");</em>
+<a name="5" href="#5">5</a>   <em class="comment"> *  you may not use this file except in compliance with the License.</em>
+<a name="6" href="#6">6</a>   <em class="comment"> *  You may obtain a copy of the License at</em>
+<a name="7" href="#7">7</a>   <em class="comment"> *</em>
+<a name="8" href="#8">8</a>   <em class="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="9" href="#9">9</a>   <em class="comment"> *</em>
+<a name="10" href="#10">10</a>  <em class="comment"> *  Unless required by applicable law or agreed to in writing, software</em>
+<a name="11" href="#11">11</a>  <em class="comment"> *  distributed under the License is distributed on an "AS IS" BASIS,</em>
+<a name="12" href="#12">12</a>  <em class="comment"> *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
+<a name="13" href="#13">13</a>  <em class="comment"> *  See the License for the specific language governing permissions and</em>
+<a name="14" href="#14">14</a>  <em class="comment"> *  limitations under the License.</em>
+<a name="15" href="#15">15</a>  <em class="comment"> *</em>
+<a name="16" href="#16">16</a>  <em class="comment"> */</em>
+<a name="17" href="#17">17</a>  
+<a name="18" href="#18">18</a>  <strong>package</strong> <a href="../interop/package-summary.html">interop</a>;
+<a name="19" href="#19">19</a>  
+<a name="20" href="#20">20</a>  <strong>import</strong> junit.framework.Test;
+<a name="21" href="#21">21</a>  <strong>import</strong> junit.framework.TestCase;
+<a name="22" href="#22">22</a>  <strong>import</strong> junit.framework.TestSuite;
+<a name="23" href="#23">23</a>  <strong>import</strong> org.apache.ws.axis.oasis.Scenario7;
+<a name="24" href="#24">24</a>  
+<a name="25" href="#25">25</a>  <em>/**<em>*</em></em>
+<a name="26" href="#26">26</a>  <em> * WS-Security Test Case</em>
+<a name="27" href="#27">27</a>  <em> * &lt;p/></em>
+<a name="28" href="#28">28</a>  <em> * </em>
+<a name="29" href="#29">29</a>  <em> * @author Davanum Srinivas (dims@yahoo.com)</em>
+<a name="30" href="#30">30</a>  <em> */</em>
+<a name="31" href="#31">31</a>  <strong>public</strong> <strong>class</strong> TestScenario7 <strong>extends</strong> TestCase {
+<a name="32" href="#32">32</a>      <em>/**<em>*</em></em>
+<a name="33" href="#33">33</a>  <em>     * TestScenario1 constructor</em>
+<a name="34" href="#34">34</a>  <em>     * &lt;p/></em>
+<a name="35" href="#35">35</a>  <em>     * </em>
+<a name="36" href="#36">36</a>  <em>     * @param name name of the test</em>
+<a name="37" href="#37">37</a>  <em>     */</em>
+<a name="38" href="#38">38</a>      <strong>public</strong> TestScenario7(String name) {
+<a name="39" href="#39">39</a>          <strong>super</strong>(name);
+<a name="40" href="#40">40</a>      }
+<a name="41" href="#41">41</a>  
+<a name="42" href="#42">42</a>      <em>/**<em>*</em></em>
+<a name="43" href="#43">43</a>  <em>     * JUnit suite</em>
+<a name="44" href="#44">44</a>  <em>     * &lt;p/></em>
+<a name="45" href="#45">45</a>  <em>     * </em>
+<a name="46" href="#46">46</a>  <em>     * @return a junit test suite</em>
+<a name="47" href="#47">47</a>  <em>     */</em>
+<a name="48" href="#48">48</a>      <strong>public</strong> <strong>static</strong> Test suite() {
+<a name="49" href="#49">49</a>          <strong>return</strong> <strong>new</strong> TestSuite(TestScenario7.<strong>class</strong>);
+<a name="50" href="#50">50</a>      }
+<a name="51" href="#51">51</a>  
+<a name="52" href="#52">52</a>      <em>/**<em>*</em></em>
+<a name="53" href="#53">53</a>  <em>     * Main method</em>
+<a name="54" href="#54">54</a>  <em>     * &lt;p/></em>
+<a name="55" href="#55">55</a>  <em>     * </em>
+<a name="56" href="#56">56</a>  <em>     * @param args command line args</em>
+<a name="57" href="#57">57</a>  <em>     */</em>
+<a name="58" href="#58">58</a>      <strong>public</strong> <strong>static</strong> <strong>void</strong> main(String[] args) throws Exception {
+<a name="59" href="#59">59</a>          Scenario7.main(args);
+<a name="60" href="#60">60</a>      }
+<a name="61" href="#61">61</a>  
+<a name="62" href="#62">62</a>      <strong>public</strong> <strong>void</strong> testScenario7() throws Exception {
+<a name="63" href="#63">63</a>          Scenario7.main(<strong>new</strong> String[]{<span class="string">"-lhttp://localhost:8080/axis/services/Ping7"</span>});
+<a name="64" href="#64">64</a>      }
+<a name="65" href="#65">65</a>  }
+</pre>
+<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
+</html>
+

Added: webservices/wss4j/site/xref-test/interop/package-frame.html
URL: http://svn.apache.org/viewcvs/webservices/wss4j/site/xref-test/interop/package-frame.html?rev=398880&view=auto
==============================================================================
--- webservices/wss4j/site/xref-test/interop/package-frame.html (added)
+++ webservices/wss4j/site/xref-test/interop/package-frame.html Tue May  2 02:36:22 2006
@@ -0,0 +1,83 @@
+
+
+  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
+  <html xmlns="http://www.w3.org/1999/xhtml lang="en">
+    <head>
+      <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"></meta>
+      <title>Apache WSS4J 1.5 Reference Package interop</title>
+      <link rel="stylesheet" href="../stylesheet.css" type="text/css" title="style"></link>
+    </head>
+    <body>
+
+      <h3>
+        <a href="package-summary.html" target="classFrame">interop</a>
+      </h3>
+
+      <h3>Classes</h3>
+
+      <ul>
+        
+          <li>
+            <a href="PackageTests.html" target="classFrame">PackageTests</a>
+          </li>
+        
+          <li>
+            <a href="TestInteropKeys.html" target="classFrame">TestInteropKeys</a>
+          </li>
+        
+          <li>
+            <a href="TestJAXRPCHandler.html" target="classFrame">TestJAXRPCHandler</a>
+          </li>
+        
+          <li>
+            <a href="TestSTScenario1.html" target="classFrame">TestSTScenario1</a>
+          </li>
+        
+          <li>
+            <a href="TestSTScenario2.html" target="classFrame">TestSTScenario2</a>
+          </li>
+        
+          <li>
+            <a href="TestSTScenario3.html" target="classFrame">TestSTScenario3</a>
+          </li>
+        
+          <li>
+            <a href="TestSTScenario4.html" target="classFrame">TestSTScenario4</a>
+          </li>
+        
+          <li>
+            <a href="TestScenario1.html" target="classFrame">TestScenario1</a>
+          </li>
+        
+          <li>
+            <a href="TestScenario2.html" target="classFrame">TestScenario2</a>
+          </li>
+        
+          <li>
+            <a href="TestScenario2a.html" target="classFrame">TestScenario2a</a>
+          </li>
+        
+          <li>
+            <a href="TestScenario3.html" target="classFrame">TestScenario3</a>
+          </li>
+        
+          <li>
+            <a href="TestScenario4.html" target="classFrame">TestScenario4</a>
+          </li>
+        
+          <li>
+            <a href="TestScenario5.html" target="classFrame">TestScenario5</a>
+          </li>
+        
+          <li>
+            <a href="TestScenario6.html" target="classFrame">TestScenario6</a>
+          </li>
+        
+          <li>
+            <a href="TestScenario7.html" target="classFrame">TestScenario7</a>
+          </li>
+        
+      </ul>
+
+    </body>
+  </html>

Added: webservices/wss4j/site/xref-test/interop/package-summary.html
URL: http://svn.apache.org/viewcvs/webservices/wss4j/site/xref-test/interop/package-summary.html?rev=398880&view=auto
==============================================================================
--- webservices/wss4j/site/xref-test/interop/package-summary.html (added)
+++ webservices/wss4j/site/xref-test/interop/package-summary.html Tue May  2 02:36:22 2006
@@ -0,0 +1,186 @@
+
+
+  
+
+  
+    
+
+    
+
+    
+
+  
+      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
+      <html xmlns="http://www.w3.org/1999/xhtml lang="en">
+        <head>
+          <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"></meta>
+          <title>Apache WSS4J 1.5 Reference Package </title>
+          <link rel="stylesheet" href="../stylesheet.css" type="text/css" title="style"></link>
+        </head>
+        <body>
+
+          
+      
+      
+
+      <div class="overview">
+        <ul>
+          <li>
+            <a href="../overview-summary.html">Overview</a>
+          </li>
+          <li class="selected">Package</li>
+        </ul>
+      </div>
+      <div class="framenoframe">
+        <ul>
+          <li>
+            <a href="../index.html" target="_top">FRAMES</a>
+          </li>
+          <li>
+            <a href="package-summary.html" target="_top">NO FRAMES</a>
+          </li>
+        </ul>
+      </div>
+
+      
+
+    
+      
+      <h2>Package interop</h2>
+
+      <table class="summary">
+        <thead>
+          <tr>
+            <th>Class Summary</th>
+          </tr>
+        </thead>
+
+        <tbody>
+          
+            <tr>
+              <td>
+                <a href="PackageTests.html" target="classFrame">PackageTests</a>
+              </td>
+            </tr>
+          
+            <tr>
+              <td>
+                <a href="TestInteropKeys.html" target="classFrame">TestInteropKeys</a>
+              </td>
+            </tr>
+          
+            <tr>
+              <td>
+                <a href="TestJAXRPCHandler.html" target="classFrame">TestJAXRPCHandler</a>
+              </td>
+            </tr>
+          
+            <tr>
+              <td>
+                <a href="TestSTScenario1.html" target="classFrame">TestSTScenario1</a>
+              </td>
+            </tr>
+          
+            <tr>
+              <td>
+                <a href="TestSTScenario2.html" target="classFrame">TestSTScenario2</a>
+              </td>
+            </tr>
+          
+            <tr>
+              <td>
+                <a href="TestSTScenario3.html" target="classFrame">TestSTScenario3</a>
+              </td>
+            </tr>
+          
+            <tr>
+              <td>
+                <a href="TestSTScenario4.html" target="classFrame">TestSTScenario4</a>
+              </td>
+            </tr>
+          
+            <tr>
+              <td>
+                <a href="TestScenario1.html" target="classFrame">TestScenario1</a>
+              </td>
+            </tr>
+          
+            <tr>
+              <td>
+                <a href="TestScenario2.html" target="classFrame">TestScenario2</a>
+              </td>
+            </tr>
+          
+            <tr>
+              <td>
+                <a href="TestScenario2a.html" target="classFrame">TestScenario2a</a>
+              </td>
+            </tr>
+          
+            <tr>
+              <td>
+                <a href="TestScenario3.html" target="classFrame">TestScenario3</a>
+              </td>
+            </tr>
+          
+            <tr>
+              <td>
+                <a href="TestScenario4.html" target="classFrame">TestScenario4</a>
+              </td>
+            </tr>
+          
+            <tr>
+              <td>
+                <a href="TestScenario5.html" target="classFrame">TestScenario5</a>
+              </td>
+            </tr>
+          
+            <tr>
+              <td>
+                <a href="TestScenario6.html" target="classFrame">TestScenario6</a>
+              </td>
+            </tr>
+          
+            <tr>
+              <td>
+                <a href="TestScenario7.html" target="classFrame">TestScenario7</a>
+              </td>
+            </tr>
+          
+        </tbody>
+      </table>
+
+    
+      
+      
+
+      <div class="overview">
+        <ul>
+          <li>
+            <a href="../overview-summary.html">Overview</a>
+          </li>
+          <li class="selected">Package</li>
+        </ul>
+      </div>
+      <div class="framenoframe">
+        <ul>
+          <li>
+            <a href="../index.html" target="_top">FRAMES</a>
+          </li>
+          <li>
+            <a href="package-summary.html" target="_top">NO FRAMES</a>
+          </li>
+        </ul>
+      </div>
+
+      
+
+    
+    
+
+          <hr></hr>
+
+          Copyright &copy;  Apache Web Services. All Rights Reserved.
+        </body>
+      </html>
+    

Added: webservices/wss4j/site/xref-test/overview-frame.html
URL: http://svn.apache.org/viewcvs/webservices/wss4j/site/xref-test/overview-frame.html?rev=398880&view=auto
==============================================================================
--- webservices/wss4j/site/xref-test/overview-frame.html (added)
+++ webservices/wss4j/site/xref-test/overview-frame.html Tue May  2 02:36:22 2006
@@ -0,0 +1,43 @@
+
+
+  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
+  <html xmlns="http://www.w3.org/1999/xhtml lang="en">
+    <head>
+      <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"></meta>
+      <title>Apache WSS4J 1.5 Reference</title>
+      <link rel="stylesheet" href="stylesheet.css" type="text/css" title="style"></link>
+    </head>
+    <body>
+
+      <h3>
+        <a href="allclasses-frame.html" target="packageFrame">All Classes</a>
+      </h3>
+
+      <h3>Packages</h3>
+
+      <ul>
+        
+          <li>
+            <a href="components/package-frame.html" target="packageFrame">components</a>
+          </li>
+        
+          <li>
+            <a href="interop/package-frame.html" target="packageFrame">interop</a>
+          </li>
+        
+          <li>
+            <a href="policy/package-frame.html" target="packageFrame">policy</a>
+          </li>
+        
+          <li>
+            <a href="sandbox/package-frame.html" target="packageFrame">sandbox</a>
+          </li>
+        
+          <li>
+            <a href="wssec/package-frame.html" target="packageFrame">wssec</a>
+          </li>
+        
+      </ul>
+
+    </body>
+  </html>

Added: webservices/wss4j/site/xref-test/overview-summary.html
URL: http://svn.apache.org/viewcvs/webservices/wss4j/site/xref-test/overview-summary.html?rev=398880&view=auto
==============================================================================
--- webservices/wss4j/site/xref-test/overview-summary.html (added)
+++ webservices/wss4j/site/xref-test/overview-summary.html Tue May  2 02:36:22 2006
@@ -0,0 +1,118 @@
+
+
+  
+
+  
+    
+
+    
+
+    
+  
+      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
+      <html xmlns="http://www.w3.org/1999/xhtml lang="en">
+        <head>
+          <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"></meta>
+          <title>Apache WSS4J 1.5 Reference</title>
+          <link rel="stylesheet" href="stylesheet.css" type="text/css" title="style"></link>
+        </head>
+        <body>
+
+          
+      
+      
+
+      <div class="overview">
+        <ul>
+          <li class="selected">Overview</li>
+          <li>Package</li>
+        </ul>
+      </div>
+      <div class="framenoframe">
+        <ul>
+          <li>
+            <a href="index.html" target="_top">FRAMES</a>
+          </li>
+          <li>
+            <a href="overview-summary.html" target="_top">NO FRAMES</a>
+          </li>
+        </ul>
+      </div>
+
+      
+    
+      
+
+      <h2>Apache WSS4J 1.5 Reference</h2>
+
+      <table class="summary">
+        <thead>
+          <tr>
+            <th>Packages</th>
+          </tr>
+        </thead>
+
+        <tbody>
+          
+            <tr>
+              <td>
+                <a href="components/package-summary.html">components</a>
+              </td>
+            </tr>
+          
+            <tr>
+              <td>
+                <a href="interop/package-summary.html">interop</a>
+              </td>
+            </tr>
+          
+            <tr>
+              <td>
+                <a href="policy/package-summary.html">policy</a>
+              </td>
+            </tr>
+          
+            <tr>
+              <td>
+                <a href="sandbox/package-summary.html">sandbox</a>
+              </td>
+            </tr>
+          
+            <tr>
+              <td>
+                <a href="wssec/package-summary.html">wssec</a>
+              </td>
+            </tr>
+          
+        </tbody>
+      </table>
+
+    
+      
+      
+
+      <div class="overview">
+        <ul>
+          <li class="selected">Overview</li>
+          <li>Package</li>
+        </ul>
+      </div>
+      <div class="framenoframe">
+        <ul>
+          <li>
+            <a href="index.html" target="_top">FRAMES</a>
+          </li>
+          <li>
+            <a href="overview-summary.html" target="_top">NO FRAMES</a>
+          </li>
+        </ul>
+      </div>
+
+      
+    
+    
+          <hr></hr>
+          Copyright &copy;  Apache Web Services. All Rights Reserved.
+        </body>
+      </html>
+    

Added: webservices/wss4j/site/xref-test/policy/WSSPolicyProcessorTest.html
URL: http://svn.apache.org/viewcvs/webservices/wss4j/site/xref-test/policy/WSSPolicyProcessorTest.html?rev=398880&view=auto
==============================================================================
--- webservices/wss4j/site/xref-test/policy/WSSPolicyProcessorTest.html (added)
+++ webservices/wss4j/site/xref-test/policy/WSSPolicyProcessorTest.html Tue May  2 02:36:22 2006
@@ -0,0 +1,106 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>WSSPolicyProcessorTest xref</title>
+<link type="text/css" rel="stylesheet" href="../stylesheet.css" />
+</head>
+<body>
+<pre>
+
+<a name="1" href="#1">1</a>   <em class="comment">/*</em>
+<a name="2" href="#2">2</a>   <em class="comment"> * Copyright 2004,2005 The Apache Software Foundation.</em>
+<a name="3" href="#3">3</a>   <em class="comment"> *</em>
+<a name="4" href="#4">4</a>   <em class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</em>
+<a name="5" href="#5">5</a>   <em class="comment"> * you may not use this file except in compliance with the License.</em>
+<a name="6" href="#6">6</a>   <em class="comment"> * You may obtain a copy of the License at</em>
+<a name="7" href="#7">7</a>   <em class="comment"> *</em>
+<a name="8" href="#8">8</a>   <em class="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="9" href="#9">9</a>   <em class="comment"> *</em>
+<a name="10" href="#10">10</a>  <em class="comment"> * Unless required by applicable law or agreed to in writing, software</em>
+<a name="11" href="#11">11</a>  <em class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
+<a name="12" href="#12">12</a>  <em class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
+<a name="13" href="#13">13</a>  <em class="comment"> * See the License for the specific language governing permissions and</em>
+<a name="14" href="#14">14</a>  <em class="comment"> * limitations under the License.</em>
+<a name="15" href="#15">15</a>  <em class="comment"> */</em>
+<a name="16" href="#16">16</a>  
+<a name="17" href="#17">17</a>  <strong>package</strong> <a href="../policy/package-summary.html">policy</a>;
+<a name="18" href="#18">18</a>  
+<a name="19" href="#19">19</a>  <strong>import</strong> java.util.ArrayList;
+<a name="20" href="#20">20</a>  <strong>import</strong> java.util.Iterator;
+<a name="21" href="#21">21</a>  
+<a name="22" href="#22">22</a>  <strong>import</strong> junit.framework.TestCase;
+<a name="23" href="#23">23</a>  
+<a name="24" href="#24">24</a>  <strong>import</strong> org.apache.ws.security.policy.Constants;
+<a name="25" href="#25">25</a>  <strong>import</strong> org.apache.ws.security.policy.model.PolicyEngineData;
+<a name="26" href="#26">26</a>  <strong>import</strong> org.apache.ws.security.policy.model.RootPolicyEngineData;
+<a name="27" href="#27">27</a>  <strong>import</strong> org.apache.ws.security.policy.model.SignedEncryptedParts;
+<a name="28" href="#28">28</a>  <strong>import</strong> org.apache.ws.security.policy.model.SymmetricBinding;
+<a name="29" href="#29">29</a>  <strong>import</strong> org.apache.ws.security.policy.model.Wss11;
+<a name="30" href="#30">30</a>  <strong>import</strong> org.apache.ws.security.policy.parser.WSSPolicyProcessor;
+<a name="31" href="#31">31</a>  
+<a name="32" href="#32">32</a>  <strong>public</strong> <strong>class</strong> <a href="../policy/WSSPolicyProcessorTest.html">WSSPolicyProcessorTest</a> <strong>extends</strong> TestCase {
+<a name="33" href="#33">33</a>  
+<a name="34" href="#34">34</a>      <strong>public</strong> <a href="../policy/WSSPolicyProcessorTest.html">WSSPolicyProcessorTest</a>(String name) {
+<a name="35" href="#35">35</a>          <strong>super</strong>(name);
+<a name="36" href="#36">36</a>      }
+<a name="37" href="#37">37</a>  
+<a name="38" href="#38">38</a>      <strong>public</strong> <strong>void</strong> testSymmetricBinding() {
+<a name="39" href="#39">39</a>          <strong>try</strong> {
+<a name="40" href="#40">40</a>              WSSPolicyProcessor processor = <strong>new</strong> WSSPolicyProcessor();
+<a name="41" href="#41">41</a>              <strong>if</strong> (!processor.setup()) {
+<a name="42" href="#42">42</a>                  <strong>return</strong>;
+<a name="43" href="#43">43</a>              }
+<a name="44" href="#44">44</a>              String[] files = <strong>new</strong> String[2];
+<a name="45" href="#45">45</a>              files[0] = <span class="string">"test/policy/SecurityPolicyBindingsSymm.xml"</span>;
+<a name="46" href="#46">46</a>              files[1] = <span class="string">"test/policy/SecurityPolicyMsg.xml"</span>;
+<a name="47" href="#47">47</a>              processor.go(files);
+<a name="48" href="#48">48</a>              
+<a name="49" href="#49">49</a>              RootPolicyEngineData rootPolicyEngineData = (RootPolicyEngineData)processor.secProcessorContext.getPedStack().get(0);
+<a name="50" href="#50">50</a>              assertNotNull(<span class="string">"RootPolicyEngineData missing"</span>, rootPolicyEngineData);
+<a name="51" href="#51">51</a>              
+<a name="52" href="#52">52</a>              ArrayList peds = rootPolicyEngineData.getTopLevelPEDs();
+<a name="53" href="#53">53</a>              assertEquals(<span class="string">"Incrrect number of PolicyEngineData"</span>, 4, peds.size());
+<a name="54" href="#54">54</a>              
+<a name="55" href="#55">55</a>              Iterator pedIter = peds.iterator();
+<a name="56" href="#56">56</a>              <strong>boolean</strong> symmBindingfound = false, wss11found = false, signedPartsFound = false, encryptedPartsFound = false;
+<a name="57" href="#57">57</a>              <strong>while</strong> (pedIter.hasNext()) {
+<a name="58" href="#58">58</a>                  PolicyEngineData ped = (PolicyEngineData) pedIter.next();
+<a name="59" href="#59">59</a>                  <strong>if</strong>(ped instanceof SymmetricBinding) {
+<a name="60" href="#60">60</a>                      symmBindingfound = <strong>true</strong>;
+<a name="61" href="#61">61</a>                      SymmetricBinding symmetricBinding = (SymmetricBinding)ped;
+<a name="62" href="#62">62</a>                      assertEquals(<span class="string">"Incorrect layout"</span>,Constants.LAYOUT_STRICT ,symmetricBinding.getLayout().getValue());
+<a name="63" href="#63">63</a>                  } <strong>else</strong> <strong>if</strong>(ped instanceof Wss11) {
+<a name="64" href="#64">64</a>                      wss11found = <strong>true</strong>;
+<a name="65" href="#65">65</a>                      Wss11 wss11 = (Wss11)ped;
+<a name="66" href="#66">66</a>                      assertEquals(<span class="string">"Signature confirmation must be true"</span>, <strong>true</strong>,
+<a name="67" href="#67">67</a>                              wss11.isRequireSignatureConfirmation());
+<a name="68" href="#68">68</a>                  } <strong>else</strong> <strong>if</strong>(ped instanceof SignedEncryptedParts) {
+<a name="69" href="#69">69</a>                      SignedEncryptedParts parts = (SignedEncryptedParts)ped;
+<a name="70" href="#70">70</a>                      <strong>if</strong>(parts.isSignedParts()) {
+<a name="71" href="#71">71</a>                          signedPartsFound = <strong>true</strong>;
+<a name="72" href="#72">72</a>                          assertEquals(
+<a name="73" href="#73">73</a>                                  <span class="string">"Incorrect number of headers in SignedParts"</span>,
+<a name="74" href="#74">74</a>                                  2, parts.getHeaders().size());
+<a name="75" href="#75">75</a>                      } <strong>else</strong> {
+<a name="76" href="#76">76</a>                          encryptedPartsFound = <strong>true</strong>;
+<a name="77" href="#77">77</a>                          assertEquals(
+<a name="78" href="#78">78</a>                                  <span class="string">"Incorrect number of headers in EncryptedParts"</span>,
+<a name="79" href="#79">79</a>                                  1, parts.getHeaders().size());
+<a name="80" href="#80">80</a>                      }
+<a name="81" href="#81">81</a>                  }
+<a name="82" href="#82">82</a>              }
+<a name="83" href="#83">83</a>              assertTrue(<span class="string">"SignedParts missing"</span>, signedPartsFound);
+<a name="84" href="#84">84</a>              assertTrue(<span class="string">"EncryptedParts missing"</span>, encryptedPartsFound);
+<a name="85" href="#85">85</a>              assertTrue(<span class="string">"SymmetricBinding missing"</span>, symmBindingfound);
+<a name="86" href="#86">86</a>              assertTrue(<span class="string">"Wss11 missing"</span>, wss11found);
+<a name="87" href="#87">87</a>              System.out.println(<span class="string">"Success"</span>);
+<a name="88" href="#88">88</a>          } <strong>catch</strong> (NoSuchMethodException e) {
+<a name="89" href="#89">89</a>              e.printStackTrace();
+<a name="90" href="#90">90</a>              fail(e.getMessage());
+<a name="91" href="#91">91</a>          }
+<a name="92" href="#92">92</a>      }
+<a name="93" href="#93">93</a>  }
+</pre>
+<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
+</html>
+

Added: webservices/wss4j/site/xref-test/policy/WSSPolicyProcessorTestAsymm.html
URL: http://svn.apache.org/viewcvs/webservices/wss4j/site/xref-test/policy/WSSPolicyProcessorTestAsymm.html?rev=398880&view=auto
==============================================================================
--- webservices/wss4j/site/xref-test/policy/WSSPolicyProcessorTestAsymm.html (added)
+++ webservices/wss4j/site/xref-test/policy/WSSPolicyProcessorTestAsymm.html Tue May  2 02:36:22 2006
@@ -0,0 +1,105 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>WSSPolicyProcessorTestAsymm xref</title>
+<link type="text/css" rel="stylesheet" href="../stylesheet.css" />
+</head>
+<body>
+<pre>
+
+<a name="1" href="#1">1</a>   <em class="comment">/*</em>
+<a name="2" href="#2">2</a>   <em class="comment"> * Copyright 2004,2005 The Apache Software Foundation.</em>
+<a name="3" href="#3">3</a>   <em class="comment"> *</em>
+<a name="4" href="#4">4</a>   <em class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</em>
+<a name="5" href="#5">5</a>   <em class="comment"> * you may not use this file except in compliance with the License.</em>
+<a name="6" href="#6">6</a>   <em class="comment"> * You may obtain a copy of the License at</em>
+<a name="7" href="#7">7</a>   <em class="comment"> *</em>
+<a name="8" href="#8">8</a>   <em class="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="9" href="#9">9</a>   <em class="comment"> *</em>
+<a name="10" href="#10">10</a>  <em class="comment"> * Unless required by applicable law or agreed to in writing, software</em>
+<a name="11" href="#11">11</a>  <em class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
+<a name="12" href="#12">12</a>  <em class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
+<a name="13" href="#13">13</a>  <em class="comment"> * See the License for the specific language governing permissions and</em>
+<a name="14" href="#14">14</a>  <em class="comment"> * limitations under the License.</em>
+<a name="15" href="#15">15</a>  <em class="comment"> */</em>
+<a name="16" href="#16">16</a>  
+<a name="17" href="#17">17</a>  <strong>package</strong> <a href="../policy/package-summary.html">policy</a>;
+<a name="18" href="#18">18</a>  
+<a name="19" href="#19">19</a>  <strong>import</strong> java.util.ArrayList;
+<a name="20" href="#20">20</a>  <strong>import</strong> java.util.Iterator;
+<a name="21" href="#21">21</a>  
+<a name="22" href="#22">22</a>  <strong>import</strong> junit.framework.TestCase;
+<a name="23" href="#23">23</a>  
+<a name="24" href="#24">24</a>  <strong>import</strong> org.apache.ws.security.policy.Constants;
+<a name="25" href="#25">25</a>  <strong>import</strong> org.apache.ws.security.policy.model.PolicyEngineData;
+<a name="26" href="#26">26</a>  <strong>import</strong> org.apache.ws.security.policy.model.RootPolicyEngineData;
+<a name="27" href="#27">27</a>  <strong>import</strong> org.apache.ws.security.policy.model.SignedEncryptedParts;
+<a name="28" href="#28">28</a>  <strong>import</strong> org.apache.ws.security.policy.model.AsymmetricBinding;
+<a name="29" href="#29">29</a>  <strong>import</strong> org.apache.ws.security.policy.model.Wss11;
+<a name="30" href="#30">30</a>  <strong>import</strong> org.apache.ws.security.policy.parser.WSSPolicyProcessor;
+<a name="31" href="#31">31</a>  
+<a name="32" href="#32">32</a>  <strong>public</strong> <strong>class</strong> <a href="../policy/WSSPolicyProcessorTestAsymm.html">WSSPolicyProcessorTestAsymm</a> <strong>extends</strong> TestCase {
+<a name="33" href="#33">33</a>  
+<a name="34" href="#34">34</a>      <strong>public</strong> <a href="../policy/WSSPolicyProcessorTestAsymm.html">WSSPolicyProcessorTestAsymm</a>(String name) {
+<a name="35" href="#35">35</a>          <strong>super</strong>(name);
+<a name="36" href="#36">36</a>      }
+<a name="37" href="#37">37</a>  
+<a name="38" href="#38">38</a>      <strong>public</strong> <strong>void</strong> testAsymmetricBinding() {
+<a name="39" href="#39">39</a>          <strong>try</strong> {
+<a name="40" href="#40">40</a>              WSSPolicyProcessor processor = <strong>new</strong> WSSPolicyProcessor();
+<a name="41" href="#41">41</a>              <strong>if</strong> (!processor.setup()) {
+<a name="42" href="#42">42</a>                  <strong>return</strong>;
+<a name="43" href="#43">43</a>              }
+<a name="44" href="#44">44</a>              String[] files = <strong>new</strong> String[2];
+<a name="45" href="#45">45</a>              files[0] = <span class="string">"test/policy/SecurityPolicyBindings.xml"</span>;
+<a name="46" href="#46">46</a>              files[1] = <span class="string">"test/policy/SecurityPolicyMsg.xml"</span>;
+<a name="47" href="#47">47</a>              processor.go(files);
+<a name="48" href="#48">48</a>              
+<a name="49" href="#49">49</a>              RootPolicyEngineData rootPolicyEngineData = (RootPolicyEngineData)processor.secProcessorContext.getPedStack().get(0);
+<a name="50" href="#50">50</a>              assertNotNull(<span class="string">"RootPolicyEngineData missing"</span>, rootPolicyEngineData);
+<a name="51" href="#51">51</a>              
+<a name="52" href="#52">52</a>              ArrayList peds = rootPolicyEngineData.getTopLevelPEDs();
+<a name="53" href="#53">53</a>              assertEquals(<span class="string">"Incrrect number of PolicyEngineData"</span>, 4, peds.size());
+<a name="54" href="#54">54</a>              
+<a name="55" href="#55">55</a>              Iterator pedIter = peds.iterator();
+<a name="56" href="#56">56</a>              <strong>boolean</strong> asymmBindingfound = false, wss11found = false, signedPartsFound = false, encryptedPartsFound = false;
+<a name="57" href="#57">57</a>              <strong>while</strong> (pedIter.hasNext()) {
+<a name="58" href="#58">58</a>                  PolicyEngineData ped = (PolicyEngineData) pedIter.next();
+<a name="59" href="#59">59</a>                  <strong>if</strong>(ped instanceof AsymmetricBinding) {
+<a name="60" href="#60">60</a>                      asymmBindingfound = <strong>true</strong>;
+<a name="61" href="#61">61</a>                      AsymmetricBinding symmetricBinding = (AsymmetricBinding)ped;
+<a name="62" href="#62">62</a>                      assertEquals(<span class="string">"Incorrect layout"</span>,Constants.LAYOUT_STRICT ,symmetricBinding.getLayout().getValue());
+<a name="63" href="#63">63</a>                  } <strong>else</strong> <strong>if</strong>(ped instanceof Wss11) {
+<a name="64" href="#64">64</a>                      wss11found = <strong>true</strong>;
+<a name="65" href="#65">65</a>                      Wss11 wss11 = (Wss11)ped;
+<a name="66" href="#66">66</a>                      assertEquals(<span class="string">"Signature confirmation must be true"</span>, <strong>true</strong>,
+<a name="67" href="#67">67</a>                              wss11.isRequireSignatureConfirmation());
+<a name="68" href="#68">68</a>                  } <strong>else</strong> <strong>if</strong>(ped instanceof SignedEncryptedParts) {
+<a name="69" href="#69">69</a>                      SignedEncryptedParts parts = (SignedEncryptedParts)ped;
+<a name="70" href="#70">70</a>                      <strong>if</strong>(parts.isSignedParts()) {
+<a name="71" href="#71">71</a>                          signedPartsFound = <strong>true</strong>;
+<a name="72" href="#72">72</a>                          assertEquals(
+<a name="73" href="#73">73</a>                                  <span class="string">"Incorrect number of headers in SignedParts"</span>,
+<a name="74" href="#74">74</a>                                  2, parts.getHeaders().size());
+<a name="75" href="#75">75</a>                      } <strong>else</strong> {
+<a name="76" href="#76">76</a>                          encryptedPartsFound = <strong>true</strong>;
+<a name="77" href="#77">77</a>                          assertEquals(
+<a name="78" href="#78">78</a>                                  <span class="string">"Incorrect number of headers in EncryptedParts"</span>,
+<a name="79" href="#79">79</a>                                  1, parts.getHeaders().size());
+<a name="80" href="#80">80</a>                      }
+<a name="81" href="#81">81</a>                  }
+<a name="82" href="#82">82</a>              }
+<a name="83" href="#83">83</a>              assertTrue(<span class="string">"SignedParts missing"</span>, signedPartsFound);
+<a name="84" href="#84">84</a>              assertTrue(<span class="string">"EncryptedParts missing"</span>, encryptedPartsFound);
+<a name="85" href="#85">85</a>              assertTrue(<span class="string">"AsymmetricBinding missing"</span>, asymmBindingfound);
+<a name="86" href="#86">86</a>              assertTrue(<span class="string">"Wss11 missing"</span>, wss11found);
+<a name="87" href="#87">87</a>          } <strong>catch</strong> (NoSuchMethodException e) {
+<a name="88" href="#88">88</a>              e.printStackTrace();
+<a name="89" href="#89">89</a>              fail(e.getMessage());
+<a name="90" href="#90">90</a>          }
+<a name="91" href="#91">91</a>      }
+<a name="92" href="#92">92</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: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org