You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/03/07 02:55:19 UTC

svn commit: r807682 [16/19] - in /websites/production/cxf/content: ./ docs/

Modified: websites/production/cxf/content/docs/ws-secureconversation.html
==============================================================================
--- websites/production/cxf/content/docs/ws-secureconversation.html (original)
+++ websites/production/cxf/content/docs/ws-secureconversation.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- WS-SecureConversation
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/ws-security.html
==============================================================================
--- websites/production/cxf/content/docs/ws-security.html (original)
+++ websites/production/cxf/content/docs/ws-security.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- WS-Security
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>
@@ -538,7 +538,7 @@ outProps.put(WSHandlerConstants.SIG_PROP
 
 <p>The USER that is specified is the key alias for the client.  The password callback class is responsible for providing that key's password.  </p>
 
-<div class="panelMacro"><table class="tipMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top" nowrap><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1" nowrap><b>Tip</b><br clear="none">For X.509 support you will normally have multiple actions, e.g. Encryption with Signature.  For these cases, just space-separate the actions in the ACTION property as follows:
+<div class="panelMacro"><table class="tipMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Tip</b><br clear="none">For X.509 support you will normally have multiple actions, e.g. Encryption with Signature.  For these cases, just space-separate the actions in the ACTION property as follows:
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
 outProps.put(WSHandlerConstants.ACTION, 

Modified: websites/production/cxf/content/docs/ws-securitypolicy.html
==============================================================================
--- websites/production/cxf/content/docs/ws-securitypolicy.html (original)
+++ websites/production/cxf/content/docs/ws-securitypolicy.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- WS-SecurityPolicy
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>
@@ -142,7 +142,7 @@ Apache CXF -- WS-SecurityPolicy
 <p>With CXF 2.2, there are several extra properties that may need to be set to provide the additional bits of information to the runtime:</p>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> ws-security.username </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> The username used for UsernameToken policy assertions </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> ws-security.password </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> The password used for UsernameToken policy assertions.   If not specified, the callback handler will be called. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> ws-security.callback-handler </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> The WSS4J security CallbackHandler that will be used to retrieve passwords for keystores and UsernameTokens. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> ws-security.signature.properties </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> The properties file/object that contains the WSS4J
  properties for configuring the signature keystore and crypto objects </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> ws-security.encryption.properties </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> The properties file/object that contains the WSS4J properties for configuring the encryption keystore and crypto objects </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> ws-security.signature.username </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> The username or alias for the key in the signature keystore that will be used.   If not specified, it uses the the default alias set in the properties file.  If that's also not set, and the keystore only contains a single key, that key will be used. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> ws-security.encryption.username </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> The username or alias for the key in the encryption 
 keystore that will be used.   If not specified, it uses the the default alias set in the properties file.  If that's also not set, and the keystore only contains a single key, that key will be used.  For the web service provider, the useReqSigCert keyword can be used to accept (encrypt to) any client whose public key is in the service's truststore (defined in ws-security.encryption.properties.) </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> ws-security.signature.crypto </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Instead of specifying the signature properties, this can point to the full <a shape="rect" class="external-link" href="http://ws.apache.org/wss4j/apidocs/org/apache/ws/security/components/crypto/Crypto.html">WSS4J Crypto</a> object.  This can allow easier "programmatic" configuration of the Crypto information."</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> ws-security.encryption.crypto </td><td colspan
 ="1" rowspan="1" class="confluenceTd" nowrap> Instead of specifying the encryption properties, this can point to the full <a shape="rect" class="external-link" href="http://ws.apache.org/wss4j/apidocs/org/apache/ws/security/components/crypto/Crypto.html">WSS4J Crypto</a> object.  This can allow easier "programmatic" configuration of the Crypto information." </td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><td colspan="1" rowspan="1" class="confluenceTd"> ws-security.username </td><td colspan="1" rowspan="1" class="confluenceTd"> The username used for UsernameToken policy assertions </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> ws-security.password </td><td colspan="1" rowspan="1" class="confluenceTd"> The password used for UsernameToken policy assertions.   If not specified, the callback handler will be called. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> ws-security.callback-handler </td><td colspan="1" rowspan="1" class="confluenceTd"> The WSS4J security CallbackHandler that will be used to retrieve passwords for keystores and UsernameTokens. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> ws-security.signature.properties </td><td colspan="1" rowspan="1" class="confluenceTd"> The properties file/object that contains the WSS4J properties for configuring the signature keystore and c
 rypto objects </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> ws-security.encryption.properties </td><td colspan="1" rowspan="1" class="confluenceTd"> The properties file/object that contains the WSS4J properties for configuring the encryption keystore and crypto objects </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> ws-security.signature.username </td><td colspan="1" rowspan="1" class="confluenceTd"> The username or alias for the key in the signature keystore that will be used.   If not specified, it uses the the default alias set in the properties file.  If that's also not set, and the keystore only contains a single key, that key will be used. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> ws-security.encryption.username </td><td colspan="1" rowspan="1" class="confluenceTd"> The username or alias for the key in the encryption keystore that will be used.   If not specified, it uses the the default alias set in the propertie
 s file.  If that's also not set, and the keystore only contains a single key, that key will be used.  For the web service provider, the useReqSigCert keyword can be used to accept (encrypt to) any client whose public key is in the service's truststore (defined in ws-security.encryption.properties.) </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> ws-security.signature.crypto </td><td colspan="1" rowspan="1" class="confluenceTd"> Instead of specifying the signature properties, this can point to the full <a shape="rect" class="external-link" href="http://ws.apache.org/wss4j/apidocs/org/apache/ws/security/components/crypto/Crypto.html">WSS4J Crypto</a> object.  This can allow easier "programmatic" configuration of the Crypto information."</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> ws-security.encryption.crypto </td><td colspan="1" rowspan="1" class="confluenceTd"> Instead of specifying the encryption properties, this can point to the full <a s
 hape="rect" class="external-link" href="http://ws.apache.org/wss4j/apidocs/org/apache/ws/security/components/crypto/Crypto.html">WSS4J Crypto</a> object.  This can allow easier "programmatic" configuration of the Crypto information." </td></tr></tbody></table>
 </div>
 
 

Modified: websites/production/cxf/content/docs/ws-support.html
==============================================================================
--- websites/production/cxf/content/docs/ws-support.html (original)
+++ websites/production/cxf/content/docs/ws-support.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- WS-* Support
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/ws-sx-development.html
==============================================================================
--- websites/production/cxf/content/docs/ws-sx-development.html (original)
+++ websites/production/cxf/content/docs/ws-sx-development.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- WS-SX Development
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/ws-trust.html
==============================================================================
--- websites/production/cxf/content/docs/ws-trust.html (original)
+++ websites/production/cxf/content/docs/ws-trust.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- WS-Trust
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/wsaconfiguration.html
==============================================================================
--- websites/production/cxf/content/docs/wsaconfiguration.html (original)
+++ websites/production/cxf/content/docs/wsaconfiguration.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- WSAConfiguration
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>
@@ -136,7 +136,7 @@ Apache CXF -- WSAConfiguration
 <p>The addressing feature element is defined in namespace <a shape="rect" href="http://cxf.apache.org/ws/addressing">http://cxf.apache.org/ws/addressing</a>. It supports two attributes:</p>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Name </th><th colspan="1" rowspan="1" class="confluenceTh"> Value </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> allowDuplicates </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> A boolean that determines if duplicate MessageIDs are tolerated (default: true)</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> usingAddressingAdvisory </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> A boolean that indicates if the presence of the &lt;UsingAddressing&gt; element in the wsdl is purely advisory, i.e. its absence doesn't prevent<br clear="none">
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Name </th><th colspan="1" rowspan="1" class="confluenceTh"> Value </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> allowDuplicates </td><td colspan="1" rowspan="1" class="confluenceTd"> A boolean that determines if duplicate MessageIDs are tolerated (default: true)</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> usingAddressingAdvisory </td><td colspan="1" rowspan="1" class="confluenceTd"> A boolean that indicates if the presence of the &lt;UsingAddressing&gt; element in the wsdl is purely advisory, i.e. its absence doesn't prevent<br clear="none">
 the encoding of WS-A headers. This is especially useful to enable WS-Addressing in the java-first case, where you have no wsdl and hence none of the conditons in 2.1 and 2.2 will be met. </td></tr></tbody></table>
 </div>
 

Modified: websites/production/cxf/content/docs/wsdl-bindings.html
==============================================================================
--- websites/production/cxf/content/docs/wsdl-bindings.html (original)
+++ websites/production/cxf/content/docs/wsdl-bindings.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- WSDL Bindings
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/wsdl-to-corba.html
==============================================================================
--- websites/production/cxf/content/docs/wsdl-to-corba.html (original)
+++ websites/production/cxf/content/docs/wsdl-to-corba.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- WSDL to CORBA
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>
@@ -141,7 +141,7 @@ Apache CXF -- WSDL to CORBA
 <h3><a shape="rect" name="WSDLtoCORBA-Options"></a>Options</h3>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Option</th><th colspan="1" rowspan="1" class="confluenceTh">Interpretation</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-corba</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Generates CORBA Binding.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-idl</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Generates a idl from a wsdl.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-i &lt;port-type-name&gt;</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Specify the portType to use.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-b &lt;binding-name&gt;</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Specify the binding to use.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-d &lt;output-directory&gt;</td><td colspan="1" rowspan="1" class
 ="confluenceTd" nowrap>The directory in which the generated wsdl/idl is placed</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-w &lt;wsdloutput-file&gt;</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>The wsdl output file name.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-o &lt;idl-output-file&gt;</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>The idl output file name.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-props &lt;corba-typemap-namespace&gt;</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>The corba type-map namespace.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-wrapped</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Generate corba binding operation using wrapper types instead of unwrapping into separate parameters.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-a &lt;corba-address&gt;</td><td colspa
 n="1" rowspan="1" class="confluenceTd" nowrap>Specify the value to be used for the corba:address location attribute.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-f &lt;corba-address-file&gt;</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Use the contents of file as the value for the corba:address         locationattribute.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>?,-h,-help</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Display detailed information for options.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-v</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Displays the version number of the tool.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-verbose</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Displays comments during the code generation process.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-quiet</td
 ><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Suppresses comments during the code generation process.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>&lt;wsdlurl&gt;</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>WSDL URL</td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Option</th><th colspan="1" rowspan="1" class="confluenceTh">Interpretation</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-corba</td><td colspan="1" rowspan="1" class="confluenceTd">Generates CORBA Binding.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-idl</td><td colspan="1" rowspan="1" class="confluenceTd">Generates a idl from a wsdl.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-i &lt;port-type-name&gt;</td><td colspan="1" rowspan="1" class="confluenceTd">Specify the portType to use.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-b &lt;binding-name&gt;</td><td colspan="1" rowspan="1" class="confluenceTd">Specify the binding to use.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-d &lt;output-directory&gt;</td><td colspan="1" rowspan="1" class="confluenceTd">The directory in which the generated wsdl/idl i
 s placed</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-w &lt;wsdloutput-file&gt;</td><td colspan="1" rowspan="1" class="confluenceTd">The wsdl output file name.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-o &lt;idl-output-file&gt;</td><td colspan="1" rowspan="1" class="confluenceTd">The idl output file name.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-props &lt;corba-typemap-namespace&gt;</td><td colspan="1" rowspan="1" class="confluenceTd">The corba type-map namespace.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-wrapped</td><td colspan="1" rowspan="1" class="confluenceTd">Generate corba binding operation using wrapper types instead of unwrapping into separate parameters.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-a &lt;corba-address&gt;</td><td colspan="1" rowspan="1" class="confluenceTd">Specify the value to be used for the corba:address location attribute.</td></tr><tr><td colspa
 n="1" rowspan="1" class="confluenceTd">-f &lt;corba-address-file&gt;</td><td colspan="1" rowspan="1" class="confluenceTd">Use the contents of file as the value for the corba:address         locationattribute.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">?,-h,-help</td><td colspan="1" rowspan="1" class="confluenceTd">Display detailed information for options.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-v</td><td colspan="1" rowspan="1" class="confluenceTd">Displays the version number of the tool.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-verbose</td><td colspan="1" rowspan="1" class="confluenceTd">Displays comments during the code generation process.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-quiet</td><td colspan="1" rowspan="1" class="confluenceTd">Suppresses comments during the code generation process.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">&lt;wsdlurl&gt;</td><td colspan="1"
  rowspan="1" class="confluenceTd">WSDL URL</td></tr></tbody></table>
 </div>
 
 

Modified: websites/production/cxf/content/docs/wsdl-to-java.html
==============================================================================
--- websites/production/cxf/content/docs/wsdl-to-java.html (original)
+++ websites/production/cxf/content/docs/wsdl-to-java.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- WSDL to Java
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>
@@ -152,8 +152,8 @@ Apache CXF -- WSDL to Java
 <p>The options used to validate WSDL file are reviewed in the following table.</p>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Option </th><th colspan="1" rowspan="1" class="confluenceTh"> Interpretation </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-?</tt>,<tt>-h</tt>,<tt>-help</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Displays the online help for this utility and exits. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-fe frontend-name</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the frontend. Default is JAXWS. Currently supports only JAXWS frontend and a "jaxws21" frontend to generate JAX-WS 2.1 compliant code. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-db databinding-name</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the databinding. Default is jaxb. Currently supports jaxb, xmlbeans, sdo (sdo-static and sdo-dynamic), and jibx.  </t
 d></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-wv wsdl-version</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the wsdl version .Default is WSDL1.1. Currently suppports only WSDL1.1 version. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-p [ wsdl-namespace= ] PackageName</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies zero, or more, package names to use for the generated code. Optionally specifies the WSDL namespace to package name mapping. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-sn service-name</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> The WSDL service name to use for the generated code. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-b binding-name</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies JAXWS or JAXB binding files or XMLBeans context fil
 es. Use multiple -b flags to specify multiple entries. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-catalog catalog-file-name</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specify catalog file to map the imported wsdl/schema </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-d output-directory</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the directory into which the generated code files are written. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-compile</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Compiles generated Java files. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-classdir compile-class-dir</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the directory into which the compiled class files are written. </td></tr><tr><td colspan="1" rowspan="1" class="con
 fluenceTd" nowrap> <tt>-client</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Generates starting point code for a client mainline. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-server</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Generates starting point code for a server mainline. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-impl</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Generates starting point code for an implementation object. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-all</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Generates all starting point code: types, service proxy, service interface, server mainline, client mainline, implementation object, and an Ant <tt>build.xml</tt> file. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-ant</tt> </td><td colspan="1" rowsp
 an="1" class="confluenceTd" nowrap> Specify to generate an Ant <tt>build.xml</tt> script. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-autoNameResolution</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Automatically resolve naming conflicts without requiring the use of binding customizations. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-defaultValues=[DefaultValueProvider impl]</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies that default values are generated for the impl and client. You can also provide a custom default value provider. The default provider is <tt>RandomValueProvider</tt> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-nexclude schema-namespace [=java-packagename]</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Ignore the specified WSDL schema namespace when generating code. This option may be specified m
 ultiple times. Also, optionally specifies the Java package name used by types described in the excluded namespace(s). </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-exsh (true/false)</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Enables or disables processing of implicit SOAP headers (i.e. SOAP headers defined in the wsdl:binding but not wsdl:portType section.)  Default is false. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-dns (true/false)</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Enables or disables the loading of the default namespace package name mapping. Default is true and <a shape="rect" class="external-link" href="http://www.w3.org/2005/08/addressing=org.apache.cxf.ws.addressing" rel="nofollow">http://www.w3.org/2005/08/addressing=org.apache.cxf.ws.addressing</a> namespace package mapping will be enabled. </td></tr><tr><td colspan="1" rowspan="1" class="confluenc
 eTd" nowrap> <tt>-dex (true/false)</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Enables or disables the loading of the default excludes namespace mapping. Default is true. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-validate</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Enables validating the WSDL before generating the code. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-keep</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies that the code generator will not overwrite any preexisting files. You will be responsible for resolving any resulting compilation issues. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-wsdlLocation wsdlLocation</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the value of the @WebServiceClient annotation's wsdlLocation property. </td></tr><tr><td colspan="1" rowspan="1"
  class="confluenceTd" nowrap> <tt>-xjc&lt;xjc args&gt;</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies a comma separated list of <a shape="rect" class="external-link" href="https://jaxb.dev.java.net/nonav/2.2/docs/xjc.html" rel="nofollow">arguments</a> that are passed directly to the XJC processor when using the JAXB databinding. A list of available XJC plugins can be obtained using <tt>-xjc-X</tt>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-noAddressBinding</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> For compatibility with CXF 2.0, this flag directs the code generator to generate the older CXF proprietary WS-Addressing types instead of the JAX-WS 2.1 compliant WS-Addressing types. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-v</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Displays the version number for the tool. </td></tr><tr><td colspan=
 "1" rowspan="1" class="confluenceTd" nowrap> <tt>-verbose</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Displays comments during the code generation process. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-quiet</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Suppresses comments during the code generation process. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-useFQCNForFaultSerialVersionUID</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Enable generation of Serial Version UID in fault Exception(s) based on hashcode<br clear="none">
-of the fully qualified class name of the Exception </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-exceptionSuper</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> superclass for fault beans generated from wsdl:fault elements (defaults to java.lang.Exception) </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <em>wsdlurl</em> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> The path and name of the WSDL file to use in generating the code. </td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Option </th><th colspan="1" rowspan="1" class="confluenceTh"> Interpretation </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-?</tt>,<tt>-h</tt>,<tt>-help</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Displays the online help for this utility and exits. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-fe frontend-name</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the frontend. Default is JAXWS. Currently supports only JAXWS frontend and a "jaxws21" frontend to generate JAX-WS 2.1 compliant code. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-db databinding-name</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the databinding. Default is jaxb. Currently supports jaxb, xmlbeans, sdo (sdo-static and sdo-dynamic), and jibx.  </td></tr><tr><td colspan="1" rowspan="1" cla
 ss="confluenceTd"> <tt>-wv wsdl-version</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the wsdl version .Default is WSDL1.1. Currently suppports only WSDL1.1 version. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-p [ wsdl-namespace= ] PackageName</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies zero, or more, package names to use for the generated code. Optionally specifies the WSDL namespace to package name mapping. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-sn service-name</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> The WSDL service name to use for the generated code. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-b binding-name</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies JAXWS or JAXB binding files or XMLBeans context files. Use multiple -b flags to specify multiple entries. </td></tr><tr><td colspan="1" rowspan="1" c
 lass="confluenceTd"> <tt>-catalog catalog-file-name</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specify catalog file to map the imported wsdl/schema </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-d output-directory</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the directory into which the generated code files are written. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-compile</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Compiles generated Java files. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-classdir compile-class-dir</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the directory into which the compiled class files are written. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-client</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Generates starting point code for a client mainline. </td></tr><tr><td
  colspan="1" rowspan="1" class="confluenceTd"> <tt>-server</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Generates starting point code for a server mainline. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-impl</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Generates starting point code for an implementation object. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-all</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Generates all starting point code: types, service proxy, service interface, server mainline, client mainline, implementation object, and an Ant <tt>build.xml</tt> file. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-ant</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specify to generate an Ant <tt>build.xml</tt> script. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-autoNameResolution</tt> </td><td colspan="1" rowspan="1" class="c
 onfluenceTd"> Automatically resolve naming conflicts without requiring the use of binding customizations. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-defaultValues=[DefaultValueProvider impl]</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies that default values are generated for the impl and client. You can also provide a custom default value provider. The default provider is <tt>RandomValueProvider</tt> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-nexclude schema-namespace [=java-packagename]</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Ignore the specified WSDL schema namespace when generating code. This option may be specified multiple times. Also, optionally specifies the Java package name used by types described in the excluded namespace(s). </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-exsh (true/false)</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> E
 nables or disables processing of implicit SOAP headers (i.e. SOAP headers defined in the wsdl:binding but not wsdl:portType section.)  Default is false. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-dns (true/false)</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Enables or disables the loading of the default namespace package name mapping. Default is true and <a shape="rect" class="external-link" href="http://www.w3.org/2005/08/addressing=org.apache.cxf.ws.addressing" rel="nofollow">http://www.w3.org/2005/08/addressing=org.apache.cxf.ws.addressing</a> namespace package mapping will be enabled. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-dex (true/false)</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Enables or disables the loading of the default excludes namespace mapping. Default is true. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-validate</tt> </td><td colspan="1" rowspan="1
 " class="confluenceTd"> Enables validating the WSDL before generating the code. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-keep</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies that the code generator will not overwrite any preexisting files. You will be responsible for resolving any resulting compilation issues. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-wsdlLocation wsdlLocation</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the value of the @WebServiceClient annotation's wsdlLocation property. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-xjc&lt;xjc args&gt;</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies a comma separated list of <a shape="rect" class="external-link" href="https://jaxb.dev.java.net/nonav/2.2/docs/xjc.html" rel="nofollow">arguments</a> that are passed directly to the XJC processor when using the JAXB databinding. A l
 ist of available XJC plugins can be obtained using <tt>-xjc-X</tt>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-noAddressBinding</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> For compatibility with CXF 2.0, this flag directs the code generator to generate the older CXF proprietary WS-Addressing types instead of the JAX-WS 2.1 compliant WS-Addressing types. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-v</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Displays the version number for the tool. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-verbose</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Displays comments during the code generation process. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-quiet</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Suppresses comments during the code generation process. </td></tr><tr><td colspan="1" rowspa
 n="1" class="confluenceTd"> <tt>-useFQCNForFaultSerialVersionUID</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Enable generation of Serial Version UID in fault Exception(s) based on hashcode<br clear="none">
+of the fully qualified class name of the Exception </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-exceptionSuper</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> superclass for fault beans generated from wsdl:fault elements (defaults to java.lang.Exception) </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <em>wsdlurl</em> </td><td colspan="1" rowspan="1" class="confluenceTd"> The path and name of the WSDL file to use in generating the code. </td></tr></tbody></table>
 </div>
 
 <p>You must specify the absolute or relative path to the WSDL document as the last argument.</p>

Modified: websites/production/cxf/content/docs/wsdl-to-javascript.html
==============================================================================
--- websites/production/cxf/content/docs/wsdl-to-javascript.html (original)
+++ websites/production/cxf/content/docs/wsdl-to-javascript.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- WSDL to Javascript
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>
@@ -143,7 +143,7 @@ Apache CXF -- WSDL to Javascript
 <p>The options used to validate WSDL file are reviewed in the following table.</p>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Option</th><th colspan="1" rowspan="1" class="confluenceTh">Description</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-?</tt>,<tt>-h</tt>,<tt>-help</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Displays the online help for this utility and exits. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-wv</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Specifies the WSDL version the tool expects. The default is WSDL 1.1. The tool can also use WSDL 1.2.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-p</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Specifies a mapping between the namespaces used in the WSDL document and the prefixes used in the generated Javascript. This argument can be used more than once.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-ca
 talog</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Specifies the URL of an XML catalog to use for resolving imported schemas and WSDL documents.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-d</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Specifies the directory into which the generated code is written.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-validate</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Instructs the tool to validate the WSDL document before attempting to generate any code.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-v</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Displays the version number for the tool.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-verbose</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Displays comments during the code generation process.</td></tr><tr><td colspan="1" rowspan=
 "1" class="confluenceTd" nowrap>-quiet</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Suppresses comments during the code generation process.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>wsdlUrl</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Specifies the location of the WSDL document from which the code is generated.</td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Option</th><th colspan="1" rowspan="1" class="confluenceTh">Description</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-?</tt>,<tt>-h</tt>,<tt>-help</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Displays the online help for this utility and exits. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-wv</td><td colspan="1" rowspan="1" class="confluenceTd">Specifies the WSDL version the tool expects. The default is WSDL 1.1. The tool can also use WSDL 1.2.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-p</td><td colspan="1" rowspan="1" class="confluenceTd">Specifies a mapping between the namespaces used in the WSDL document and the prefixes used in the generated Javascript. This argument can be used more than once.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-catalog</td><td colspan="1" rowspan="1" class="conf
 luenceTd">Specifies the URL of an XML catalog to use for resolving imported schemas and WSDL documents.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-d</td><td colspan="1" rowspan="1" class="confluenceTd">Specifies the directory into which the generated code is written.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-validate</td><td colspan="1" rowspan="1" class="confluenceTd">Instructs the tool to validate the WSDL document before attempting to generate any code.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-v</td><td colspan="1" rowspan="1" class="confluenceTd">Displays the version number for the tool.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-verbose</td><td colspan="1" rowspan="1" class="confluenceTd">Displays comments during the code generation process.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-quiet</td><td colspan="1" rowspan="1" class="confluenceTd">Suppresses comments during 
 the code generation process.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">wsdlUrl</td><td colspan="1" rowspan="1" class="confluenceTd">Specifies the location of the WSDL document from which the code is generated.</td></tr></tbody></table>
 </div>
 
 

Modified: websites/production/cxf/content/docs/wsdl-to-service.html
==============================================================================
--- websites/production/cxf/content/docs/wsdl-to-service.html (original)
+++ websites/production/cxf/content/docs/wsdl-to-service.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- WSDL to Service
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>
@@ -152,7 +152,7 @@ Apache CXF -- WSDL to Service
 <p>The options used to validate WSDL file are reviewed in the following table.</p>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Option</th><th colspan="1" rowspan="1" class="confluenceTh">Interpretation</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-?</tt>,<tt>-h</tt>,<tt>-help</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Displays the online help for this utility and exits. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-transport &lt;soap/xml/jms&gt;</tt></td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Specifies the type of transport to use for the generated service.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-e &lt;service-name&gt;</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Specifies the value of the generated service element's name attribute.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-p &lt;port-name&gt;</tt> </td><td colspan="1" rowsp
 an="1" class="confluenceTd" nowrap>Specifies the value of the generated port element's name attribute. To specify multiple port elements, separate the names by a space.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap><tt>-n &lt;attribute-binding-name&gt;</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the binding used to generate the service.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap><tt>-a &lt;address&gt;</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Specifies the value used in the address element of the port.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap><tt>-jds &lt;jms-destionation-Style(queue/topic)&gt;</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>JMS destination style (queue/topic).</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap><tt>-jpu &lt;jms-jndi-provider-URL&gt;</tt> </td><td colspan="1" rowspan="1" clas
 s="confluenceTd" nowrap>JMS JNDI provider URL.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap><tt>-jcf &lt;jms-initial-context-factory&gt;</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>JMS initial context factory.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap><tt>-jfn &lt;jms-jndi-connection-factory-name&gt;</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>JMS JNDI connection factory name.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap><tt>-jdn &lt;jms-jndi-destination-name&gt;</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>JMS JNDI destination name.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap><tt>-jmt &lt;jms-message-type(text/binary)&gt;</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>JMS message type(text/binary).</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap><tt>-jmc &lt;use-messageid-
 as-correlationid(true/false)&gt;</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Use MessageID As CorrelationID(true/false).</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap><tt>-jsn &lt;durable-subscriber-name&gt;</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Durable Subscriber Name.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap><tt>-o &lt;output-file&gt;</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Specifies the name of the generated WSDL file.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap><tt>-d &lt;output-directory&gt;</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Specifies the directory in which the generated WSDL is placed.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-v</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Displays the version number for the tool. </td></tr><tr><td co
 lspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-verbose</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Displays comments during the code generation process. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-quiet</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Suppresses comments during the code generation process. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <em>wsdlurl</em> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> The path and name of the WSDL file to use in generating the code. </td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Option</th><th colspan="1" rowspan="1" class="confluenceTh">Interpretation</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-?</tt>,<tt>-h</tt>,<tt>-help</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Displays the online help for this utility and exits. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-transport &lt;soap/xml/jms&gt;</tt></td><td colspan="1" rowspan="1" class="confluenceTd">Specifies the type of transport to use for the generated service.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-e &lt;service-name&gt;</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">Specifies the value of the generated service element's name attribute.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-p &lt;port-name&gt;</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">Specifies the value o
 f the generated port element's name attribute. To specify multiple port elements, separate the names by a space.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><tt>-n &lt;attribute-binding-name&gt;</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the binding used to generate the service.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><tt>-a &lt;address&gt;</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">Specifies the value used in the address element of the port.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><tt>-jds &lt;jms-destionation-Style(queue/topic)&gt;</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">JMS destination style (queue/topic).</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><tt>-jpu &lt;jms-jndi-provider-URL&gt;</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">JMS JNDI provider URL.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><tt
 >-jcf &lt;jms-initial-context-factory&gt;</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">JMS initial context factory.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><tt>-jfn &lt;jms-jndi-connection-factory-name&gt;</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">JMS JNDI connection factory name.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><tt>-jdn &lt;jms-jndi-destination-name&gt;</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">JMS JNDI destination name.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><tt>-jmt &lt;jms-message-type(text/binary)&gt;</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">JMS message type(text/binary).</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><tt>-jmc &lt;use-messageid-as-correlationid(true/false)&gt;</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">Use MessageID As CorrelationID(true/false).</td></tr><tr><td colspan="1" rowspan="1
 " class="confluenceTd"><tt>-jsn &lt;durable-subscriber-name&gt;</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">Durable Subscriber Name.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><tt>-o &lt;output-file&gt;</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">Specifies the name of the generated WSDL file.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><tt>-d &lt;output-directory&gt;</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">Specifies the directory in which the generated WSDL is placed.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-v</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Displays the version number for the tool. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-verbose</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Displays comments during the code generation process. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt
 >-quiet</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Suppresses comments during the code generation process. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <em>wsdlurl</em> </td><td colspan="1" rowspan="1" class="confluenceTd"> The path and name of the WSDL file to use in generating the code. </td></tr></tbody></table>
 </div>
 
 <p>You must specify the -n &lt;attribute-binding-name&gt; argument and the &lt;wsdlurl&gt; argument. All other arguments are optional and may be listed in any order.</p>

Modified: websites/production/cxf/content/docs/wsdl-to-soap.html
==============================================================================
--- websites/production/cxf/content/docs/wsdl-to-soap.html (original)
+++ websites/production/cxf/content/docs/wsdl-to-soap.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- WSDL to SOAP
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>
@@ -144,7 +144,7 @@ Apache CXF -- WSDL to SOAP
 <p>The options used to validate WSDL file are reviewed in the following table.</p>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Option</th><th colspan="1" rowspan="1" class="confluenceTh">Interpretation</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-?</tt>,<tt>-h</tt>,<tt>-help</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Displays the online help for this utility and exits. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -i </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the portType element for which a binding should be generated. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -b </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the name of the generated SOAP binding. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -soap12 </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies that the generated binding will use SOAP 1.2. </td></t
 r><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -d </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the directory to place generated WSDL file. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -o </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the name of the generated WSDL file. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -n </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the SOAP body namespace when the style is RPC. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -style (document/rpc) </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the encoding style (document or RPC) to use in the SOAP binding. The default is document. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -use (literal/encoded) </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the bindin
 g use (encoded or literal) to use in the SOAP binding. The default is literal. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -v </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Displays the version number for the tool. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -verbose </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Displays comments during the code generation process. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -quiet </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Suppresses comments during the code generation process. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> wsdlurl </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> The path and name of the WSDL file containing the portType element definition. </td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Option</th><th colspan="1" rowspan="1" class="confluenceTh">Interpretation</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-?</tt>,<tt>-h</tt>,<tt>-help</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Displays the online help for this utility and exits. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -i </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the portType element for which a binding should be generated. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -b </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the name of the generated SOAP binding. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -soap12 </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies that the generated binding will use SOAP 1.2. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
 -d </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the directory to place generated WSDL file. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -o </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the name of the generated WSDL file. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -n </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the SOAP body namespace when the style is RPC. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -style (document/rpc) </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the encoding style (document or RPC) to use in the SOAP binding. The default is document. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -use (literal/encoded) </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the binding use (encoded or literal) to use in the SOAP binding. The default is literal. </td></tr><tr><td colspan="1" rowspan="1" class
 ="confluenceTd"> -v </td><td colspan="1" rowspan="1" class="confluenceTd"> Displays the version number for the tool. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -verbose </td><td colspan="1" rowspan="1" class="confluenceTd"> Displays comments during the code generation process. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -quiet </td><td colspan="1" rowspan="1" class="confluenceTd"> Suppresses comments during the code generation process. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> wsdlurl </td><td colspan="1" rowspan="1" class="confluenceTd"> The path and name of the WSDL file containing the portType element definition. </td></tr></tbody></table>
 </div>
 
 <p>The <tt>-i port-type-name</tt> and <tt>wsdlurl</tt> arguments are required. If the <tt>-style rpc</tt> argument is specified, the <tt>-nsoap-body-namspace</tt> argument is also required. All other arguments are optional and may be listed in any order.</p>

Modified: websites/production/cxf/content/docs/wsdl-to-xml.html
==============================================================================
--- websites/production/cxf/content/docs/wsdl-to-xml.html (original)
+++ websites/production/cxf/content/docs/wsdl-to-xml.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- WSDL to XML
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>
@@ -144,7 +144,7 @@ Apache CXF -- WSDL to XML
 <p>The options used to validate WSDL file are reviewed in the following table.</p>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Option</th><th colspan="1" rowspan="1" class="confluenceTh">Interpretation</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-?</tt>,<tt>-h</tt>,<tt>-help</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Displays the online help for this utility and exits. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -i </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the portType element for which a binding should be generated. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -b </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the name of the generated XML binding. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -d </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the directory to place generated WSDL file. </td></tr><tr><t
 d colspan="1" rowspan="1" class="confluenceTd" nowrap> -o </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the name of the generated WSDL file. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -p </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the value of the name attribute of the generated port element, sperate by space. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -s </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the name of the generated service. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -a </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the value used in the address element of the port, sperate by space </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -v </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Displays the version number for the tool. </td></tr><tr><td cols
 pan="1" rowspan="1" class="confluenceTd" nowrap> -verbose </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Displays comments during the code generation process. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -quiet </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Suppresses comments during the code generation process. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> wsdlurl </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> The path and name of the WSDL file containing the portType element definition. </td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Option</th><th colspan="1" rowspan="1" class="confluenceTh">Interpretation</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-?</tt>,<tt>-h</tt>,<tt>-help</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Displays the online help for this utility and exits. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -i </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the portType element for which a binding should be generated. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -b </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the name of the generated XML binding. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -d </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the directory to place generated WSDL file. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -o </td>
 <td colspan="1" rowspan="1" class="confluenceTd"> Specifies the name of the generated WSDL file. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -p </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the value of the name attribute of the generated port element, sperate by space. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -s </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the name of the generated service. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -a </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the value used in the address element of the port, sperate by space </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -v </td><td colspan="1" rowspan="1" class="confluenceTd"> Displays the version number for the tool. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -verbose </td><td colspan="1" rowspan="1" class="confluenceTd"> Displays comments du
 ring the code generation process. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -quiet </td><td colspan="1" rowspan="1" class="confluenceTd"> Suppresses comments during the code generation process. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> wsdlurl </td><td colspan="1" rowspan="1" class="confluenceTd"> The path and name of the WSDL file containing the portType element definition. </td></tr></tbody></table>
 </div>
 
 <p>The <tt>-i port-type-name</tt> and <tt>wsdlurl</tt> arguments are required.All other arguments are optional and may be listed in any order.</p>

Modified: websites/production/cxf/content/docs/wsdlvalidator.html
==============================================================================
--- websites/production/cxf/content/docs/wsdlvalidator.html (original)
+++ websites/production/cxf/content/docs/wsdlvalidator.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- WSDLValidator
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>
@@ -153,7 +153,7 @@ Apache CXF -- WSDLValidator
 <p>The options used to validate WSDL file are reviewed in the following table.</p>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Option</th><th colspan="1" rowspan="1" class="confluenceTh">Interpretation</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap><tt>-s &lt;<em>schema-url</em>&gt;</tt></td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Specifies the URL of a user specific schema to be included in the validation of the contract. This switch can appear multiple times.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-V</tt>,<tt>-verbose</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Displays comments during the code generation process. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-quiet</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Suppresses comments during the code generation process. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-w</tt> </td><td colspan=
 "1" rowspan="1" class="confluenceTd" nowrap> Suppress warnings, if you want to validate logical wsdl (no service/bindings), you have to turn on this option </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt><em>wsdl-url</em></tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> The path and name of the WSDL file to use in generating the code. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-?</tt>,<tt>-h</tt>,<tt>-help</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Displays the online help for this utility and exits. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-v</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Displays the version number for the tool. </td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Option</th><th colspan="1" rowspan="1" class="confluenceTh">Interpretation</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><tt>-s &lt;<em>schema-url</em>&gt;</tt></td><td colspan="1" rowspan="1" class="confluenceTd">Specifies the URL of a user specific schema to be included in the validation of the contract. This switch can appear multiple times.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-V</tt>,<tt>-verbose</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Displays comments during the code generation process. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-quiet</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Suppresses comments during the code generation process. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-w</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Suppress wa
 rnings, if you want to validate logical wsdl (no service/bindings), you have to turn on this option </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt><em>wsdl-url</em></tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> The path and name of the WSDL file to use in generating the code. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-?</tt>,<tt>-h</tt>,<tt>-help</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Displays the online help for this utility and exits. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-v</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Displays the version number for the tool. </td></tr></tbody></table>
 </div>
 
 <p>You must specify the absolute or relative path to the WSDL document as the last argument.</p>

Modified: websites/production/cxf/content/docs/wspconfiguration.html
==============================================================================
--- websites/production/cxf/content/docs/wspconfiguration.html (original)
+++ websites/production/cxf/content/docs/wspconfiguration.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- WSPConfiguration
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>
@@ -130,7 +130,7 @@ Apache CXF -- WSPConfiguration
 <p>The policies feature element is defined in namespace <a shape="rect" href="http://cxf.apache.org/policy">http://cxf.apache.org/policy</a>. It supports two attributes:</p>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Name </th><th colspan="1" rowspan="1" class="confluenceTh"> Value </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> ignoreUnknownAssertions</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Indicates an exception should be thrown when encountering assertions for which no AssertionBuilders are registered (default: true). When set to false, a warning will be logged instead. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> namespace</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> The namespace of the WS-Policy Framework specification (default: 
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Name </th><th colspan="1" rowspan="1" class="confluenceTh"> Value </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> ignoreUnknownAssertions</td><td colspan="1" rowspan="1" class="confluenceTd"> Indicates an exception should be thrown when encountering assertions for which no AssertionBuilders are registered (default: true). When set to false, a warning will be logged instead. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> namespace</td><td colspan="1" rowspan="1" class="confluenceTd"> The namespace of the WS-Policy Framework specification (default: 
 <a shape="rect" class="external-link" href="http://www.w3.org/ns/ws-policy" rel="nofollow">http://www.w3.org/ns/ws-policy</a>
 <p>). </p></td></tr></tbody></table>
 </div>
@@ -138,7 +138,7 @@ Apache CXF -- WSPConfiguration
 
 <p>The element also support the the following child elements:</p>
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Name </th><th colspan="1" rowspan="1" class="confluenceTh"> Value </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> alternativeSelector</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> A bean or reference to a bean that implements the org.apache.cxf.ws.policy.selector.AlternativeSelector interface. The default selector chooses the minimal alternative, i.e. the one with the least number of assertions.  </td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Name </th><th colspan="1" rowspan="1" class="confluenceTh"> Value </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> alternativeSelector</td><td colspan="1" rowspan="1" class="confluenceTd"> A bean or reference to a bean that implements the org.apache.cxf.ws.policy.selector.AlternativeSelector interface. The default selector chooses the minimal alternative, i.e. the one with the least number of assertions.  </td></tr></tbody></table>
 </div>
 
 
@@ -199,7 +199,7 @@ http://www.springframework.org/schema/be
 <p>To specify the location of an external attachment that the policy framework should take into consideration when aggregating the policies applying to a specific message, you can use the &lt;externalAttachment&gt; element in the same namespace. It supports the following attributes:</p>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Name </th><th colspan="1" rowspan="1" class="confluenceTh"> Value </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> location</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Location of the external attachment document. This takes the form of a <a shape="rect" class="external-link" href="http://static.springframework.org/spring/docs/2.0.x/reference/resources.html" rel="nofollow">Spring Resource </a> type property, e.g. classpath:etc/policies.xml or 
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Name </th><th colspan="1" rowspan="1" class="confluenceTh"> Value </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> location</td><td colspan="1" rowspan="1" class="confluenceTd"> Location of the external attachment document. This takes the form of a <a shape="rect" class="external-link" href="http://static.springframework.org/spring/docs/2.0.x/reference/resources.html" rel="nofollow">Spring Resource </a> type property, e.g. classpath:etc/policies.xml or 
 <a shape="rect" class="external-link" href="file:/x1/resources/polcies.xml" rel="nofollow">file:/x1/resources/polcies.xml</a>
 <p>. </p></td></tr></tbody></table>
 </div>