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 di...@apache.org on 2006/06/06 15:36:09 UTC

svn commit: r412117 - /webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/i18n/resource.properties

Author: dims
Date: Tue Jun  6 06:36:09 2006
New Revision: 412117

URL: http://svn.apache.org/viewvc?rev=412117&view=rev
Log:
Cleanup the usage description for WSDL2Java

Modified:
    webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/i18n/resource.properties

Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/i18n/resource.properties
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/i18n/resource.properties?rev=412117&r1=412116&r2=412117&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/i18n/resource.properties (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/i18n/resource.properties Tue Jun  6 06:36:09 2006
@@ -14,23 +14,23 @@
 #     will serve as a base for other translators.
 #
 ################## WSDL2Code ######################################
-wsdl2code.arg1=Usage WSDL2Code -uri <Location of WSDL> : WSDL file location
-wsdl2code.arg2=-o <output Location> : output file location
-wsdl2code.arg3=-a : Generate async style code only. Default is off
-wsdl2code.arg4=-s : Generate sync style code only. Default is off. takes precedence over -a
-wsdl2code.arg5=-p <package name> : set custom package name
-wsdl2code.arg6=-l <language> : valid languages are java and csharp. Default is java
-wsdl2code.arg7=-t : Generate TestCase to test the generated code
-wsdl2code.arg8=-ss : Generate server side code (i.e. skeletons). Default is off
-wsdl2code.arg9=-sd : Generate service descriptor (i.e. services.xml). Default is off. Valid with -ss
-wsdl2code.arg10=-d <databinding> : valid databinding(s) are adb, xmlbeans, jibx and jaxme. Default is adb
-wsdl2code.arg11=-g Generates all the classes. valid only with the -ss
-wsdl2code.arg12=-pn <port_name> : name of port in the presence of multiple ports
-wsdl2code.arg13=-sn <service_name> : name of service in the presence of multiple services
-wsdl2code.arg14=-u : unpacks the databinding classes
-wsdl2code.arg15=-r <repository_path> : path of the repository against which code is generated
-wsdl2code.arg16=-ns2p <namespace=packagename> :packages to replace the namespace
-wsdl2code.arg17=-ssi generate an interface for the serverside - off by default
+wsdl2code.arg1=Usage: WSDL2Java -uri <url or path> : A url or path to a WSDL
+wsdl2code.arg2=\t  -o <path>                Specify a directory path for the generated code.
+wsdl2code.arg3=\t  -a                       Generate async style code only (Default: off).
+wsdl2code.arg4=\t  -s                       Generate sync style code only (Default: off). Takes precedence over -a.
+wsdl2code.arg5=\t  -p <pkg1>                Specify a custom package name for the generated code.
+wsdl2code.arg6=\t  -l <language>            Valid languages are java and csharp (Default: java).
+wsdl2code.arg7=\t  -t                       Generate a test case for the generated code.
+wsdl2code.arg8=\t  -ss                      Generate server side code (i.e. skeletons) (Default: off).
+wsdl2code.arg9=\t  -sd                      Generate service descriptor (i.e. services.xml). (Default: off). Valid with -ss.
+wsdl2code.arg10=\t  -d <databinding>         Valid databinding(s) are adb, xmlbeans, jibx and jaxme (Default: adb).
+wsdl2code.arg11=\t  -g                       Generates all the classes. Valid only with -ss.
+wsdl2code.arg12=\t  -pn <port_name>          Choose a specific port when there are multiple ports in the wsdl.
+wsdl2code.arg13=\t  -sn <service_name>       Choose a specific service when there are multiple multiple services in the wsdl.
+wsdl2code.arg14=\t  -u                       Unpacks the databinding classes
+wsdl2code.arg15=\t  -r <path>                Specify a repository against which code is generated.
+wsdl2code.arg16=\t  -ns2p ns1=pkg1,ns2=pkg2  Specify a custom package name for each namespace specified in the wsdl's schema.
+wsdl2code.arg17=\t  -ssi                     Generate an interface for the service implementation (Default: off).
 
 ################## prop file loader #################################
 propfileload.frameworkMismatch=Number of frameworks and extension names do not match!



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org