blob: f3a6cb1f6a2629d724e15b96839af0f23f6d2e19 [file] [log] [blame]
#
# Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
# published by the Free Software Foundation. Sun designates this
# particular file as subject to the "Classpath" exception as provided
# by Sun in the LICENSE file that accompanied this code.
#
# This code is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# version 2 for more details (a copy is included in the LICENSE file that
# accompanied this code).
#
# You should have received a copy of the GNU General Public License version
# 2 along with this work; if not, write to the Free Software Foundation,
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
# CA 95054 USA or visit www.sun.com if you need additional information or
# have any questions.
#
wsimport.usage=Usage: {0} [options] <WSDL_URI>\n\n\
Use "wsimport -help" for a detailed description of options.
wsimport.help=\nUsage: {0} [options] <WSDL_URI>\n\n\
\where [options] include:\n\
\ -b <path> specify external jaxws or jaxb binding files\n\
\ (Each <file> must have its own -b)\n\
\ -catalog <file> specify catalog file to resolve external entity references\n\
\ supports TR9401, XCatalog, and OASIS XML Catalog format.\n\
\ -d <directory> specify where to place generated output files\n\
\ -extension allow vendor extensions - functionality not specified\n\
\ by the specification. Use of extensions may\n\
\ result in applications that are not portable or\n\
\ may not interoperate with other implementations\n\
\ -help display help\n\
\ -httpproxy:<host>:<port> specify a HTTP proxy server (port defaults to 8080)\n\
\ -keep keep generated files\n\
\ -p <pkg> specifies the target package\n\
\ -s <directory> specify where to place generated source files\n\
\ -verbose output messages about what the compiler is doing\n\
\ -version print version information\n\
\ -wsdllocation <location> @WebService.wsdlLocation and @WebServiceClient.wsdlLocation value
wsimport.usage.examples=\n\
\Examples:\n\
\ wsimport stock.wsdl -b stock.xml -b stock.xjb\n\
\ wsimport -d generated http://example.org/stock?wsdl\n\
wsgen.usage=Usage: {0} [options] <SEI>\n\n\
Use "wsgen -help" for a detailed description of options.
wsgen.help=\nUsage: {0} [options] <SEI>\n\n\
\where [options] include:\n\
\ -classpath <path> specify where to find input class files\n\
\ -cp <path> same as -classpath <path>\n\
\ -d <directory> specify where to place generated output files\n\
\ -extension allow vendor extensions - functionality not specified\n\
\ by the specification. Use of extensions may\n\
\ result in applications that are not portable or\n\
\ may not interoperate with other implementations\n\
\ -help display help\n\
\ -keep keep generated files\n\
\ -r <directory> resource destination directory, specify where to\n\
\ place resouce files such as WSDLs\n\
\ -s <directory> specify where to place generated source files\n\
\ -verbose output messages about what the compiler is doing\n\
\ -version print version information\n\
\ -wsdl[:protocol] generate a WSDL file. The protocol is optional.\n\
\ Valid protocols are soap1.1 and Xsoap1.2, the default\n\
\ is soap1.1. Xsoap1.2 is not standard and can only be\n\
\ used in conjunction with the -extension option\n\
\ -servicename <name> specify the Service name to use in the generated WSDL\n\
\ Used in conjunction with the -wsdl option.\n\
\ -portname <name> specify the Port name to use in the generated WSDL\n\
\ Used in conjunction with the -wsdl option.
wsgen.usage.examples=\n\
\Examples:\n\
\ wsgen -cp . example.Stock\n\
\ wsgen -cp . example.Stock -wsdl -servicename '{http://mynamespace}MyService'\n\
#
# Generic Messages
#
wscompile.invalidOption={0} is an invalid option or argument
wscompile.error=error: {0}
wscompile.warning=warning: {0}
wscompile.info=info: {0}
wscompile.duplicateOption=duplicate option: {0}
wscompile.noSuchDirectory=directory not found: {0}
wscompile.missingOptionArgument=option \"{0}\" requires an argument
wscompile.compilationFailed=compilation failed, errors should have been reported
wscompile.classmodelinfo.expected=Expected a ClassModelInfo but got a {0}.
wsimport.missingFile=Missing WSDL_URI
wsgen.invalid.protocol=\"{0}\" is not a supported protocol. Supported protocols include: {1}.
wsgen.invalid.transport=\"{0}\" is not a supported transport. Supported transport include: {1}.
wsgen.class.not.found=Class not found: \"{0}\"
wsgen.could.not.create.file="Could not create file: "\{0}\"
wsgen.missingFile=Missing SEI
wsgen.soap12.without.extension=The optional protocol \"Xsoap1.2\" must be used in conjunction with the \"-extension\" option.
wsgen.wsdl.arg.no.genwsdl=The \"{0}\" option can only be in conjunction with the "-wsdl" option.
wsgen.servicename.missing.namespace=The service name \"{0}\" is missing a namespace.
wsgen.servicename.missing.localname=The service name \"{0}\" is missing a localname.
wsgen.portname.missing.namespace=The port name \"{0}\" is missing a namespace.
wsgen.portname.missing.localname=The port name \"{0}\" is missing a localname.
wsgen.class.must.be.implementation.class=The class \"{0}\" is not an endpoint implementation class.
wsgen.cannot.gen.wsdl.for.non.soap.binding=The -wsdl option cannot be used with non-SOAP bindings. Class \"{0}\" binding: \"{1}\".
wsgen.cannot.gen.wsdl.for.soap12.binding=The -wsdl option cannot be used with SOAP1.2 bindings.\n\
Try using \"-wsdl:Xsoap1.2 -extension\".\n\
Class \"{0}\" binding: \"{1}\".
wsgen.cannot.gen.wsdl.for.xsoap12.binding.wo.extention=The -wsdl option cannot be used with the SOAP1.2 extension binding without the \"-extension\" option.\n\
Class \"{0}\" binding: \"{1}\".