The Axis2-Codegen tool does not contain all the codegen options presented
-------------------------------------------------------------------------

                 Key: AXIS2-3889
                 URL: https://issues.apache.org/jira/browse/AXIS2-3889
             Project: Axis 2.0 (Axis2)
          Issue Type: Improvement
          Components: Tools
         Environment: ide: Eclipse
java: jdk 1.5
            Reporter: saminda wijeratne


Axis2-Codegen tool currently does not implement all the features available in 
the codegen provided by the axis2. these missing features should be added to 
the eclipse tool. 
following are the currently implmented features.

x  -o <path>                Specify a directory path for the generated code.
x  -a                       Generate async style code only (Default: off).
x  -s                       Generate sync style code only (Default: off). Takes 
precedence over -a.
x  -p <pkg1>                Specify a custom package name for the generated 
code.
x  -l <language>            Valid languages are java and c (Default: java).
x  -t                       Generate a test case for the generated code.
x  -ss                      Generate server side code (i.e. skeletons) 
(Default: off).
x  -sd                      Generate service descriptor (i.e. services.xml). 
(Default: off). Valid with -ss.
x  -d <databinding>         Valid databinding(s) are adb, xmlbeans, jibx and 
jaxbri (Default: adb).
x  -g                       Generates all the classes. Valid only with -ss.
x  -pn <port_name>          Choose a specific port when there are multiple 
ports in the wsdl.
x  -sn <service_name>       Choose a specific service when there are multiple 
services in the wsdl.
x  -ns2p ns1=pkg1,ns2=pkg2  Specify a custom package name for each namespace 
specified in the wsdls schema.
x  -ssi                     Generate an interface for the service 
implementation (Default: off).


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to