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

Thu, 31 Aug 2017 15:18:52 +0800

author
aoqi
date
Thu, 31 Aug 2017 15:18:52 +0800
changeset 637
9c07ef4934dd
parent 408
b0610cd08440
parent 0
373ffda63c9a
permissions
-rw-r--r--

merge

aoqi@0 1 #
aoqi@0 2 # Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
aoqi@0 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
aoqi@0 4 #
aoqi@0 5 # This code is free software; you can redistribute it and/or modify it
aoqi@0 6 # under the terms of the GNU General Public License version 2 only, as
aoqi@0 7 # published by the Free Software Foundation. Oracle designates this
aoqi@0 8 # particular file as subject to the "Classpath" exception as provided
aoqi@0 9 # by Oracle in the LICENSE file that accompanied this code.
aoqi@0 10 #
aoqi@0 11 # This code is distributed in the hope that it will be useful, but WITHOUT
aoqi@0 12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
aoqi@0 13 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
aoqi@0 14 # version 2 for more details (a copy is included in the LICENSE file that
aoqi@0 15 # accompanied this code).
aoqi@0 16 #
aoqi@0 17 # You should have received a copy of the GNU General Public License version
aoqi@0 18 # 2 along with this work; if not, write to the Free Software Foundation,
aoqi@0 19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
aoqi@0 20 #
aoqi@0 21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
aoqi@0 22 # or visit www.oracle.com if you need additional information or have any
aoqi@0 23 # questions.
aoqi@0 24 #
aoqi@0 25
aoqi@0 26 wsimport.usage=Usage: {0} [options] <WSDL_URI>\n\n\
aoqi@0 27 Use "wsimport -help" for a detailed description of options.
aoqi@0 28
aoqi@0 29 wsimport.help=\nUsage: {0} [options] <WSDL_URI>\n\n\
aoqi@0 30 \where [options] include:\n\
aoqi@0 31 \ -b <path> specify jaxws/jaxb binding files or additional schemas\n\
aoqi@0 32 \ (Each <path> must have its own -b)\n\
aoqi@0 33 \ -B<jaxbOption> Pass this option to JAXB schema compiler\n\
aoqi@0 34 \ -catalog <file> specify catalog file to resolve external entity references\n\
aoqi@0 35 \ supports TR9401, XCatalog, and OASIS XML Catalog format.\n\
aoqi@0 36 \ -classpath <path> specify where to find user class files and wsimport extensions\n\
aoqi@0 37 \ -cp <path> specify where to find user class files and wsimport extensions\n\
aoqi@0 38 \ -d <directory> specify where to place generated output files\n\
aoqi@0 39 \ -encoding <encoding> specify character encoding used by source files\n\
aoqi@0 40 \ -extension allow vendor extensions - functionality not specified\n\
aoqi@0 41 \ by the specification. Use of extensions may\n\
aoqi@0 42 \ result in applications that are not portable or\n\
aoqi@0 43 \ may not interoperate with other implementations\n\
aoqi@0 44 \ -help display help\n\
aoqi@0 45 \ -httpproxy:<proxy> set a HTTP proxy. Format is [user[:password]@]proxyHost:proxyPort\n\
aoqi@0 46 \ (port defaults to 8080)\n\
aoqi@0 47 \ -J<javacOption> pass this option to javac\n\
aoqi@0 48 \ -keep keep generated files\n\
aoqi@0 49 \ -p <pkg> specifies the target package\n\
aoqi@0 50 \ -quiet suppress wsimport output\n\
aoqi@0 51 \ -s <directory> specify where to place generated source files\n\
aoqi@0 52 \ -target <version> generate code as per the given JAXWS spec version\n\
aoqi@0 53 \ Defaults to 2.2, Accepted values are 2.0, 2.1 and 2.2\n\
aoqi@0 54 \ e.g. 2.0 will generate compliant code for JAXWS 2.0 spec\n\
aoqi@0 55 \ -verbose output messages about what the compiler is doing\n\
aoqi@0 56 \ -version print version information\n\
aoqi@0 57 \ -fullversion print full version information\n\
aoqi@0 58 \ -wsdllocation <location> @WebServiceClient.wsdlLocation value\n\
aoqi@0 59 \ -clientjar <jarfile> creates the jar file of the generated artifacts along with the\n\
aoqi@0 60 \ WSDL metadata required for invoking the web service.\n\
aoqi@0 61 \ -generateJWS generate stubbed JWS implementation file\n\
aoqi@0 62 \ -implDestDir <directory> specify where to generate JWS implementation file\n\
aoqi@0 63 \ -implServiceName <name> local portion of service name for generated JWS implementation\n\
aoqi@0 64 \ -implPortName <name> local portion of port name for generated JWS implementation
aoqi@0 65
aoqi@0 66 wsimport.usage.extensions=\n\
aoqi@0 67 \Extensions:\n\
aoqi@0 68 \ -XadditionalHeaders map headers not bound to request or response message to \n\
aoqi@0 69 \ Java method parameters\n\
aoqi@0 70 \ -Xauthfile file to carry authorization information in the format \n\
aoqi@0 71 \ http://username:password@example.org/stock?wsdl\n\
aoqi@0 72 \ -Xdebug print debug information\n\
aoqi@0 73 \ -Xno-addressing-databinding enable binding of W3C EndpointReferenceType to Java\n\
aoqi@0 74 \ -Xnocompile do not compile generated Java files\n\
aoqi@0 75 \ -XdisableAuthenticator disable Authenticator used by JAX-WS RI,\n\
aoqi@0 76 \ -Xauthfile option will be ignored if set\n\
aoqi@0 77 \ -XdisableSSLHostnameVerification disable the SSL Hostname verification while fetching\n\
aoqi@0 78 \ wsdls
aoqi@0 79
aoqi@0 80
aoqi@0 81 wsimport.usage.examples=\n\
aoqi@0 82 \Examples:\n\
aoqi@0 83 \ wsimport stock.wsdl -b stock.xml -b stock.xjb\n\
aoqi@0 84 \ wsimport -d generated http://example.org/stock?wsdl\n\
aoqi@0 85
aoqi@0 86 #{0} - version number
aoqi@0 87 wsimport.version=wsimport version \"{0}\"
aoqi@0 88
aoqi@0 89 #{0} - full version number
aoqi@0 90 wsimport.fullversion=wsimport full version \"{0}\"
aoqi@0 91
aoqi@0 92 wsgen.usage=Usage: {0} [options] <SEI>\n\n\
aoqi@0 93 Use "wsgen -help" for a detailed description of options.
aoqi@0 94
aoqi@0 95 wsgen.help=\nUsage: {0} [options] <SEI>\n\n\
aoqi@0 96 \where [options] include:\n\
aoqi@0 97 \ -classpath <path> specify where to find input class files and wsgen extensions\n\
aoqi@0 98 \ -cp <path> specify where to find input class files and wsgen extensions\n\
aoqi@0 99 \ -d <directory> specify where to place generated output files\n\
aoqi@0 100 \ -encoding <encoding> specify character encoding used by source files\n\
aoqi@0 101 \ -extension allow vendor extensions - functionality not specified\n\
aoqi@0 102 \ by the specification. Use of extensions may\n\
aoqi@0 103 \ result in applications that are not portable or\n\
aoqi@0 104 \ may not interoperate with other implementations\n\
aoqi@0 105 \ -help display help\n\
aoqi@0 106 \ -J<javacOption> pass this option to javac\n\
aoqi@0 107 \ -keep keep generated files\n\
aoqi@0 108 \ -r <directory> resource destination directory, specify where to\n\
aoqi@0 109 \ place resouce files such as WSDLs\n\
aoqi@0 110 \ -s <directory> specify where to place generated source files\n\
aoqi@0 111 \ -verbose output messages about what the compiler is doing\n\
aoqi@0 112 \ -version print version information\n\
aoqi@0 113 \ -fullversion print full version information\n\
aoqi@0 114 \ -wsdl[:protocol] generate a WSDL file. The protocol is optional.\n\
aoqi@0 115 \ Valid protocols are {1},\n\
aoqi@0 116 \ the default is soap1.1.\n\
aoqi@0 117 \ The non standard protocols {2}\n\
aoqi@0 118 \ can only be used in conjunction with the\n\
aoqi@0 119 \ -extension option.\n\
aoqi@0 120 \ -inlineSchemas inline schemas in the generated wsdl. Must be\n\
aoqi@0 121 \ used in conjunction with the -wsdl option.\n\
aoqi@0 122 \ -servicename <name> specify the Service name to use in the generated WSDL\n\
aoqi@0 123 \ Used in conjunction with the -wsdl option.\n\
aoqi@0 124 \ -portname <name> specify the Port name to use in the generated WSDL\n\
aoqi@0 125 \ Used in conjunction with the -wsdl option.\n\
aoqi@0 126 \ -x <file> specify External Web Service Metadata xml descriptor
aoqi@0 127
aoqi@0 128 wsgen.usage.extensions=\n\
aoqi@0 129 \Extensions:\n\
aoqi@0 130 \ -Xnocompile do not compile generated Java files
aoqi@0 131
aoqi@0 132 wsgen.usage.examples=\n\
aoqi@0 133 \Examples:\n\
aoqi@0 134 \ wsgen -cp . example.Stock\n\
aoqi@0 135 \ wsgen -cp . example.Stock -wsdl -servicename '{http://mynamespace}MyService'\n\
aoqi@0 136
aoqi@0 137 #{0} - version number
aoqi@0 138 wsgen.version=wsgen version \"{0}\"
aoqi@0 139
aoqi@0 140 #{0} - full version number
aoqi@0 141 wsgen.fullversion=wsgen full version \"{0}\"
aoqi@0 142
aoqi@0 143 wrapperTask.needEndorsed=\
aoqi@0 144 You are running on JDK6 which comes with JAX-WS {0} API, but this tool requires JAX-WS {1} API. \
aoqi@0 145 Use the endorsed standards override mechanism (http://docs.oracle.com/javase/6/docs/technotes/guides/standards/), \
aoqi@0 146 or set xendorsed="true" on <{2}>.
aoqi@0 147
aoqi@0 148 # {0}, {2} - version (e.g. 2.1), {1} - absolute class location
aoqi@0 149 wrapperTask.loadingIncorrectApi=\
aoqi@0 150 You are loading JAX-WS {0} API from {1} but this tool requires JAX-WS {2} API.
aoqi@0 151
aoqi@0 152 invoker.needEndorsed=\
aoqi@0 153 You are running on JDK6 which comes with JAX-WS {0} API, but this tool requires JAX-WS {1} API. \
aoqi@0 154 Use the endorsed standards override mechanism (http://docs.oracle.com/javase/6/docs/technotes/guides/standards/), \
aoqi@0 155 or use -Xendorsed option.
aoqi@0 156
aoqi@0 157
aoqi@0 158 #
aoqi@0 159 # Generic Messages
aoqi@0 160 #
aoqi@0 161 wscompile.invalidOption=unrecognized parameter {0}
aoqi@0 162 wscompile.existingOption=Ignoring already defined option {0}\n
aoqi@0 163 wsimport.noSuchJaxbOption=no such JAXB option: {0}
aoqi@0 164
aoqi@0 165 wscompile.error=error: {0}
aoqi@0 166 wscompile.warning=warning: {0}
aoqi@0 167 wscompile.info=info: {0}
aoqi@0 168 wscompile.duplicateOption=duplicate option: {0}
aoqi@0 169 wscompile.noSuchDirectory=directory not found: {0}
aoqi@0 170 # wscompile.missingOptionArgument
aoqi@0 171 wscompile.missingOptionArgument=option \"{0}\" requires an argument
aoqi@0 172 wscompile.compilationFailed=compilation failed, errors should have been reported
aoqi@0 173 wscompile.unsupportedEncoding=unsupported encoding: {0}
aoqi@0 174
aoqi@0 175 wsimport.missingFile=Missing WSDL_URI
aoqi@0 176
aoqi@0 177 wsgen.invalid.protocol=\"{0}\" is not a supported protocol. Supported protocols include: {1}.
aoqi@0 178 wsgen.invalid.transport=\"{0}\" is not a supported transport. Supported transport includes: {1}.
aoqi@0 179 wsgen.class.not.found=Class not found: \"{0}\"
aoqi@0 180 wsgen.could.not.create.file="Could not create file: "\{0}\"
aoqi@0 181 wsgen.missingFile=Missing SEI
aoqi@0 182 wsgen.soap12.without.extension=The optional protocol \"Xsoap1.2\" must be used in conjunction with the \"-extension\" option.
aoqi@0 183 wsgen.protocol.without.extension=The optional protocol \"{0}\" must be used in conjunction with the \"-extension\" option.
aoqi@0 184 wsgen.wsdl.arg.no.genwsdl=The \"{0}\" option can only be in conjunction with the "-wsdl" option.
aoqi@0 185 wsgen.servicename.missing.namespace=The service name \"{0}\" is missing a namespace.
aoqi@0 186 wsgen.servicename.missing.localname=The service name \"{0}\" is missing a localname.
aoqi@0 187 wsgen.portname.missing.namespace=The port name \"{0}\" is missing a namespace.
aoqi@0 188 wsgen.portname.missing.localname=The port name \"{0}\" is missing a localname.
aoqi@0 189 wsgen.class.must.be.implementation.class=The class \"{0}\" is not an endpoint implementation class.
aoqi@0 190 wsimport.NotAFileNorURL = \
aoqi@0 191 "{0}" is neither a file name nor an URL
aoqi@0 192
aoqi@0 193 wsgen.cannot.gen.wsdl.for.non.soap.binding=wsgen can not generate WSDL for non-SOAP binding: {0} on Class {1}
aoqi@0 194
aoqi@0 195 wsgen.cannot.gen.wsdl.for.soap12.binding=wsgen can not generate WSDL for SOAP 1.2 binding: {0} on class: {1}.\n
aoqi@0 196 Please specify \"-extension\" and \"-wsdl:protocol XSoap1.2\" switches. For example:\n\n
aoqi@0 197 wsgen -wsdl:protocol XSoap1.2 -extenson {1}
aoqi@0 198 wsgen.inlineSchemas.only.with.wsdl=\"-inlineSchemas\" must be used in conjunction with the \"-wsdl\" option
aoqi@0 199
aoqi@0 200 wsgen.no.webservices.class=wsgen did not find any class with @WebService annotation. Please specify @WebService annotation on {0}.
aoqi@0 201
aoqi@0 202 wsimport.no.wsdl=Failed to read the WSDL document: {0}, because 1) could not find the document; /\
aoqi@0 203 2) the document could not be read; \
aoqi@0 204 3) the root element of the document is not <wsdl:definitions>.
aoqi@0 205
aoqi@0 206 wsimport.FailedToParse = \
aoqi@0 207 Failed to parse "{0}": {1}
aoqi@0 208
aoqi@0 209 wsimport.ParsingWSDL=parsing WSDL...\n\n
aoqi@0 210 wsimport.GeneratingCode=\nGenerating code...\n
aoqi@0 211 wsimport.CompilingCode=\nCompiling code...\n
aoqi@0 212 wsimport.ILLEGAL_TARGET_VERSION = \
aoqi@0 213 "{0}" is not a valid target version. "2.0" and "2.1" are supported.
aoqi@0 214
aoqi@0 215 wsimport.ILLEGAL_AUTH_INFO = \
aoqi@0 216 "{0}" is not a valid authorization information format. The format is http[s]://user:password@host:port//<url-path>.
aoqi@0 217
aoqi@0 218 wsimport.ILLEGAL_PROXY = \
aoqi@0 219 "{0}" is not a valid proxy format. The format is [user[:password]@]proxyHost:proxyPort
aoqi@0 220
aoqi@0 221 wsimport.readingAuthFile = \
aoqi@0 222 Trying to read authorization file : "{0}"...
aoqi@0 223
aoqi@0 224 # {0} - path to current authorization file, {1} - path to metro authorization file
aoqi@0 225 wsimport.authFileNotFound = \
aoqi@0 226 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>
aoqi@0 227
aoqi@0 228 # {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//
aoqi@0 229 wsimport.authInfoNeeded = \
aoqi@0 230 {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>
aoqi@0 231
aoqi@0 232 wsimport.AUTH_INFO_LINENO = \
aoqi@0 233 "line {0} of {1}
aoqi@0 234
aoqi@0 235
aoqi@0 236 wsimport.ErrorMessage = \
aoqi@0 237 [ERROR] {0}
aoqi@0 238
aoqi@0 239 wsimport.WarningMessage = \
aoqi@0 240 [WARNING] {0}
aoqi@0 241
aoqi@0 242 wsimport.InfoMessage = \
aoqi@0 243 [INFO] {0}
aoqi@0 244
aoqi@0 245 wsimport.DebugMessage = \
aoqi@0 246 [DEBUG] {0}
aoqi@0 247
aoqi@0 248 wsimport.httpRedirect = \
aoqi@0 249 Server returned HTTP Status code: "{0}", retrying with "{1}"
aoqi@0 250
aoqi@0 251 wsimport.maxRedirectAttempt = \
aoqi@0 252 Can not get a WSDL maximum number of redirects(5) reached
aoqi@0 253
aoqi@0 254 wsimport.wsdllocation.clientjar = \
aoqi@0 255 wsdlLocation cannot be specified when using clientJar option
aoqi@0 256 # {0} - path to a zip file
aoqi@0 257 wsimport.archivingArtifacts=\nArchiving the generated artifacts into {0}.\n
aoqi@0 258 wsimport.archiveArtifact=Adding {0} to the archive {1}
aoqi@0 259 wsimport.fetchingMetadata=\nDownloading the WSDL and associated metadata\n
aoqi@0 260 # {0} - URI, {1} - path to a file
aoqi@0 261 wsimport.document.download=\nDownloading metadata document from {0} to {1}

mercurial