< prev index next >

src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/resources/WscompileMessages.java

Print this page
rev 47855 : 8189102: All tools should support -?, -h and --help


  74     }
  75 
  76     /**
  77      *
  78      * Usage: {0} [options] <WSDL_URI>
  79      *
  80      * where [options] include:
  81      *   -b <path>                 specify jaxws/jaxb binding files or additional schemas
  82      *                             (Each <path> must have its own -b)
  83      *   -B<jaxbOption>            Pass this option to JAXB schema compiler
  84      *   -catalog <file>           specify catalog file to resolve external entity references
  85      *                             supports TR9401, XCatalog, and OASIS XML Catalog format.
  86      *   -classpath <path>         specify where to find user class files and wsimport extensions
  87      *   -cp <path>                specify where to find user class files and wsimport extensions
  88      *   -d <directory>            specify where to place generated output files
  89      *   -encoding <encoding>      specify character encoding used by source files
  90      *   -extension                allow vendor extensions - functionality not specified
  91      *                             by the specification.  Use of extensions may
  92      *                             result in applications that are not portable or
  93      *                             may not interoperate with other implementations
  94      *   -help                     display help
  95      *   -httpproxy:<proxy>        set a HTTP proxy. Format is [user[:password]@]proxyHost:proxyPort
  96      *                             (port defaults to 8080)
  97      *   -J<javacOption>           pass this option to javac
  98      *   -keep                     keep generated files
  99      *   -p <pkg>                  specifies the target package
 100      *   -m <name>                 generate module-info.java with given Java module name
 101      *   -quiet                    suppress wsimport output
 102      *   -s <directory>            specify where to place generated source files
 103      *   -target <version>         generate code as per the given JAXWS spec version
 104      *                             Defaults to 2.2, Accepted values are 2.0, 2.1 and 2.2
 105      *                             e.g. 2.0 will generate compliant code for JAXWS 2.0 spec
 106      *   -verbose                  output messages about what the compiler is doing
 107      *   -version                  print version information
 108      *   -fullversion              print full version information
 109      *   -wsdllocation <location>  @WebServiceClient.wsdlLocation value
 110      *   -clientjar <jarfile>      creates the jar file of the generated artifacts along with the
 111      *                             WSDL metadata required for invoking the web service.
 112      *   -generateJWS              generate stubbed JWS implementation file
 113      *   -implDestDir <directory>  specify where to generate JWS implementation file
 114      *   -implServiceName <name>   local portion of service name for generated JWS implementation


 245 
 246     public static Localizable localizableWSIMPORT_ARCHIVE_ARTIFACT(Object arg0, Object arg1) {
 247         return MESSAGE_FACTORY.getMessage("wsimport.archiveArtifact", arg0, arg1);
 248     }
 249 
 250     /**
 251      * Adding {0} to the archive {1}
 252      *
 253      */
 254     public static String WSIMPORT_ARCHIVE_ARTIFACT(Object arg0, Object arg1) {
 255         return LOCALIZER.localize(localizableWSIMPORT_ARCHIVE_ARTIFACT(arg0, arg1));
 256     }
 257 
 258     public static Localizable localizableWSGEN_USAGE(Object arg0) {
 259         return MESSAGE_FACTORY.getMessage("wsgen.usage", arg0);
 260     }
 261 
 262     /**
 263      * Usage: {0} [options] <SEI>
 264      *
 265      * Use "wsgen -help" for a detailed description of options.
 266      *
 267      */
 268     public static String WSGEN_USAGE(Object arg0) {
 269         return LOCALIZER.localize(localizableWSGEN_USAGE(arg0));
 270     }
 271 
 272     public static Localizable localizableWSIMPORT_USAGE_EXTENSIONS() {
 273         return MESSAGE_FACTORY.getMessage("wsimport.usage.extensions");
 274     }
 275 
 276     /**
 277      *
 278      * Extensions:
 279      *   -XadditionalHeaders              map headers not bound to request or response message to
 280      *                                    Java method parameters
 281      *   -Xauthfile                       file to carry authorization information in the format
 282      *                                    http://username:password@example.org/stock?wsdl
 283      *   -Xdebug                          print debug information
 284      *   -Xno-addressing-databinding      enable binding of W3C EndpointReferenceType to Java
 285      *   -Xnocompile                      do not compile generated Java files


 539         return LOCALIZER.localize(localizableWSGEN_INVALID_PROTOCOL(arg0, arg1));
 540     }
 541 
 542     public static Localizable localizableWSGEN_HELP(Object arg0, Object arg1, Object arg2) {
 543         return MESSAGE_FACTORY.getMessage("wsgen.help", arg0, arg1, arg2);
 544     }
 545 
 546     /**
 547      *
 548      * Usage: {0} [options] <SEI>
 549      *
 550      * where [options] include:
 551      *   -classpath <path>          specify where to find input class files and wsgen extensions
 552      *   -cp <path>                 specify where to find input class files and wsgen extensions
 553      *   -d <directory>             specify where to place generated output files
 554      *   -encoding <encoding>       specify character encoding used by source files
 555      *   -extension                 allow vendor extensions - functionality not specified
 556      *                              by the specification.  Use of extensions may
 557      *                              result in applications that are not portable or
 558      *                              may not interoperate with other implementations
 559      *   -help                      display help
 560      *   -J<javacOption>            pass this option to javac
 561      *   -keep                      keep generated files
 562      *   -r <directory>             resource destination directory, specify where to
 563      *                              place resouce files such as WSDLs
 564      *   -s <directory>             specify where to place generated source files
 565      *   -verbose                   output messages about what the compiler is doing
 566      *   -version                   print version information
 567      *   -fullversion               print full version information
 568      *   -wsdl[:protocol]           generate a WSDL file. The protocol is optional.
 569      *                              Valid protocols are {1},
 570      *                              the default is soap1.1.
 571      *                              The non standard protocols {2}
 572      *                              can only be used in conjunction with the
 573      *                              -extension option.
 574      *   -inlineSchemas             inline schemas in the generated wsdl. Must be
 575      *                              used in conjunction with the -wsdl option.
 576      *   -servicename <name>        specify the Service name to use in the generated WSDL
 577      *                              Used in conjunction with the -wsdl option.
 578      *   -portname <name>           specify the Port name to use in the generated WSDL
 579      *                              Used in conjunction with the -wsdl option.
 580      *   -x <file>                  specify External Web Service Metadata xml descriptor
 581      *
 582      */
 583     public static String WSGEN_HELP(Object arg0, Object arg1, Object arg2) {
 584         return LOCALIZER.localize(localizableWSGEN_HELP(arg0, arg1, arg2));
 585     }
 586 
 587     public static Localizable localizableWSIMPORT_USAGE(Object arg0) {
 588         return MESSAGE_FACTORY.getMessage("wsimport.usage", arg0);
 589     }
 590 
 591     /**
 592      * Usage: {0} [options] <WSDL_URI>
 593      *
 594      * Use "wsimport -help" for a detailed description of options.
 595      *
 596      */
 597     public static String WSIMPORT_USAGE(Object arg0) {
 598         return LOCALIZER.localize(localizableWSIMPORT_USAGE(arg0));
 599     }
 600 
 601     public static Localizable localizableWSCOMPILE_ERROR(Object arg0) {
 602         return MESSAGE_FACTORY.getMessage("wscompile.error", arg0);
 603     }
 604 
 605     /**
 606      * error: {0}
 607      *
 608      */
 609     public static String WSCOMPILE_ERROR(Object arg0) {
 610         return LOCALIZER.localize(localizableWSCOMPILE_ERROR(arg0));
 611     }
 612 
 613     public static Localizable localizableWSCOMPILE_WARNING(Object arg0) {
 614         return MESSAGE_FACTORY.getMessage("wscompile.warning", arg0);




  74     }
  75 
  76     /**
  77      *
  78      * Usage: {0} [options] <WSDL_URI>
  79      *
  80      * where [options] include:
  81      *   -b <path>                 specify jaxws/jaxb binding files or additional schemas
  82      *                             (Each <path> must have its own -b)
  83      *   -B<jaxbOption>            Pass this option to JAXB schema compiler
  84      *   -catalog <file>           specify catalog file to resolve external entity references
  85      *                             supports TR9401, XCatalog, and OASIS XML Catalog format.
  86      *   -classpath <path>         specify where to find user class files and wsimport extensions
  87      *   -cp <path>                specify where to find user class files and wsimport extensions
  88      *   -d <directory>            specify where to place generated output files
  89      *   -encoding <encoding>      specify character encoding used by source files
  90      *   -extension                allow vendor extensions - functionality not specified
  91      *                             by the specification.  Use of extensions may
  92      *                             result in applications that are not portable or
  93      *                             may not interoperate with other implementations
  94      *   -? -h --help              display this help message
  95      *   -httpproxy:<proxy>        set a HTTP proxy. Format is [user[:password]@]proxyHost:proxyPort
  96      *                             (port defaults to 8080)
  97      *   -J<javacOption>           pass this option to javac
  98      *   -keep                     keep generated files
  99      *   -p <pkg>                  specifies the target package
 100      *   -m <name>                 generate module-info.java with given Java module name
 101      *   -quiet                    suppress wsimport output
 102      *   -s <directory>            specify where to place generated source files
 103      *   -target <version>         generate code as per the given JAXWS spec version
 104      *                             Defaults to 2.2, Accepted values are 2.0, 2.1 and 2.2
 105      *                             e.g. 2.0 will generate compliant code for JAXWS 2.0 spec
 106      *   -verbose                  output messages about what the compiler is doing
 107      *   -version                  print version information
 108      *   -fullversion              print full version information
 109      *   -wsdllocation <location>  @WebServiceClient.wsdlLocation value
 110      *   -clientjar <jarfile>      creates the jar file of the generated artifacts along with the
 111      *                             WSDL metadata required for invoking the web service.
 112      *   -generateJWS              generate stubbed JWS implementation file
 113      *   -implDestDir <directory>  specify where to generate JWS implementation file
 114      *   -implServiceName <name>   local portion of service name for generated JWS implementation


 245 
 246     public static Localizable localizableWSIMPORT_ARCHIVE_ARTIFACT(Object arg0, Object arg1) {
 247         return MESSAGE_FACTORY.getMessage("wsimport.archiveArtifact", arg0, arg1);
 248     }
 249 
 250     /**
 251      * Adding {0} to the archive {1}
 252      *
 253      */
 254     public static String WSIMPORT_ARCHIVE_ARTIFACT(Object arg0, Object arg1) {
 255         return LOCALIZER.localize(localizableWSIMPORT_ARCHIVE_ARTIFACT(arg0, arg1));
 256     }
 257 
 258     public static Localizable localizableWSGEN_USAGE(Object arg0) {
 259         return MESSAGE_FACTORY.getMessage("wsgen.usage", arg0);
 260     }
 261 
 262     /**
 263      * Usage: {0} [options] <SEI>
 264      *
 265      * Use "wsgen --help" for a detailed description of options.
 266      *
 267      */
 268     public static String WSGEN_USAGE(Object arg0) {
 269         return LOCALIZER.localize(localizableWSGEN_USAGE(arg0));
 270     }
 271 
 272     public static Localizable localizableWSIMPORT_USAGE_EXTENSIONS() {
 273         return MESSAGE_FACTORY.getMessage("wsimport.usage.extensions");
 274     }
 275 
 276     /**
 277      *
 278      * Extensions:
 279      *   -XadditionalHeaders              map headers not bound to request or response message to
 280      *                                    Java method parameters
 281      *   -Xauthfile                       file to carry authorization information in the format
 282      *                                    http://username:password@example.org/stock?wsdl
 283      *   -Xdebug                          print debug information
 284      *   -Xno-addressing-databinding      enable binding of W3C EndpointReferenceType to Java
 285      *   -Xnocompile                      do not compile generated Java files


 539         return LOCALIZER.localize(localizableWSGEN_INVALID_PROTOCOL(arg0, arg1));
 540     }
 541 
 542     public static Localizable localizableWSGEN_HELP(Object arg0, Object arg1, Object arg2) {
 543         return MESSAGE_FACTORY.getMessage("wsgen.help", arg0, arg1, arg2);
 544     }
 545 
 546     /**
 547      *
 548      * Usage: {0} [options] <SEI>
 549      *
 550      * where [options] include:
 551      *   -classpath <path>          specify where to find input class files and wsgen extensions
 552      *   -cp <path>                 specify where to find input class files and wsgen extensions
 553      *   -d <directory>             specify where to place generated output files
 554      *   -encoding <encoding>       specify character encoding used by source files
 555      *   -extension                 allow vendor extensions - functionality not specified
 556      *                              by the specification.  Use of extensions may
 557      *                              result in applications that are not portable or
 558      *                              may not interoperate with other implementations
 559      *   -? -h --help               display this help message
 560      *   -J<javacOption>            pass this option to javac
 561      *   -keep                      keep generated files
 562      *   -r <directory>             resource destination directory, specify where to
 563      *                              place resouce files such as WSDLs
 564      *   -s <directory>             specify where to place generated source files
 565      *   -verbose                   output messages about what the compiler is doing
 566      *   -version                   print version information
 567      *   -fullversion               print full version information
 568      *   -wsdl[:protocol]           generate a WSDL file. The protocol is optional.
 569      *                              Valid protocols are {1},
 570      *                              the default is soap1.1.
 571      *                              The non standard protocols {2}
 572      *                              can only be used in conjunction with the
 573      *                              -extension option.
 574      *   -inlineSchemas             inline schemas in the generated wsdl. Must be
 575      *                              used in conjunction with the -wsdl option.
 576      *   -servicename <name>        specify the Service name to use in the generated WSDL
 577      *                              Used in conjunction with the -wsdl option.
 578      *   -portname <name>           specify the Port name to use in the generated WSDL
 579      *                              Used in conjunction with the -wsdl option.
 580      *   -x <file>                  specify External Web Service Metadata xml descriptor
 581      *
 582      */
 583     public static String WSGEN_HELP(Object arg0, Object arg1, Object arg2) {
 584         return LOCALIZER.localize(localizableWSGEN_HELP(arg0, arg1, arg2));
 585     }
 586 
 587     public static Localizable localizableWSIMPORT_USAGE(Object arg0) {
 588         return MESSAGE_FACTORY.getMessage("wsimport.usage", arg0);
 589     }
 590 
 591     /**
 592      * Usage: {0} [options] <WSDL_URI>
 593      *
 594      * Use "wsimport --help" for a detailed description of options.
 595      *
 596      */
 597     public static String WSIMPORT_USAGE(Object arg0) {
 598         return LOCALIZER.localize(localizableWSIMPORT_USAGE(arg0));
 599     }
 600 
 601     public static Localizable localizableWSCOMPILE_ERROR(Object arg0) {
 602         return MESSAGE_FACTORY.getMessage("wscompile.error", arg0);
 603     }
 604 
 605     /**
 606      * error: {0}
 607      *
 608      */
 609     public static String WSCOMPILE_ERROR(Object arg0) {
 610         return LOCALIZER.localize(localizableWSCOMPILE_ERROR(arg0));
 611     }
 612 
 613     public static Localizable localizableWSCOMPILE_WARNING(Object arg0) {
 614         return MESSAGE_FACTORY.getMessage("wscompile.warning", arg0);


< prev index next >