stevel 2002/10/24 23:29:06 Modified: java/docs/ant axis-admin.html axis-java2wsdl.html axis-wsdl2java.html Added: java/docs/ant foreach.html runaxisfunctionaltests.html Log: updated docs Revision Changes Path 1.2 +2 -2 xml-axis/java/docs/ant/axis-admin.html Index: axis-admin.html =================================================================== RCS file: /home/cvs/xml-axis/java/docs/ant/axis-admin.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- axis-admin.html 21 Oct 2002 18:46:25 -0000 1.1 +++ axis-admin.html 25 Oct 2002 06:29:06 -0000 1.2 @@ -46,8 +46,8 @@ </td></tr> <tr><td><blockquote> - Task to administer a local or remote Axis server. For remote admin, - Axis has to be configured accept remote management calls. + Task to administer a local or remote Axis server. Remember, for remote admin, + the server has to be accept remote management calls. </blockquote></td></tr> </table> 1.2 +123 -7 xml-axis/java/docs/ant/axis-java2wsdl.html Index: axis-java2wsdl.html =================================================================== RCS file: /home/cvs/xml-axis/java/docs/ant/axis-java2wsdl.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- axis-java2wsdl.html 21 Oct 2002 18:46:25 -0000 1.1 +++ axis-java2wsdl.html 25 Oct 2002 06:29:06 -0000 1.2 @@ -82,6 +82,9 @@ </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + The name to use use for the binding element. + If not specified, the value of the + <tt>servicePortName</tt> + "SoapBinding" is used. </font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> @@ -95,6 +98,8 @@ </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + the class name to import, eg. org.example.Foo. Required. + The class must be on the classpath. </font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> @@ -108,6 +113,21 @@ </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + Comma separated list of methods to exclude from the wsdl file. + </font> + </td> + <td bgcolor="#eeeeee" valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif">java.lang.String</font> + </td> + </tr> + <!-- Attribute --> + <tr> + <td bgcolor="#eeeeee" valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif">extraclasses</font> + </td> + <td bgcolor="#eeeeee" valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + The setter for the "extraClasses" attribute </font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> @@ -121,6 +141,8 @@ </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + Sometimes extra information is available in the implementation class + file. Use this option to specify the implementation class. </font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> @@ -134,10 +156,15 @@ </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + Optional attribute that indicates the name of the input wsdl file. + The output wsdl file will contain everything from the input wsdl + file plus the new constructs. If a new construct is already present + in the input wsdl file, it is not added. This option is useful for + constructing a wsdl file with multiple ports, bindings, or portTypes. </font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> - <font color="#000000" size="-1" face="arial,helvetica,sanserif">java.lang.String</font> + <font color="#000000" size="-1" face="arial,helvetica,sanserif">java.io.File</font> </td> </tr> <!-- Attribute --> @@ -147,6 +174,10 @@ </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + The url of the location of the service. The name after the last slash or + backslash is the name of the service port (unless overridden by the -s + option). The service port address location attribute is assigned the + specified value. </font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> @@ -160,6 +191,25 @@ </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + the location of the interface WSDL when generating an implementation WSDL + Required when <tt>outputImpl</tt> is set + </font> + </td> + <td bgcolor="#eeeeee" valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif">java.lang.String</font> + </td> + </tr> + <!-- Attribute --> + <tr> + <td bgcolor="#eeeeee" valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif">methods</font> + </td> + <td bgcolor="#eeeeee" valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + If this option is specified, only the indicated methods in your + interface class will be exported into the WSDL file. The methods list + must be comma separated. If not specified, all methods declared in + the interface class will be exported into the WSDL file </font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> @@ -173,6 +223,7 @@ </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + the target namespace. Required. </font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> @@ -186,6 +237,7 @@ </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + Namespace of the implementation WSDL. </font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> @@ -199,10 +251,13 @@ </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + The name of the output WSDL file. + If not specified, a suitable default WSDL file is written into + the current directory. </font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> - <font color="#000000" size="-1" face="arial,helvetica,sanserif">java.lang.String</font> + <font color="#000000" size="-1" face="arial,helvetica,sanserif">java.io.File</font> </td> </tr> <!-- Attribute --> @@ -212,10 +267,13 @@ </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + Use this option to indicate the name of the output implementation WSDL + file. If specified, Java2WSDL will produce separate interface and implementation + WSDL files. If not, a single WSDL file is generated </font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> - <font color="#000000" size="-1" face="arial,helvetica,sanserif">java.lang.String</font> + <font color="#000000" size="-1" face="arial,helvetica,sanserif">java.io.File</font> </td> </tr> <!-- Attribute --> @@ -225,6 +283,23 @@ </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + Indicates the name to use use for the portType element. + If not specified, the class-of-portType name is used. + </font> + </td> + <td bgcolor="#eeeeee" valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif">java.lang.String</font> + </td> + </tr> + <!-- Attribute --> + <tr> + <td bgcolor="#eeeeee" valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif">serviceelementname</font> + </td> + <td bgcolor="#eeeeee" valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + the name of the service element. + If not specified, the service element is the <tt>portTypeName</tt>Service. </font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> @@ -238,6 +313,7 @@ </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + service port name (obtained from location if not specified) </font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> @@ -251,6 +327,8 @@ </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + Comma separated list of classes which stop the Java2WSDL + inheritance search. </font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> @@ -264,6 +342,10 @@ </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + The style of the WSDL document: RPC, DOCUMENT or WRAPPED. + If RPC, a rpc/encoded wsdl is generated. If DOCUMENT, a + document/literal wsdl is generated. If WRAPPED, a + document/literal wsdl is generated using the wrapped approach. </font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> @@ -277,6 +359,22 @@ </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + the default type mapping registry to use. Either 1.1 or 1.2. + Default is 1.1 + </font> + </td> + <td bgcolor="#eeeeee" valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif">org.apache.axis.tools.ant.wsdl.TypeMappingVersionEnum</font> + </td> + </tr> + <!-- Attribute --> + <tr> + <td bgcolor="#eeeeee" valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif">use</font> + </td> + <td bgcolor="#eeeeee" valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + Set the use option </font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> @@ -290,6 +388,7 @@ </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + should inherited methods be exported too? Default=false </font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> @@ -319,13 +418,30 @@ <tr><td> </td></tr> <tr><td bgcolor="#828DA6"> <font color="#ffffff" face="arial,helvetica.sanserif" size="-1"> - <strong>mapping</strong> (org.apache.axis.tools.ant.wsdl.Java2WsdlAntTask.Mapping)</font> + <strong>mapping</strong> (org.apache.axis.tools.ant.wsdl.NamespaceMapping)</font> + </td></tr> + <tr><td><blockquote> + add a mapping of namespaces to packages +<short-description><![CDATA[Add a mapping of namespaces to packages.]]></short-description> +<description> + <![CDATA[add a mapping of namespaces to packages]]> + </description> + + </blockquote></td></tr> + </table> + <!-- End Element --> + <!-- Start Element --> + <table border="0" cellspacing="0" cellpadding="2" width="100%"> + <tr><td> </td></tr> + <tr><td bgcolor="#828DA6"> + <font color="#ffffff" face="arial,helvetica.sanserif" size="-1"> + <strong>mappingset</strong> (org.apache.axis.tools.ant.wsdl.MappingSet)</font> </td></tr> <tr><td><blockquote> - the command arguments -<short-description><![CDATA[The command arguments.]]></short-description> + add a mapping of namespaces to packages +<short-description><![CDATA[Add a mapping of namespaces to packages.]]></short-description> <description> - <![CDATA[the command arguments]]> + <![CDATA[add a mapping of namespaces to packages]]> </description> </blockquote></td></tr> 1.2 +84 -16 xml-axis/java/docs/ant/axis-wsdl2java.html Index: axis-wsdl2java.html =================================================================== RCS file: /home/cvs/xml-axis/java/docs/ant/axis-wsdl2java.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- axis-wsdl2java.html 21 Oct 2002 18:46:25 -0000 1.1 +++ axis-wsdl2java.html 25 Oct 2002 06:29:06 -0000 1.2 @@ -18,7 +18,7 @@ <td valign="bottom"> <font size="+3" face="arial,helvetica,sanserif"><strong>Axis-wsdl2java Task</strong></font> - <br><font face="arial,helvetica,sanserif">Ant task for running Wsdl2java utility.</font> + <br><font face="arial,helvetica,sanserif">Create Java classes from local or remote WSDL.</font> </td> <td> <!-- PROJECT LOGO --> @@ -46,12 +46,35 @@ </td></tr> <tr><td><blockquote> - Ant task for running Wsdl2java utility. - This task does no dependency checking; files are generated whether they - need to be or not. - As well as the nested parameters, this task uses the file + Create Java classes from local or remote WSDL. + Mappings from namespaces to packages can be provided as nested <mapping> + elements. + <p> + Proxy settings are taken from the java runtime settings of http.ProxyHost, + http.ProxyPort, etc. The Ant task <setProxy> can set these. + As well as the nested mapping elements, this task uses the file <tt>NStoPkg.properties</tt> in the project base directory for namespace mapping + <p> + This task does no dependency checking; files are generated whether they + need to be or not. The exception to this is the Impl class, which is + not overwritten if it exists. This is a safety measure. However, all other + classes are generated overwriting anything that exists. + <p> + The safe way to use this task is to have it generate the java source in + a build directory, then have a <copy> task selectively copy the + files you need into a safe location. Again, copying into the source tree + is dangerous, but a separate build/src tree is safe. Then include this + separate tree in the <javac> task's src attribute to include it in the + build. Implement your own implementation classes of the server stub and the + test cases using the generated templates. + If you want to add methods to autogenerated data types, consider subclassing + them, or write helper classes. + <p> + Tip: if you <get> the wsdl, and use the <filesmatch> condition + to compare the fetched wsdl with a catched copy, you can make the target that + calls the axis-wsd2ljava task conditional on the WSDL having changed. This stops + spurious code regeneration and follow-on rebuilds across the java source tree. </blockquote></td></tr> </table> @@ -98,6 +121,20 @@ <!-- Attribute --> <tr> <td bgcolor="#eeeeee" valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif">debug</font> + </td> + <td bgcolor="#eeeeee" valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + flag for debug output; default=false + </font> + </td> + <td bgcolor="#eeeeee" valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif">boolean</font> + </td> + </tr> + <!-- Attribute --> + <tr> + <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif">deployscope</font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> @@ -143,6 +180,22 @@ <!-- Attribute --> <tr> <td bgcolor="#eeeeee" valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif">namespacemappingfile</font> + </td> + <td bgcolor="#eeeeee" valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + set the mapping file. This is a properties file of + package=namespace order. Optional, default is to look for + a file called NStoPkg.properties in the project directory. + </font> + </td> + <td bgcolor="#eeeeee" valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif">java.io.File</font> + </td> + </tr> + <!-- Attribute --> + <tr> + <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif">noimports</font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> @@ -220,16 +273,13 @@ </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - timeout in seconds for URL retrieval; default is 45 seconds. + timeout in milliseconds for URL retrieval; default is 45 seconds. Set this to -1 to disable timeouts altogether: other negative values are not allowed) - TODO: normally format conversions are failures, but because this method - ignored such errors, we have to keep going. Maybe it could be escalated to - a failure in end-user versions. </font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> - <font color="#000000" size="-1" face="arial,helvetica,sanserif">java.lang.String</font> + <font color="#000000" size="-1" face="arial,helvetica,sanserif">long</font> </td> </tr> <!-- Attribute --> @@ -239,11 +289,12 @@ </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - Set the type mapping version; default is "1.2" + the default type mapping registry to use. Either 1.1 or 1.2. + Default is 1.1 </font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> - <font color="#000000" size="-1" face="arial,helvetica,sanserif">java.lang.String</font> + <font color="#000000" size="-1" face="arial,helvetica,sanserif">org.apache.axis.tools.ant.wsdl.TypeMappingVersionEnum</font> </td> </tr> <!-- Attribute --> @@ -298,13 +349,30 @@ <tr><td> </td></tr> <tr><td bgcolor="#828DA6"> <font color="#ffffff" face="arial,helvetica.sanserif" size="-1"> - <strong>mapping</strong> (org.apache.axis.tools.ant.wsdl.Wsdl2javaAntTask.Mapping)</font> + <strong>mapping</strong> (org.apache.axis.tools.ant.wsdl.NamespaceMapping)</font> + </td></tr> + <tr><td><blockquote> + add a mapping of namespaces to packages +<short-description><![CDATA[Add a mapping of namespaces to packages.]]></short-description> +<description> + <![CDATA[add a mapping of namespaces to packages]]> + </description> + + </blockquote></td></tr> + </table> + <!-- End Element --> + <!-- Start Element --> + <table border="0" cellspacing="0" cellpadding="2" width="100%"> + <tr><td> </td></tr> + <tr><td bgcolor="#828DA6"> + <font color="#ffffff" face="arial,helvetica.sanserif" size="-1"> + <strong>mappingset</strong> (org.apache.axis.tools.ant.wsdl.MappingSet)</font> </td></tr> <tr><td><blockquote> - the command arguments -<short-description><![CDATA[The command arguments.]]></short-description> + add a mapping of namespaces to packages +<short-description><![CDATA[Add a mapping of namespaces to packages.]]></short-description> <description> - <![CDATA[the command arguments]]> + <![CDATA[add a mapping of namespaces to packages]]> </description> </blockquote></td></tr> 1.1 xml-axis/java/docs/ant/foreach.html Index: foreach.html =================================================================== <html> <head> <meta http-equiv="Content-Language" content="en-us"> <title>Foreach Task</title> </head> <body bgcolor="#ffffff" text="#000000" link="#525D76" alink="#525D76" vlink="#525D76"> <table border="0" width="100%" cellspacing="4"> <!-- PAGE HEADER --> <tr> <td> <table border="0" width="100%"><tr> <td valign="bottom"> <font size="+3" face="arial,helvetica,sanserif"><strong>Foreach Task</strong></font> <br><font face="arial,helvetica,sanserif">Call a target foreach entry in a set of parameters based on a fileset.</font> </td> <td> <!-- PROJECT LOGO --> <a href="http://jakarta.apache.org/ant/"> <img src="../../images/ant_logo_large.gif" align="right" alt="Apache Ant" border="0"/> </a> </td> </tr></table> </td> </tr> <!-- START RIGHT SIDE MAIN BODY --> <tr> <td valign="top" align="left"> <!-- Applying task/long-description --> <!-- Start Description --> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td> </td></tr> <tr><td bgcolor="#525D76"> <font color="#ffffff" face="arial,helvetica.sanserif"> <a name="description"> <strong>Description</strong></a></font> </td></tr> <tr><td><blockquote> Call a target foreach entry in a set of parameters based on a fileset. <p> <i>For Axis development; there is no support or stability associated with this task</i> <pre> <target name="target1"> <foreach target="target2"> <param name="param1"> <fileset refid="fset1"/> </param> <param name="param2"> <item value="jar" /> <item value="zip" /> </param> </foreach> </target> <target name="target2"> <echo message="prop is ${param1}.${param2}" /> </target> </pre> <br> Really this just a wrapper around "AntCall" <br> Added a "type" attribute that works precisely like its equivalent in <code>ExecuteOn</code>. It allows the user to specify whether directories, files, or both directories and files from the filesets are included as entries in the parameter set. </blockquote></td></tr> </table> <!-- End Description --> <!-- Start Attributes --> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td> </td></tr> <tr><td bgcolor="#525D76"> <font color="#ffffff" face="arial,helvetica.sanserif"> <a name="attributes"> <strong>Parameters</strong></a></font> </td></tr> <tr><td><blockquote> <table> <tr> <td bgcolor="#cccccc" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"><b>Attribute</b></font> </td> <td bgcolor="#cccccc" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"><b>Description</b></font> </td> <td bgcolor="#cccccc" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"><b>Type</b></font> </td> </tr> <!-- Attribute --> <tr> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif">fork</font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> If true, forks the ant invocation. </font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif">boolean</font> </td> </tr> <!-- Attribute --> <tr> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif">inheritall</font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> If true, pass all properties to the new Ant project. Defaults to true. </font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif">boolean</font> </td> </tr> <!-- Attribute --> <tr> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif">inheritrefs</font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> If true, pass all references to the new Ant project. Defaults to false </font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif">boolean</font> </td> </tr> <!-- Attribute --> <tr> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif">target</font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> Target to execute, required. </font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif">java.lang.String</font> </td> </tr> <!-- Attribute --> <tr> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif">verbose</font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> Enable verbose output when signing ; optional: default false </font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif">boolean</font> </td> </tr> </table> </blockquote></td></tr> </table> <!-- End Attributes --> <!-- Start Elements --> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td> </td></tr> <tr><td bgcolor="#525D76"> <font color="#ffffff" face="arial,helvetica.sanserif"> <a name="elements"> <strong>Parameters as nested elements</strong></a></font> </td></tr> <tr><td><blockquote> <!-- Start Element --> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td> </td></tr> <tr><td bgcolor="#828DA6"> <font color="#ffffff" face="arial,helvetica.sanserif" size="-1"> <strong>param</strong> (org.apache.axis.tools.ant.foreach.ParamSet)</font> </td></tr> <tr><td><blockquote> <short-description><![CDATA[No description.]]></short-description> <description> </description> </blockquote></td></tr> </table> <!-- End Element --> </blockquote></td></tr> </table> <!-- End Elements --> </td> </tr> <!-- END RIGHT SIDE MAIN BODY --> <!-- FOOTER SEPARATOR --> <tr> <td> <hr noshade="" size="1"/> </td> </tr> <!-- PAGE FOOTER --> <tr> <td> <div align="center"><font color="#525D76" size="-1"><em> Copyright © 2000-2002, Apache Software Foundation </em></font></div> </td> </tr> </table> </body> </html> 1.1 xml-axis/java/docs/ant/runaxisfunctionaltests.html Index: runaxisfunctionaltests.html =================================================================== <html> <head> <meta http-equiv="Content-Language" content="en-us"> <title>Runaxisfunctionaltests Task</title> </head> <body bgcolor="#ffffff" text="#000000" link="#525D76" alink="#525D76" vlink="#525D76"> <table border="0" width="100%" cellspacing="4"> <!-- PAGE HEADER --> <tr> <td> <table border="0" width="100%"><tr> <td valign="bottom"> <font size="+3" face="arial,helvetica,sanserif"><strong>Runaxisfunctionaltests Task</strong></font> <br><font face="arial,helvetica,sanserif">Ant task for starting / stopping servers and running junit in the middle.</font> </td> <td> <!-- PROJECT LOGO --> <a href="http://jakarta.apache.org/ant/"> <img src="../../images/ant_logo_large.gif" align="right" alt="Apache Ant" border="0"/> </a> </td> </tr></table> </td> </tr> <!-- START RIGHT SIDE MAIN BODY --> <tr> <td valign="top" align="left"> <!-- Applying task/long-description --> <!-- Start Description --> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td> </td></tr> <tr><td bgcolor="#525D76"> <font color="#ffffff" face="arial,helvetica.sanserif"> <a name="description"> <strong>Description</strong></a></font> </td></tr> <tr><td><blockquote> Ant task for starting / stopping servers and running junit in the middle. Based on the Cactus org.apache.commons.cactus.ant package, heavily munged and cruftily dumped into one file. <p> <i>For Axis development; there is no support or stability associated with this task</i> </blockquote></td></tr> </table> <!-- End Description --> <!-- Start Attributes --> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td> </td></tr> <tr><td bgcolor="#525D76"> <font color="#ffffff" face="arial,helvetica.sanserif"> <a name="attributes"> <strong>Parameters</strong></a></font> </td></tr> <tr><td><blockquote> <table> <tr> <td bgcolor="#cccccc" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"><b>Attribute</b></font> </td> <td bgcolor="#cccccc" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"><b>Description</b></font> </td> <td bgcolor="#cccccc" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"><b>Type</b></font> </td> </tr> <!-- Attribute --> <tr> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif">httpservertarget</font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> Sets the target to call to start server 2. </font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif">java.lang.String</font> </td> </tr> <!-- Attribute --> <tr> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif">httpstoptarget</font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> Sets the stop target. This is the target which does a HTTP admin shutdown on the simple server. </font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif">java.lang.String</font> </td> </tr> <!-- Attribute --> <tr> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif">tcpservertarget</font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> Sets the target to call to start server 1. </font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif">java.lang.String</font> </td> </tr> <!-- Attribute --> <tr> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif">testtarget</font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> Sets the target to call to run the tests. </font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif">java.lang.String</font> </td> </tr> <!-- Attribute --> <tr> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif">url</font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> Sets the target URL (just http://host:port) </font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif">java.lang.String</font> </td> </tr> </table> </blockquote></td></tr> </table> <!-- End Attributes --> <!-- Start Elements --> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td> </td></tr> <tr><td bgcolor="#525D76"> <font color="#ffffff" face="arial,helvetica.sanserif"> <a name="elements"> <strong>Parameters as nested elements</strong></a></font> </td></tr> <tr><td><blockquote> </blockquote></td></tr> </table> <!-- End Elements --> </td> </tr> <!-- END RIGHT SIDE MAIN BODY --> <!-- FOOTER SEPARATOR --> <tr> <td> <hr noshade="" size="1"/> </td> </tr> <!-- PAGE FOOTER --> <tr> <td> <div align="center"><font color="#525D76" size="-1"><em> Copyright © 2000-2002, Apache Software Foundation </em></font></div> </td> </tr> </table> </body> </html>