src/share/jaxws_classes/com/sun/tools/internal/ws/resources/wscompile.properties

changeset 0
373ffda63c9a
child 637
9c07ef4934dd
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/share/jaxws_classes/com/sun/tools/internal/ws/resources/wscompile.properties	Wed Apr 27 01:27:09 2016 +0800
     1.3 @@ -0,0 +1,261 @@
     1.4 +#
     1.5 +# Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.7 +#
     1.8 +# This code is free software; you can redistribute it and/or modify it
     1.9 +# under the terms of the GNU General Public License version 2 only, as
    1.10 +# published by the Free Software Foundation.  Oracle designates this
    1.11 +# particular file as subject to the "Classpath" exception as provided
    1.12 +# by Oracle in the LICENSE file that accompanied this code.
    1.13 +#
    1.14 +# This code is distributed in the hope that it will be useful, but WITHOUT
    1.15 +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    1.16 +# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    1.17 +# version 2 for more details (a copy is included in the LICENSE file that
    1.18 +# accompanied this code).
    1.19 +#
    1.20 +# You should have received a copy of the GNU General Public License version
    1.21 +# 2 along with this work; if not, write to the Free Software Foundation,
    1.22 +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    1.23 +#
    1.24 +# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    1.25 +# or visit www.oracle.com if you need additional information or have any
    1.26 +# questions.
    1.27 +#
    1.28 +
    1.29 +wsimport.usage=Usage: {0} [options] <WSDL_URI>\n\n\
    1.30 +Use "wsimport -help" for a detailed description of options.
    1.31 +
    1.32 +wsimport.help=\nUsage: {0} [options] <WSDL_URI>\n\n\
    1.33 +\where [options] include:\n\
    1.34 +\  -b <path>                 specify jaxws/jaxb binding files or additional schemas\n\
    1.35 +\                            (Each <path> must have its own -b)\n\
    1.36 +\  -B<jaxbOption>            Pass this option to JAXB schema compiler\n\
    1.37 +\  -catalog <file>           specify catalog file to resolve external entity references\n\
    1.38 +\                            supports TR9401, XCatalog, and OASIS XML Catalog format.\n\
    1.39 +\  -classpath <path>         specify where to find user class files and wsimport extensions\n\
    1.40 +\  -cp <path>                specify where to find user class files and wsimport extensions\n\
    1.41 +\  -d <directory>            specify where to place generated output files\n\
    1.42 +\  -encoding <encoding>      specify character encoding used by source files\n\
    1.43 +\  -extension                allow vendor extensions - functionality not specified\n\
    1.44 +\                            by the specification.  Use of extensions may\n\
    1.45 +\                            result in applications that are not portable or\n\
    1.46 +\                            may not interoperate with other implementations\n\
    1.47 +\  -help                     display help\n\
    1.48 +\  -httpproxy:<proxy>        set a HTTP proxy. Format is [user[:password]@]proxyHost:proxyPort\n\
    1.49 +\                            (port defaults to 8080)\n\
    1.50 +\  -J<javacOption>           pass this option to javac\n\
    1.51 +\  -keep                     keep generated files\n\
    1.52 +\  -p <pkg>                  specifies the target package\n\
    1.53 +\  -quiet                    suppress wsimport output\n\
    1.54 +\  -s <directory>            specify where to place generated source files\n\
    1.55 +\  -target <version>         generate code as per the given JAXWS spec version\n\
    1.56 +\                            Defaults to 2.2, Accepted values are 2.0, 2.1 and 2.2\n\
    1.57 +\                            e.g. 2.0 will generate compliant code for JAXWS 2.0 spec\n\
    1.58 +\  -verbose                  output messages about what the compiler is doing\n\
    1.59 +\  -version                  print version information\n\
    1.60 +\  -fullversion              print full version information\n\
    1.61 +\  -wsdllocation <location>  @WebServiceClient.wsdlLocation value\n\
    1.62 +\  -clientjar <jarfile>      creates the jar file of the generated artifacts along with the\n\
    1.63 +\                            WSDL metadata required for invoking the web service.\n\
    1.64 +\  -generateJWS              generate stubbed JWS implementation file\n\
    1.65 +\  -implDestDir <directory>  specify where to generate JWS implementation file\n\
    1.66 +\  -implServiceName <name>   local portion of service name for generated JWS implementation\n\
    1.67 +\  -implPortName <name>      local portion of port name for generated JWS implementation
    1.68 +
    1.69 +wsimport.usage.extensions=\n\
    1.70 +\Extensions:\n\
    1.71 +\  -XadditionalHeaders              map headers not bound to request or response message to \n\
    1.72 +\                                   Java method parameters\n\
    1.73 +\  -Xauthfile                       file to carry authorization information in the format \n\
    1.74 +\                                   http://username:password@example.org/stock?wsdl\n\
    1.75 +\  -Xdebug                          print debug information\n\
    1.76 +\  -Xno-addressing-databinding      enable binding of W3C EndpointReferenceType to Java\n\
    1.77 +\  -Xnocompile                      do not compile generated Java files\n\
    1.78 +\  -XdisableAuthenticator           disable Authenticator used by JAX-WS RI,\n\
    1.79 +\                                   -Xauthfile option will be ignored if set\n\
    1.80 +\  -XdisableSSLHostnameVerification disable the SSL Hostname verification while fetching\n\
    1.81 +\                                   wsdls
    1.82 +
    1.83 +
    1.84 +wsimport.usage.examples=\n\
    1.85 +\Examples:\n\
    1.86 +\  wsimport stock.wsdl -b stock.xml -b stock.xjb\n\
    1.87 +\  wsimport -d generated http://example.org/stock?wsdl\n\
    1.88 +
    1.89 +#{0} - version number
    1.90 +wsimport.version=wsimport version \"{0}\"
    1.91 +
    1.92 +#{0} - full version number
    1.93 +wsimport.fullversion=wsimport full version \"{0}\"
    1.94 +
    1.95 +wsgen.usage=Usage: {0} [options] <SEI>\n\n\
    1.96 +Use "wsgen -help" for a detailed description of options.
    1.97 +
    1.98 +wsgen.help=\nUsage: {0} [options] <SEI>\n\n\
    1.99 +\where [options] include:\n\
   1.100 +\  -classpath <path>          specify where to find input class files and wsgen extensions\n\
   1.101 +\  -cp <path>                 specify where to find input class files and wsgen extensions\n\
   1.102 +\  -d <directory>             specify where to place generated output files\n\
   1.103 +\  -encoding <encoding>       specify character encoding used by source files\n\
   1.104 +\  -extension                 allow vendor extensions - functionality not specified\n\
   1.105 +\                             by the specification.  Use of extensions may\n\
   1.106 +\                             result in applications that are not portable or\n\
   1.107 +\                             may not interoperate with other implementations\n\
   1.108 +\  -help                      display help\n\
   1.109 +\  -J<javacOption>            pass this option to javac\n\
   1.110 +\  -keep                      keep generated files\n\
   1.111 +\  -r <directory>             resource destination directory, specify where to\n\
   1.112 +\                             place resouce files such as WSDLs\n\
   1.113 +\  -s <directory>             specify where to place generated source files\n\
   1.114 +\  -verbose                   output messages about what the compiler is doing\n\
   1.115 +\  -version                   print version information\n\
   1.116 +\  -fullversion               print full version information\n\
   1.117 +\  -wsdl[:protocol]           generate a WSDL file. The protocol is optional.\n\
   1.118 +\                             Valid protocols are {1},\n\
   1.119 +\                             the default is soap1.1.\n\
   1.120 +\                             The non standard protocols {2}\n\
   1.121 +\                             can only be used in conjunction with the\n\
   1.122 +\                             -extension option.\n\
   1.123 +\  -inlineSchemas             inline schemas in the generated wsdl. Must be\n\
   1.124 +\                             used in conjunction with the -wsdl option.\n\
   1.125 +\  -servicename <name>        specify the Service name to use in the generated WSDL\n\
   1.126 +\                             Used in conjunction with the -wsdl option.\n\
   1.127 +\  -portname <name>           specify the Port name to use in the generated WSDL\n\
   1.128 +\                             Used in conjunction with the -wsdl option.\n\
   1.129 +\  -x <file>                  specify External Web Service Metadata xml descriptor
   1.130 +
   1.131 +wsgen.usage.extensions=\n\
   1.132 +\Extensions:\n\
   1.133 +\  -Xnocompile                do not compile generated Java files
   1.134 +
   1.135 +wsgen.usage.examples=\n\
   1.136 +\Examples:\n\
   1.137 +\  wsgen -cp . example.Stock\n\
   1.138 +\  wsgen -cp . example.Stock -wsdl -servicename '{http://mynamespace}MyService'\n\
   1.139 +
   1.140 +#{0} - version number
   1.141 +wsgen.version=wsgen version \"{0}\"
   1.142 +
   1.143 +#{0} - full version number
   1.144 +wsgen.fullversion=wsgen full version \"{0}\"
   1.145 +
   1.146 +wrapperTask.needEndorsed=\
   1.147 +You are running on JDK6 which comes with JAX-WS {0} API, but this tool requires JAX-WS {1} API. \
   1.148 +Use the endorsed standards override mechanism (http://docs.oracle.com/javase/6/docs/technotes/guides/standards/), \
   1.149 +or set xendorsed="true" on <{2}>.
   1.150 +
   1.151 +# {0}, {2} - version (e.g. 2.1), {1} - absolute class location
   1.152 +wrapperTask.loadingIncorrectApi=\
   1.153 +You are loading JAX-WS {0} API from {1} but this tool requires JAX-WS {2} API.
   1.154 +
   1.155 +invoker.needEndorsed=\
   1.156 +You are running on JDK6 which comes with JAX-WS {0} API, but this tool requires JAX-WS {1} API. \
   1.157 +Use the endorsed standards override mechanism (http://docs.oracle.com/javase/6/docs/technotes/guides/standards/), \
   1.158 +or use -Xendorsed option.
   1.159 +
   1.160 +
   1.161 +#
   1.162 +# Generic Messages
   1.163 +#
   1.164 +wscompile.invalidOption=unrecognized parameter {0}
   1.165 +wscompile.existingOption=Ignoring already defined option {0}\n
   1.166 +wsimport.noSuchJaxbOption=no such JAXB option: {0}
   1.167 +
   1.168 +wscompile.error=error: {0}
   1.169 +wscompile.warning=warning: {0}
   1.170 +wscompile.info=info: {0}
   1.171 +wscompile.duplicateOption=duplicate option: {0}
   1.172 +wscompile.noSuchDirectory=directory not found: {0}
   1.173 +# wscompile.missingOptionArgument
   1.174 +wscompile.missingOptionArgument=option \"{0}\" requires an argument
   1.175 +wscompile.compilationFailed=compilation failed, errors should have been reported
   1.176 +wscompile.unsupportedEncoding=unsupported encoding: {0}
   1.177 +
   1.178 +wsimport.missingFile=Missing WSDL_URI
   1.179 +
   1.180 +wsgen.invalid.protocol=\"{0}\" is not a supported protocol.  Supported protocols include: {1}.
   1.181 +wsgen.invalid.transport=\"{0}\" is not a supported transport.  Supported transport includes: {1}.
   1.182 +wsgen.class.not.found=Class not found: \"{0}\"
   1.183 +wsgen.could.not.create.file="Could not create file: "\{0}\"
   1.184 +wsgen.missingFile=Missing SEI
   1.185 +wsgen.soap12.without.extension=The optional protocol \"Xsoap1.2\" must be used in conjunction with the \"-extension\" option.
   1.186 +wsgen.protocol.without.extension=The optional protocol \"{0}\" must be used in conjunction with the \"-extension\" option.
   1.187 +wsgen.wsdl.arg.no.genwsdl=The \"{0}\" option can only be in conjunction with the "-wsdl" option.
   1.188 +wsgen.servicename.missing.namespace=The service name \"{0}\" is missing a namespace.
   1.189 +wsgen.servicename.missing.localname=The service name \"{0}\" is missing a localname.
   1.190 +wsgen.portname.missing.namespace=The port name \"{0}\" is missing a namespace.
   1.191 +wsgen.portname.missing.localname=The port name \"{0}\" is missing a localname.
   1.192 +wsgen.class.must.be.implementation.class=The class \"{0}\" is not an endpoint implementation class.
   1.193 +wsimport.NotAFileNorURL = \
   1.194 +    "{0}" is neither a file name nor an URL
   1.195 +
   1.196 +wsgen.cannot.gen.wsdl.for.non.soap.binding=wsgen can not generate WSDL for non-SOAP binding: {0} on Class {1}
   1.197 +
   1.198 +wsgen.cannot.gen.wsdl.for.soap12.binding=wsgen can not generate WSDL for SOAP 1.2 binding: {0} on class: {1}.\n
   1.199 +Please specify \"-extension\" and \"-wsdl:protocol XSoap1.2\" switches. For example:\n\n
   1.200 +wsgen -wsdl:protocol XSoap1.2 -extenson {1}
   1.201 +wsgen.inlineSchemas.only.with.wsdl=\"-inlineSchemas\" must be used in conjunction with the \"-wsdl\" option
   1.202 +
   1.203 +wsgen.no.webservices.class=wsgen did not find any class with @WebService annotation. Please specify @WebService annotation on {0}.
   1.204 +
   1.205 +wsimport.no.wsdl=Failed to read the WSDL document: {0}, because 1) could not find the document; /\
   1.206 +  2) the document could not be read; \
   1.207 +  3) the root element of the document is not <wsdl:definitions>.
   1.208 +
   1.209 +wsimport.FailedToParse = \
   1.210 +    Failed to parse "{0}": {1}
   1.211 +
   1.212 +wsimport.ParsingWSDL=parsing WSDL...\n\n
   1.213 +wsimport.GeneratingCode=\nGenerating code...\n
   1.214 +wsimport.CompilingCode=\nCompiling code...\n
   1.215 +wsimport.ILLEGAL_TARGET_VERSION = \
   1.216 +    "{0}" is not a valid target version. "2.0" and "2.1" are supported.
   1.217 +
   1.218 +wsimport.ILLEGAL_AUTH_INFO = \
   1.219 +    "{0}" is not a valid authorization information format. The format is http[s]://user:password@host:port//<url-path>.
   1.220 +
   1.221 +wsimport.ILLEGAL_PROXY = \
   1.222 +    "{0}" is not a valid proxy format. The format is [user[:password]@]proxyHost:proxyPort
   1.223 +
   1.224 +wsimport.readingAuthFile = \
   1.225 +  Trying to read authorization file : "{0}"...
   1.226 +
   1.227 +# {0} - path to current authorization file, {1} - path to metro authorization file
   1.228 +wsimport.authFileNotFound = \
   1.229 +  Authorization file "{0}" not found. If the WSDL access needs Basic Authentication, please provide authorization file with read access at {1} or use -Xauthfile to give the authorization file and on each line provide authorization information using this format : http[s]://user:password@host:port//<url-path>
   1.230 +
   1.231 +# {0} - exception message, {1} - systemId (e.g. location of WSDL file) , {2} - path to metro authentication file e.g.: Server returned HTTP response code: 401 for URL: http://localhost:8080/myServer/mywebService?WSDL, "http://localhost:8080/myServer/mywebService?WSDL" needs authorization, please provide authorization file with read access at C:\Documents and Settings\user\.metro\auth or use -Xauthfile to give the authorization file and on each line provide authorization information using this format : http[s]://user:password@host:port//
   1.232 +wsimport.authInfoNeeded = \
   1.233 +  {0},  "{1}" needs authorization, please provide authorization file with read access at {2} or use -Xauthfile to give the authorization file and on each line provide authorization information using this format : http[s]://user:password@host:port//<url-path>
   1.234 +
   1.235 +wsimport.AUTH_INFO_LINENO = \
   1.236 +  "line {0} of {1}
   1.237 +
   1.238 +
   1.239 +wsimport.ErrorMessage = \
   1.240 +        [ERROR] {0}
   1.241 +
   1.242 +wsimport.WarningMessage = \
   1.243 +        [WARNING] {0}
   1.244 +
   1.245 +wsimport.InfoMessage = \
   1.246 +        [INFO] {0}
   1.247 +
   1.248 +wsimport.DebugMessage = \
   1.249 +        [DEBUG] {0}
   1.250 +
   1.251 +wsimport.httpRedirect = \
   1.252 +  Server returned HTTP Status code: "{0}", retrying with "{1}"
   1.253 +
   1.254 +wsimport.maxRedirectAttempt = \
   1.255 +  Can not get a WSDL maximum number of redirects(5) reached
   1.256 +
   1.257 +wsimport.wsdllocation.clientjar = \
   1.258 +  wsdlLocation cannot be specified when using clientJar option
   1.259 +# {0} - path to a zip file
   1.260 +wsimport.archivingArtifacts=\nArchiving the generated artifacts into {0}.\n
   1.261 +wsimport.archiveArtifact=Adding {0} to the archive {1}
   1.262 +wsimport.fetchingMetadata=\nDownloading the WSDL and associated metadata\n
   1.263 +# {0} - URI, {1} - path to a file
   1.264 +wsimport.document.download=\nDownloading metadata document from {0} to {1}

mercurial