< prev index next >

src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/resources/wscompile.properties

Print this page


   1 #
   2 # Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any


  30 \where [options] include:\n\
  31 \  -b <path>                 specify jaxws/jaxb binding files or additional schemas\n\
  32 \                            (Each <path> must have its own -b)\n\
  33 \  -B<jaxbOption>            Pass this option to JAXB schema compiler\n\
  34 \  -catalog <file>           specify catalog file to resolve external entity references\n\
  35 \                            supports TR9401, XCatalog, and OASIS XML Catalog format.\n\
  36 \  -classpath <path>         specify where to find user class files and wsimport extensions\n\
  37 \  -cp <path>                specify where to find user class files and wsimport extensions\n\
  38 \  -d <directory>            specify where to place generated output files\n\
  39 \  -encoding <encoding>      specify character encoding used by source files\n\
  40 \  -extension                allow vendor extensions - functionality not specified\n\
  41 \                            by the specification.  Use of extensions may\n\
  42 \                            result in applications that are not portable or\n\
  43 \                            may not interoperate with other implementations\n\
  44 \  -help                     display help\n\
  45 \  -httpproxy:<proxy>        set a HTTP proxy. Format is [user[:password]@]proxyHost:proxyPort\n\
  46 \                            (port defaults to 8080)\n\
  47 \  -J<javacOption>           pass this option to javac\n\
  48 \  -keep                     keep generated files\n\
  49 \  -p <pkg>                  specifies the target package\n\

  50 \  -quiet                    suppress wsimport output\n\
  51 \  -s <directory>            specify where to place generated source files\n\
  52 \  -target <version>         generate code as per the given JAXWS spec version\n\
  53 \                            Defaults to 2.2, Accepted values are 2.0, 2.1 and 2.2\n\
  54 \                            e.g. 2.0 will generate compliant code for JAXWS 2.0 spec\n\
  55 \  -verbose                  output messages about what the compiler is doing\n\
  56 \  -version                  print version information\n\
  57 \  -fullversion              print full version information\n\
  58 \  -wsdllocation <location>  @WebServiceClient.wsdlLocation value\n\
  59 \  -clientjar <jarfile>      creates the jar file of the generated artifacts along with the\n\
  60 \                            WSDL metadata required for invoking the web service.\n\
  61 \  -generateJWS              generate stubbed JWS implementation file\n\
  62 \  -implDestDir <directory>  specify where to generate JWS implementation file\n\
  63 \  -implServiceName <name>   local portion of service name for generated JWS implementation\n\
  64 \  -implPortName <name>      local portion of port name for generated JWS implementation
  65 
  66 wsimport.usage.extensions=\n\
  67 \Extensions:\n\
  68 \  -XadditionalHeaders              map headers not bound to request or response message to \n\
  69 \                                   Java method parameters\n\


   1 #
   2 # Copyright (c) 2005, 2016, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any


  30 \where [options] include:\n\
  31 \  -b <path>                 specify jaxws/jaxb binding files or additional schemas\n\
  32 \                            (Each <path> must have its own -b)\n\
  33 \  -B<jaxbOption>            Pass this option to JAXB schema compiler\n\
  34 \  -catalog <file>           specify catalog file to resolve external entity references\n\
  35 \                            supports TR9401, XCatalog, and OASIS XML Catalog format.\n\
  36 \  -classpath <path>         specify where to find user class files and wsimport extensions\n\
  37 \  -cp <path>                specify where to find user class files and wsimport extensions\n\
  38 \  -d <directory>            specify where to place generated output files\n\
  39 \  -encoding <encoding>      specify character encoding used by source files\n\
  40 \  -extension                allow vendor extensions - functionality not specified\n\
  41 \                            by the specification.  Use of extensions may\n\
  42 \                            result in applications that are not portable or\n\
  43 \                            may not interoperate with other implementations\n\
  44 \  -help                     display help\n\
  45 \  -httpproxy:<proxy>        set a HTTP proxy. Format is [user[:password]@]proxyHost:proxyPort\n\
  46 \                            (port defaults to 8080)\n\
  47 \  -J<javacOption>           pass this option to javac\n\
  48 \  -keep                     keep generated files\n\
  49 \  -p <pkg>                  specifies the target package\n\
  50 \  -m <name>                 generate module-info.java with given Java module name\n\
  51 \  -quiet                    suppress wsimport output\n\
  52 \  -s <directory>            specify where to place generated source files\n\
  53 \  -target <version>         generate code as per the given JAXWS spec version\n\
  54 \                            Defaults to 2.2, Accepted values are 2.0, 2.1 and 2.2\n\
  55 \                            e.g. 2.0 will generate compliant code for JAXWS 2.0 spec\n\
  56 \  -verbose                  output messages about what the compiler is doing\n\
  57 \  -version                  print version information\n\
  58 \  -fullversion              print full version information\n\
  59 \  -wsdllocation <location>  @WebServiceClient.wsdlLocation value\n\
  60 \  -clientjar <jarfile>      creates the jar file of the generated artifacts along with the\n\
  61 \                            WSDL metadata required for invoking the web service.\n\
  62 \  -generateJWS              generate stubbed JWS implementation file\n\
  63 \  -implDestDir <directory>  specify where to generate JWS implementation file\n\
  64 \  -implServiceName <name>   local portion of service name for generated JWS implementation\n\
  65 \  -implPortName <name>      local portion of port name for generated JWS implementation
  66 
  67 wsimport.usage.extensions=\n\
  68 \Extensions:\n\
  69 \  -XadditionalHeaders              map headers not bound to request or response message to \n\
  70 \                                   Java method parameters\n\


< prev index next >