You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by na...@apache.org on 2008/12/10 22:53:54 UTC

svn commit: r725453 - /webservices/axis/trunk/c/src/wsdl/org/apache/axis/wsdl/wsdl2ws/WSDL2Ws.java

Author: nadiramra
Date: Wed Dec 10 13:53:54 2008
New Revision: 725453

URL: http://svn.apache.org/viewvc?rev=725453&view=rev
Log:
Minor reformatting of usage notes.

Modified:
    webservices/axis/trunk/c/src/wsdl/org/apache/axis/wsdl/wsdl2ws/WSDL2Ws.java

Modified: webservices/axis/trunk/c/src/wsdl/org/apache/axis/wsdl/wsdl2ws/WSDL2Ws.java
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/wsdl/org/apache/axis/wsdl/wsdl2ws/WSDL2Ws.java?rev=725453&r1=725452&r2=725453&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/wsdl/org/apache/axis/wsdl/wsdl2ws/WSDL2Ws.java (original)
+++ webservices/axis/trunk/c/src/wsdl/org/apache/axis/wsdl/wsdl2ws/WSDL2Ws.java Wed Dec 10 13:53:54 2008
@@ -83,17 +83,21 @@
                 + "-o<folder>             target output folder - default is current folder.\n"
                 + "-l<c++|c>              target language (c++|c) - default is c++.\n"
                 + "-s<server|client>      target side (server|client) - default is server.\n"
-                + "-v,                    be verbose - will show exception stack trace when exceptions occur.\n"
-                + "-vv,                   be very verbose - debug information will be shown.\n"
-                + "-t<timeout>            uri resolution timeout in seconds - default is 0 (no timeout).\n"
+                + "-v,                    be verbose - will show exception stack trace when\n"
+                + "                       exceptions occur.\n"
+                + "-vv                    be very verbose - debug information will be shown.\n"
+                + "-t<timeout>            uri resolution timeout in seconds - default\n"
+                + "                       is 0 (no timeout).\n"
                 + "-b<binding-name>       binding name that will be used to generate stub.\n"
                 + "-w<wrapped|unwrapped>  generate wrapper style or not - default is wrapped.\n"
-                + "                       In order for an operation to be eligible for wrapper-style,\n"
-                + "                       the following criteria must be met:\n"
-                + "                           -- There is at most one single part in input and output messages\n"
-                + "                           -- Each part definition must reference an element\n"
-                + "                           -- The input element must have the same name as the operation\n"
-                + "                           -- The input and output elements have no attributes\n"
+                + "                       In order for an operation to be eligible for\n"
+                + "                       wrapper-style, the following criteria must be met:\n"
+                + "                       -- There is at most one single part in input and\n"
+                + "                          output messages\n"
+                + "                       -- Each part definition must reference an element\n"
+                + "                       -- The input element must have the same name as\n"
+                + "                          the operation\n"
+                + "                       -- The input and output elements have no attributes\n"
                 );
     }