stevel 2003/07/18 11:13:33
Modified: java/docs reference.html
Log:
updating the reference w/ info on encoding
Revision Changes Path
1.27 +6 -0 xml-axis/java/docs/reference.html
Index: reference.html
===================================================================
RCS file: /home/cvs/xml-axis/java/docs/reference.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- reference.html 11 Jul 2003 23:56:42 -0000 1.26
+++ reference.html 18 Jul 2003 18:13:33 -0000 1.27
@@ -605,11 +605,17 @@
<td>Flag to switch the system from <i>production</i> (false) to
<i>development</i>
(true). A development system gives out stack traces and other information
that production boxes should not. </td>
+ </tr>
+ <tr>
+ <td><b>axis.xmlEncoding</b></td>
+ <td>Encoding used for XML messages -either UTF-8 (default) or UTF-16</td>
+ </tr>
<tr>
<td><b>axis.engineConfigClass</b></td>
<td>Name of a class that provides Axis configuration. Implement a new class
implementing <tt>EngineConfiguration</tt> and name it here to use alternate
configuration mechanisms. </td>
+ </tr>
<tr>
<td><b>axis.jws.servletClassDir</b></td>
<td>Path to where compiled JWS pages are placed. </td>