ohair@286: /* alanb@368: * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. ohair@286: * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. ohair@286: * ohair@286: * This code is free software; you can redistribute it and/or modify it ohair@286: * under the terms of the GNU General Public License version 2 only, as ohair@286: * published by the Free Software Foundation. Oracle designates this ohair@286: * particular file as subject to the "Classpath" exception as provided ohair@286: * by Oracle in the LICENSE file that accompanied this code. ohair@286: * ohair@286: * This code is distributed in the hope that it will be useful, but WITHOUT ohair@286: * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ohair@286: * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License ohair@286: * version 2 for more details (a copy is included in the LICENSE file that ohair@286: * accompanied this code). ohair@286: * ohair@286: * You should have received a copy of the GNU General Public License version ohair@286: * 2 along with this work; if not, write to the Free Software Foundation, ohair@286: * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. ohair@286: * ohair@286: * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA ohair@286: * or visit www.oracle.com if you need additional information or have any ohair@286: * questions. ohair@286: */ ohair@286: ohair@286: package com.sun.tools.internal.ws.resources; ohair@286: alanb@368: import com.sun.istack.internal.localization.Localizable; alanb@368: import com.sun.istack.internal.localization.LocalizableMessageFactory; alanb@368: import com.sun.istack.internal.localization.Localizer; ohair@286: ohair@286: ohair@286: /** ohair@286: * Defines string formatting method for each constant in the resource file ohair@286: * ohair@286: */ ohair@286: public final class WscompileMessages { ohair@286: ohair@286: private final static LocalizableMessageFactory messageFactory = new LocalizableMessageFactory("com.sun.tools.internal.ws.resources.wscompile"); ohair@286: private final static Localizer localizer = new Localizer(); ohair@286: ohair@286: public static Localizable localizableWSIMPORT_ARCHIVING_ARTIFACTS(Object arg0) { ohair@286: return messageFactory.getMessage("wsimport.archivingArtifacts", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * ohair@286: * Archiving the generated artifacts into {0}. ohair@286: * ohair@286: * ohair@286: */ ohair@286: public static String WSIMPORT_ARCHIVING_ARTIFACTS(Object arg0) { ohair@286: return localizer.localize(localizableWSIMPORT_ARCHIVING_ARTIFACTS(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSGEN_CLASS_MUST_BE_IMPLEMENTATION_CLASS(Object arg0) { ohair@286: return messageFactory.getMessage("wsgen.class.must.be.implementation.class", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * The class "{0}" is not an endpoint implementation class. ohair@286: * ohair@286: */ ohair@286: public static String WSGEN_CLASS_MUST_BE_IMPLEMENTATION_CLASS(Object arg0) { ohair@286: return localizer.localize(localizableWSGEN_CLASS_MUST_BE_IMPLEMENTATION_CLASS(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSGEN_FULLVERSION(Object arg0) { ohair@286: return messageFactory.getMessage("wsgen.fullversion", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * wsgen full version "{0}" ohair@286: * ohair@286: */ ohair@286: public static String WSGEN_FULLVERSION(Object arg0) { ohair@286: return localizer.localize(localizableWSGEN_FULLVERSION(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWRAPPER_TASK_LOADING_INCORRECT_API(Object arg0, Object arg1, Object arg2) { ohair@286: return messageFactory.getMessage("wrapperTask.loadingIncorrectApi", arg0, arg1, arg2); ohair@286: } ohair@286: ohair@286: /** ohair@286: * You are loading JAX-WS {0} API from {1} but this tool requires JAX-WS {2} API. ohair@286: * ohair@286: */ ohair@286: public static String WRAPPER_TASK_LOADING_INCORRECT_API(Object arg0, Object arg1, Object arg2) { ohair@286: return localizer.localize(localizableWRAPPER_TASK_LOADING_INCORRECT_API(arg0, arg1, arg2)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSIMPORT_WSDLLOCATION_CLIENTJAR() { ohair@286: return messageFactory.getMessage("wsimport.wsdllocation.clientjar"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * wsdlLocation cannot be specified when using clientJar option ohair@286: * ohair@286: */ ohair@286: public static String WSIMPORT_WSDLLOCATION_CLIENTJAR() { ohair@286: return localizer.localize(localizableWSIMPORT_WSDLLOCATION_CLIENTJAR()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSIMPORT_VERSION(Object arg0) { ohair@286: return messageFactory.getMessage("wsimport.version", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * wsimport version "{0}" ohair@286: * ohair@286: */ ohair@286: public static String WSIMPORT_VERSION(Object arg0) { ohair@286: return localizer.localize(localizableWSIMPORT_VERSION(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSGEN_CLASS_NOT_FOUND(Object arg0) { ohair@286: return messageFactory.getMessage("wsgen.class.not.found", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Class not found: "{0}" ohair@286: * ohair@286: */ ohair@286: public static String WSGEN_CLASS_NOT_FOUND(Object arg0) { ohair@286: return localizer.localize(localizableWSGEN_CLASS_NOT_FOUND(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSIMPORT_HTTP_REDIRECT(Object arg0, Object arg1) { ohair@286: return messageFactory.getMessage("wsimport.httpRedirect", arg0, arg1); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Server returned HTTP Status code: "{0}", retrying with "{1}" ohair@286: * ohair@286: */ ohair@286: public static String WSIMPORT_HTTP_REDIRECT(Object arg0, Object arg1) { ohair@286: return localizer.localize(localizableWSIMPORT_HTTP_REDIRECT(arg0, arg1)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSIMPORT_AUTH_INFO_NEEDED(Object arg0, Object arg1, Object arg2) { ohair@286: return messageFactory.getMessage("wsimport.authInfoNeeded", arg0, arg1, arg2); ohair@286: } ohair@286: ohair@286: /** ohair@286: * {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// ohair@286: * ohair@286: */ ohair@286: public static String WSIMPORT_AUTH_INFO_NEEDED(Object arg0, Object arg1, Object arg2) { ohair@286: return localizer.localize(localizableWSIMPORT_AUTH_INFO_NEEDED(arg0, arg1, arg2)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSGEN_USAGE_EXAMPLES() { ohair@286: return messageFactory.getMessage("wsgen.usage.examples"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * ohair@286: * Examples: ohair@286: * wsgen -cp . example.Stock ohair@286: * wsgen -cp . example.Stock -wsdl -servicename '{http://mynamespace}MyService' ohair@286: * ohair@286: * ohair@286: */ ohair@286: public static String WSGEN_USAGE_EXAMPLES() { ohair@286: return localizer.localize(localizableWSGEN_USAGE_EXAMPLES()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSIMPORT_FETCHING_METADATA() { ohair@286: return messageFactory.getMessage("wsimport.fetchingMetadata"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * ohair@286: * Downloading the WSDL and associated metadata ohair@286: * ohair@286: * ohair@286: */ ohair@286: public static String WSIMPORT_FETCHING_METADATA() { ohair@286: return localizer.localize(localizableWSIMPORT_FETCHING_METADATA()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSGEN_INVALID_PROTOCOL(Object arg0, Object arg1) { ohair@286: return messageFactory.getMessage("wsgen.invalid.protocol", arg0, arg1); ohair@286: } ohair@286: ohair@286: /** ohair@286: * "{0}" is not a supported protocol. Supported protocols include: {1}. ohair@286: * ohair@286: */ ohair@286: public static String WSGEN_INVALID_PROTOCOL(Object arg0, Object arg1) { ohair@286: return localizer.localize(localizableWSGEN_INVALID_PROTOCOL(arg0, arg1)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSIMPORT_USAGE_EXAMPLES() { ohair@286: return messageFactory.getMessage("wsimport.usage.examples"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * ohair@286: * Examples: ohair@286: * wsimport stock.wsdl -b stock.xml -b stock.xjb ohair@286: * wsimport -d generated http://example.org/stock?wsdl ohair@286: * ohair@286: * ohair@286: */ ohair@286: public static String WSIMPORT_USAGE_EXAMPLES() { ohair@286: return localizer.localize(localizableWSIMPORT_USAGE_EXAMPLES()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableINVOKER_NEED_ENDORSED(Object arg0, Object arg1) { ohair@286: return messageFactory.getMessage("invoker.needEndorsed", arg0, arg1); ohair@286: } ohair@286: ohair@286: /** alanb@368: * You are running on JDK6 which comes with JAX-WS {0} API, but this tool requires JAX-WS {1} API. Use the endorsed standards override mechanism (http://docs.oracle.com/javase/6/docs/technotes/guides/standards/), or use -Xendorsed option. ohair@286: * ohair@286: */ ohair@286: public static String INVOKER_NEED_ENDORSED(Object arg0, Object arg1) { ohair@286: return localizer.localize(localizableINVOKER_NEED_ENDORSED(arg0, arg1)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSIMPORT_MISSING_FILE() { ohair@286: return messageFactory.getMessage("wsimport.missingFile"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Missing WSDL_URI ohair@286: * ohair@286: */ ohair@286: public static String WSIMPORT_MISSING_FILE() { ohair@286: return localizer.localize(localizableWSIMPORT_MISSING_FILE()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSIMPORT_USAGE_EXTENSIONS() { ohair@286: return messageFactory.getMessage("wsimport.usage.extensions"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * ohair@286: * Extensions: ohair@286: * -XadditionalHeaders map headers not bound to request or response message to ohair@286: * Java method parameters ohair@286: * -Xauthfile file to carry authorization information in the format ohair@286: * http://username:password@example.org/stock?wsdl ohair@286: * -Xdebug print debug information ohair@286: * -Xno-addressing-databinding enable binding of W3C EndpointReferenceType to Java ohair@286: * -Xnocompile do not compile generated Java files ohair@286: * -XdisableAuthenticator disable Authenticator used by JAX-WS RI, ohair@286: * -Xauthfile option will be ignored if set ohair@286: * -XdisableSSLHostnameVerification disable the SSL Hostname verification while fetching ohair@286: * wsdls ohair@286: * ohair@286: */ ohair@286: public static String WSIMPORT_USAGE_EXTENSIONS() { ohair@286: return localizer.localize(localizableWSIMPORT_USAGE_EXTENSIONS()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSIMPORT_USAGE(Object arg0) { ohair@286: return messageFactory.getMessage("wsimport.usage", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Usage: {0} [options] ohair@286: * ohair@286: * Use "wsimport -help" for a detailed description of options. ohair@286: * ohair@286: */ ohair@286: public static String WSIMPORT_USAGE(Object arg0) { ohair@286: return localizer.localize(localizableWSIMPORT_USAGE(arg0)); ohair@286: } ohair@286: mkos@408: public static Localizable localizableWSGEN_USAGE_EXTENSIONS() { mkos@408: return messageFactory.getMessage("wsgen.usage.extensions"); mkos@408: } mkos@408: mkos@408: /** mkos@408: * mkos@408: * Extensions: mkos@408: * -Xnocompile do not compile generated Java files mkos@408: * mkos@408: */ mkos@408: public static String WSGEN_USAGE_EXTENSIONS() { mkos@408: return localizer.localize(localizableWSGEN_USAGE_EXTENSIONS()); mkos@408: } mkos@408: ohair@286: public static Localizable localizablePLEASE() { ohair@286: return messageFactory.getMessage("Please"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * specify "-extension" and "-wsdl:protocol XSoap1.2" switches. For example: ohair@286: * ohair@286: * ohair@286: * ohair@286: */ ohair@286: public static String PLEASE() { ohair@286: return localizer.localize(localizablePLEASE()); ohair@286: } ohair@286: mkos@408: public static Localizable localizableWSCOMPILE_EXISTING_OPTION(Object arg0) { mkos@408: return messageFactory.getMessage("wscompile.existingOption", arg0); mkos@408: } mkos@408: mkos@408: /** mkos@408: * Ignoring already defined option {0} mkos@408: * mkos@408: * mkos@408: */ mkos@408: public static String WSCOMPILE_EXISTING_OPTION(Object arg0) { mkos@408: return localizer.localize(localizableWSCOMPILE_EXISTING_OPTION(arg0)); mkos@408: } mkos@408: ohair@286: public static Localizable localizableWSIMPORT_PARSING_WSDL() { ohair@286: return messageFactory.getMessage("wsimport.ParsingWSDL"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * parsing WSDL... ohair@286: * ohair@286: * ohair@286: * ohair@286: */ ohair@286: public static String WSIMPORT_PARSING_WSDL() { ohair@286: return localizer.localize(localizableWSIMPORT_PARSING_WSDL()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSGEN_MISSING_FILE() { ohair@286: return messageFactory.getMessage("wsgen.missingFile"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Missing SEI ohair@286: * ohair@286: */ ohair@286: public static String WSGEN_MISSING_FILE() { ohair@286: return localizer.localize(localizableWSGEN_MISSING_FILE()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSIMPORT_HELP(Object arg0) { ohair@286: return messageFactory.getMessage("wsimport.help", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * ohair@286: * Usage: {0} [options] ohair@286: * ohair@286: * where [options] include: ohair@286: * -b specify jaxws/jaxb binding files or additional schemas ohair@286: * (Each must have its own -b) ohair@286: * -B Pass this option to JAXB schema compiler ohair@286: * -catalog specify catalog file to resolve external entity references ohair@286: * supports TR9401, XCatalog, and OASIS XML Catalog format. mkos@408: * -classpath specify where to find user class files and wsimport extensions mkos@408: * -cp specify where to find user class files and wsimport extensions ohair@286: * -d specify where to place generated output files ohair@286: * -encoding specify character encoding used by source files ohair@286: * -extension allow vendor extensions - functionality not specified ohair@286: * by the specification. Use of extensions may ohair@286: * result in applications that are not portable or ohair@286: * may not interoperate with other implementations ohair@286: * -help display help alanb@368: * -httpproxy: set a HTTP proxy. Format is [user[:password]@]proxyHost:proxyPort alanb@368: * (port defaults to 8080) mkos@408: * -J pass this option to javac ohair@286: * -keep keep generated files ohair@286: * -p specifies the target package ohair@286: * -quiet suppress wsimport output ohair@286: * -s specify where to place generated source files ohair@286: * -target generate code as per the given JAXWS spec version ohair@286: * Defaults to 2.2, Accepted values are 2.0, 2.1 and 2.2 ohair@286: * e.g. 2.0 will generate compliant code for JAXWS 2.0 spec ohair@286: * -verbose output messages about what the compiler is doing ohair@286: * -version print version information ohair@286: * -fullversion print full version information ohair@286: * -wsdllocation @WebServiceClient.wsdlLocation value mkos@408: * -clientjar creates the jar file of the generated artifacts along with the ohair@286: * WSDL metadata required for invoking the web service. ohair@286: * -generateJWS generate stubbed JWS implementation file ohair@286: * -implDestDir specify where to generate JWS implementation file ohair@286: * -implServiceName local portion of service name for generated JWS implementation ohair@286: * -implPortName local portion of port name for generated JWS implementation ohair@286: * ohair@286: */ ohair@286: public static String WSIMPORT_HELP(Object arg0) { ohair@286: return localizer.localize(localizableWSIMPORT_HELP(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSCOMPILE_ERROR(Object arg0) { ohair@286: return messageFactory.getMessage("wscompile.error", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * error: {0} ohair@286: * ohair@286: */ ohair@286: public static String WSCOMPILE_ERROR(Object arg0) { ohair@286: return localizer.localize(localizableWSCOMPILE_ERROR(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSGEN_PROTOCOL_WITHOUT_EXTENSION(Object arg0) { ohair@286: return messageFactory.getMessage("wsgen.protocol.without.extension", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * The optional protocol "{0}" must be used in conjunction with the "-extension" option. ohair@286: * ohair@286: */ ohair@286: public static String WSGEN_PROTOCOL_WITHOUT_EXTENSION(Object arg0) { ohair@286: return localizer.localize(localizableWSGEN_PROTOCOL_WITHOUT_EXTENSION(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSIMPORT_COMPILING_CODE() { ohair@286: return messageFactory.getMessage("wsimport.CompilingCode"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * ohair@286: * Compiling code... ohair@286: * ohair@286: * ohair@286: */ ohair@286: public static String WSIMPORT_COMPILING_CODE() { ohair@286: return localizer.localize(localizableWSIMPORT_COMPILING_CODE()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSIMPORT_READING_AUTH_FILE(Object arg0) { ohair@286: return messageFactory.getMessage("wsimport.readingAuthFile", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Trying to read authorization file : "{0}"... ohair@286: * ohair@286: */ ohair@286: public static String WSIMPORT_READING_AUTH_FILE(Object arg0) { ohair@286: return localizer.localize(localizableWSIMPORT_READING_AUTH_FILE(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSCOMPILE_UNSUPPORTED_ENCODING(Object arg0) { ohair@286: return messageFactory.getMessage("wscompile.unsupportedEncoding", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * unsupported encoding: {0} ohair@286: * ohair@286: */ ohair@286: public static String WSCOMPILE_UNSUPPORTED_ENCODING(Object arg0) { ohair@286: return localizer.localize(localizableWSCOMPILE_UNSUPPORTED_ENCODING(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSGEN_NO_WEBSERVICES_CLASS(Object arg0) { ohair@286: return messageFactory.getMessage("wsgen.no.webservices.class", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * wsgen did not find any class with @WebService annotation. Please specify @WebService annotation on {0}. ohair@286: * ohair@286: */ ohair@286: public static String WSGEN_NO_WEBSERVICES_CLASS(Object arg0) { ohair@286: return localizer.localize(localizableWSGEN_NO_WEBSERVICES_CLASS(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSIMPORT_ARCHIVE_ARTIFACT(Object arg0, Object arg1) { ohair@286: return messageFactory.getMessage("wsimport.archiveArtifact", arg0, arg1); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Adding {0} to the archive {1} ohair@286: * ohair@286: */ ohair@286: public static String WSIMPORT_ARCHIVE_ARTIFACT(Object arg0, Object arg1) { ohair@286: return localizer.localize(localizableWSIMPORT_ARCHIVE_ARTIFACT(arg0, arg1)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSCOMPILE_NO_SUCH_DIRECTORY(Object arg0) { ohair@286: return messageFactory.getMessage("wscompile.noSuchDirectory", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * directory not found: {0} ohair@286: * ohair@286: */ ohair@286: public static String WSCOMPILE_NO_SUCH_DIRECTORY(Object arg0) { ohair@286: return localizer.localize(localizableWSCOMPILE_NO_SUCH_DIRECTORY(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSCOMPILE_INFO(Object arg0) { ohair@286: return messageFactory.getMessage("wscompile.info", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * info: {0} ohair@286: * ohair@286: */ ohair@286: public static String WSCOMPILE_INFO(Object arg0) { ohair@286: return localizer.localize(localizableWSCOMPILE_INFO(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSIMPORT_MAX_REDIRECT_ATTEMPT() { ohair@286: return messageFactory.getMessage("wsimport.maxRedirectAttempt"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Can not get a WSDL maximum number of redirects(5) reached ohair@286: * ohair@286: */ ohair@286: public static String WSIMPORT_MAX_REDIRECT_ATTEMPT() { ohair@286: return localizer.localize(localizableWSIMPORT_MAX_REDIRECT_ATTEMPT()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSIMPORT_WARNING_MESSAGE(Object arg0) { ohair@286: return messageFactory.getMessage("wsimport.WarningMessage", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * [WARNING] {0} ohair@286: * ohair@286: */ ohair@286: public static String WSIMPORT_WARNING_MESSAGE(Object arg0) { ohair@286: return localizer.localize(localizableWSIMPORT_WARNING_MESSAGE(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSCOMPILE_INVALID_OPTION(Object arg0) { ohair@286: return messageFactory.getMessage("wscompile.invalidOption", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * unrecognized parameter {0} ohair@286: * ohair@286: */ ohair@286: public static String WSCOMPILE_INVALID_OPTION(Object arg0) { ohair@286: return localizer.localize(localizableWSCOMPILE_INVALID_OPTION(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSIMPORT_ERROR_MESSAGE(Object arg0) { ohair@286: return messageFactory.getMessage("wsimport.ErrorMessage", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * [ERROR] {0} ohair@286: * ohair@286: */ ohair@286: public static String WSIMPORT_ERROR_MESSAGE(Object arg0) { ohair@286: return localizer.localize(localizableWSIMPORT_ERROR_MESSAGE(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSIMPORT_GENERATING_CODE() { ohair@286: return messageFactory.getMessage("wsimport.GeneratingCode"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * ohair@286: * Generating code... ohair@286: * ohair@286: * ohair@286: */ ohair@286: public static String WSIMPORT_GENERATING_CODE() { ohair@286: return localizer.localize(localizableWSIMPORT_GENERATING_CODE()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSGEN() { ohair@286: return messageFactory.getMessage("wsgen"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * -wsdl:protocol XSoap1.2 -extenson {1} ohair@286: * ohair@286: */ ohair@286: public static String WSGEN() { ohair@286: return localizer.localize(localizableWSGEN()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSIMPORT_NOT_A_FILE_NOR_URL(Object arg0) { ohair@286: return messageFactory.getMessage("wsimport.NotAFileNorURL", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * "{0}" is neither a file name nor an URL ohair@286: * ohair@286: */ ohair@286: public static String WSIMPORT_NOT_A_FILE_NOR_URL(Object arg0) { ohair@286: return localizer.localize(localizableWSIMPORT_NOT_A_FILE_NOR_URL(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSCOMPILE_WARNING(Object arg0) { ohair@286: return messageFactory.getMessage("wscompile.warning", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * warning: {0} ohair@286: * ohair@286: */ ohair@286: public static String WSCOMPILE_WARNING(Object arg0) { ohair@286: return localizer.localize(localizableWSCOMPILE_WARNING(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWRAPPER_TASK_NEED_ENDORSED(Object arg0, Object arg1, Object arg2) { ohair@286: return messageFactory.getMessage("wrapperTask.needEndorsed", arg0, arg1, arg2); ohair@286: } ohair@286: ohair@286: /** alanb@368: * You are running on JDK6 which comes with JAX-WS {0} API, but this tool requires JAX-WS {1} API. Use the endorsed standards override mechanism (http://docs.oracle.com/javase/6/docs/technotes/guides/standards/), or set xendorsed="true" on <{2}>. ohair@286: * ohair@286: */ ohair@286: public static String WRAPPER_TASK_NEED_ENDORSED(Object arg0, Object arg1, Object arg2) { ohair@286: return localizer.localize(localizableWRAPPER_TASK_NEED_ENDORSED(arg0, arg1, arg2)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSIMPORT_NO_SUCH_JAXB_OPTION(Object arg0) { ohair@286: return messageFactory.getMessage("wsimport.noSuchJaxbOption", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * no such JAXB option: {0} ohair@286: * ohair@286: */ ohair@286: public static String WSIMPORT_NO_SUCH_JAXB_OPTION(Object arg0) { ohair@286: return localizer.localize(localizableWSIMPORT_NO_SUCH_JAXB_OPTION(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSGEN_VERSION(Object arg0) { ohair@286: return messageFactory.getMessage("wsgen.version", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * wsgen version "{0}" ohair@286: * ohair@286: */ ohair@286: public static String WSGEN_VERSION(Object arg0) { ohair@286: return localizer.localize(localizableWSGEN_VERSION(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSIMPORT_AUTH_FILE_NOT_FOUND(Object arg0, Object arg1) { ohair@286: return messageFactory.getMessage("wsimport.authFileNotFound", arg0, arg1); ohair@286: } ohair@286: ohair@286: /** ohair@286: * 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// ohair@286: * ohair@286: */ ohair@286: public static String WSIMPORT_AUTH_FILE_NOT_FOUND(Object arg0, Object arg1) { ohair@286: return localizer.localize(localizableWSIMPORT_AUTH_FILE_NOT_FOUND(arg0, arg1)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSIMPORT_DEBUG_MESSAGE(Object arg0) { ohair@286: return messageFactory.getMessage("wsimport.DebugMessage", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * [DEBUG] {0} ohair@286: * ohair@286: */ ohair@286: public static String WSIMPORT_DEBUG_MESSAGE(Object arg0) { ohair@286: return localizer.localize(localizableWSIMPORT_DEBUG_MESSAGE(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSGEN_COULD_NOT_CREATE_FILE(Object arg0) { ohair@286: return messageFactory.getMessage("wsgen.could.not.create.file", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * "Could not create file: "{0}" ohair@286: * ohair@286: */ ohair@286: public static String WSGEN_COULD_NOT_CREATE_FILE(Object arg0) { ohair@286: return localizer.localize(localizableWSGEN_COULD_NOT_CREATE_FILE(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSGEN_WSDL_ARG_NO_GENWSDL(Object arg0) { ohair@286: return messageFactory.getMessage("wsgen.wsdl.arg.no.genwsdl", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * The "{0}" option can only be in conjunction with the "-wsdl" option. ohair@286: * ohair@286: */ ohair@286: public static String WSGEN_WSDL_ARG_NO_GENWSDL(Object arg0) { ohair@286: return localizer.localize(localizableWSGEN_WSDL_ARG_NO_GENWSDL(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSGEN_HELP(Object arg0, Object arg1, Object arg2) { ohair@286: return messageFactory.getMessage("wsgen.help", arg0, arg1, arg2); ohair@286: } ohair@286: ohair@286: /** ohair@286: * ohair@286: * Usage: {0} [options] ohair@286: * ohair@286: * where [options] include: mkos@408: * -classpath specify where to find input class files and wsgen extensions mkos@408: * -cp specify where to find input class files and wsgen extensions ohair@286: * -d specify where to place generated output files ohair@286: * -encoding specify character encoding used by source files ohair@286: * -extension allow vendor extensions - functionality not specified ohair@286: * by the specification. Use of extensions may ohair@286: * result in applications that are not portable or ohair@286: * may not interoperate with other implementations ohair@286: * -help display help mkos@408: * -J pass this option to javac ohair@286: * -keep keep generated files ohair@286: * -r resource destination directory, specify where to ohair@286: * place resouce files such as WSDLs ohair@286: * -s specify where to place generated source files ohair@286: * -verbose output messages about what the compiler is doing ohair@286: * -version print version information ohair@286: * -fullversion print full version information ohair@286: * -wsdl[:protocol] generate a WSDL file. The protocol is optional. ohair@286: * Valid protocols are {1}, ohair@286: * the default is soap1.1. mkos@408: * The non standard protocols {2} ohair@286: * can only be used in conjunction with the ohair@286: * -extension option. ohair@286: * -inlineSchemas inline schemas in the generated wsdl. Must be ohair@286: * used in conjunction with the -wsdl option. ohair@286: * -servicename specify the Service name to use in the generated WSDL ohair@286: * Used in conjunction with the -wsdl option. ohair@286: * -portname specify the Port name to use in the generated WSDL ohair@286: * Used in conjunction with the -wsdl option. mkos@408: * -x specify External Web Service Metadata xml descriptor ohair@286: * ohair@286: */ ohair@286: public static String WSGEN_HELP(Object arg0, Object arg1, Object arg2) { ohair@286: return localizer.localize(localizableWSGEN_HELP(arg0, arg1, arg2)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSIMPORT_INFO_MESSAGE(Object arg0) { ohair@286: return messageFactory.getMessage("wsimport.InfoMessage", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * [INFO] {0} ohair@286: * ohair@286: */ ohair@286: public static String WSIMPORT_INFO_MESSAGE(Object arg0) { ohair@286: return localizer.localize(localizableWSIMPORT_INFO_MESSAGE(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSGEN_INLINE_SCHEMAS_ONLY_WITH_WSDL() { ohair@286: return messageFactory.getMessage("wsgen.inlineSchemas.only.with.wsdl"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * "-inlineSchemas" must be used in conjunction with the "-wsdl" option ohair@286: * ohair@286: */ ohair@286: public static String WSGEN_INLINE_SCHEMAS_ONLY_WITH_WSDL() { ohair@286: return localizer.localize(localizableWSGEN_INLINE_SCHEMAS_ONLY_WITH_WSDL()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSGEN_SOAP_12_WITHOUT_EXTENSION() { ohair@286: return messageFactory.getMessage("wsgen.soap12.without.extension"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * The optional protocol "Xsoap1.2" must be used in conjunction with the "-extension" option. ohair@286: * ohair@286: */ ohair@286: public static String WSGEN_SOAP_12_WITHOUT_EXTENSION() { ohair@286: return localizer.localize(localizableWSGEN_SOAP_12_WITHOUT_EXTENSION()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSIMPORT_ILLEGAL_AUTH_INFO(Object arg0) { ohair@286: return messageFactory.getMessage("wsimport.ILLEGAL_AUTH_INFO", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * "{0}" is not a valid authorization information format. The format is http[s]://user:password@host:port//. ohair@286: * ohair@286: */ ohair@286: public static String WSIMPORT_ILLEGAL_AUTH_INFO(Object arg0) { ohair@286: return localizer.localize(localizableWSIMPORT_ILLEGAL_AUTH_INFO(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSCOMPILE_COMPILATION_FAILED() { ohair@286: return messageFactory.getMessage("wscompile.compilationFailed"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * compilation failed, errors should have been reported ohair@286: * ohair@286: */ ohair@286: public static String WSCOMPILE_COMPILATION_FAILED() { ohair@286: return localizer.localize(localizableWSCOMPILE_COMPILATION_FAILED()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSCOMPILE_MISSING_OPTION_ARGUMENT(Object arg0) { ohair@286: return messageFactory.getMessage("wscompile.missingOptionArgument", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * option "{0}" requires an argument ohair@286: * ohair@286: */ ohair@286: public static String WSCOMPILE_MISSING_OPTION_ARGUMENT(Object arg0) { ohair@286: return localizer.localize(localizableWSCOMPILE_MISSING_OPTION_ARGUMENT(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSIMPORT_DOCUMENT_DOWNLOAD(Object arg0, Object arg1) { ohair@286: return messageFactory.getMessage("wsimport.document.download", arg0, arg1); ohair@286: } ohair@286: ohair@286: /** ohair@286: * ohair@286: * Downloading metadata document from {0} to {1} ohair@286: * ohair@286: */ ohair@286: public static String WSIMPORT_DOCUMENT_DOWNLOAD(Object arg0, Object arg1) { ohair@286: return localizer.localize(localizableWSIMPORT_DOCUMENT_DOWNLOAD(arg0, arg1)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSGEN_CANNOT_GEN_WSDL_FOR_NON_SOAP_BINDING(Object arg0, Object arg1) { ohair@286: return messageFactory.getMessage("wsgen.cannot.gen.wsdl.for.non.soap.binding", arg0, arg1); ohair@286: } ohair@286: ohair@286: /** ohair@286: * wsgen can not generate WSDL for non-SOAP binding: {0} on Class {1} ohair@286: * ohair@286: */ ohair@286: public static String WSGEN_CANNOT_GEN_WSDL_FOR_NON_SOAP_BINDING(Object arg0, Object arg1) { ohair@286: return localizer.localize(localizableWSGEN_CANNOT_GEN_WSDL_FOR_NON_SOAP_BINDING(arg0, arg1)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSCOMPILE_DUPLICATE_OPTION(Object arg0) { ohair@286: return messageFactory.getMessage("wscompile.duplicateOption", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * duplicate option: {0} ohair@286: * ohair@286: */ ohair@286: public static String WSCOMPILE_DUPLICATE_OPTION(Object arg0) { ohair@286: return localizer.localize(localizableWSCOMPILE_DUPLICATE_OPTION(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSIMPORT_FAILED_TO_PARSE(Object arg0, Object arg1) { ohair@286: return messageFactory.getMessage("wsimport.FailedToParse", arg0, arg1); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Failed to parse "{0}": {1} ohair@286: * ohair@286: */ ohair@286: public static String WSIMPORT_FAILED_TO_PARSE(Object arg0, Object arg1) { ohair@286: return localizer.localize(localizableWSIMPORT_FAILED_TO_PARSE(arg0, arg1)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSIMPORT_NO_WSDL(Object arg0) { ohair@286: return messageFactory.getMessage("wsimport.no.wsdl", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Failed to read the WSDL document: {0}, because 1) could not find the document; /2) the document could not be read; 3) the root element of the document is not . ohair@286: * ohair@286: */ ohair@286: public static String WSIMPORT_NO_WSDL(Object arg0) { ohair@286: return localizer.localize(localizableWSIMPORT_NO_WSDL(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSIMPORT_AUTH_INFO_LINENO(Object arg0, Object arg1) { ohair@286: return messageFactory.getMessage("wsimport.AUTH_INFO_LINENO", arg0, arg1); ohair@286: } ohair@286: ohair@286: /** ohair@286: * "line {0} of {1} ohair@286: * ohair@286: */ ohair@286: public static String WSIMPORT_AUTH_INFO_LINENO(Object arg0, Object arg1) { ohair@286: return localizer.localize(localizableWSIMPORT_AUTH_INFO_LINENO(arg0, arg1)); ohair@286: } ohair@286: mkos@408: public static Localizable localizableWSGEN_SERVICENAME_MISSING_LOCALNAME(Object arg0) { mkos@408: return messageFactory.getMessage("wsgen.servicename.missing.localname", arg0); mkos@408: } mkos@408: mkos@408: /** mkos@408: * The service name "{0}" is missing a localname. mkos@408: * mkos@408: */ mkos@408: public static String WSGEN_SERVICENAME_MISSING_LOCALNAME(Object arg0) { mkos@408: return localizer.localize(localizableWSGEN_SERVICENAME_MISSING_LOCALNAME(arg0)); mkos@408: } mkos@408: ohair@286: public static Localizable localizableWSGEN_USAGE(Object arg0) { ohair@286: return messageFactory.getMessage("wsgen.usage", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Usage: {0} [options] ohair@286: * ohair@286: * Use "wsgen -help" for a detailed description of options. ohair@286: * ohair@286: */ ohair@286: public static String WSGEN_USAGE(Object arg0) { ohair@286: return localizer.localize(localizableWSGEN_USAGE(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSGEN_SERVICENAME_MISSING_NAMESPACE(Object arg0) { ohair@286: return messageFactory.getMessage("wsgen.servicename.missing.namespace", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * The service name "{0}" is missing a namespace. ohair@286: * ohair@286: */ ohair@286: public static String WSGEN_SERVICENAME_MISSING_NAMESPACE(Object arg0) { ohair@286: return localizer.localize(localizableWSGEN_SERVICENAME_MISSING_NAMESPACE(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSGEN_INVALID_TRANSPORT(Object arg0, Object arg1) { ohair@286: return messageFactory.getMessage("wsgen.invalid.transport", arg0, arg1); ohair@286: } ohair@286: ohair@286: /** ohair@286: * "{0}" is not a supported transport. Supported transport includes: {1}. ohair@286: * ohair@286: */ ohair@286: public static String WSGEN_INVALID_TRANSPORT(Object arg0, Object arg1) { ohair@286: return localizer.localize(localizableWSGEN_INVALID_TRANSPORT(arg0, arg1)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSGEN_CANNOT_GEN_WSDL_FOR_SOAP_12_BINDING(Object arg0, Object arg1) { ohair@286: return messageFactory.getMessage("wsgen.cannot.gen.wsdl.for.soap12.binding", arg0, arg1); ohair@286: } ohair@286: ohair@286: /** ohair@286: * wsgen can not generate WSDL for SOAP 1.2 binding: {0} on class: {1}. ohair@286: * ohair@286: * ohair@286: */ ohair@286: public static String WSGEN_CANNOT_GEN_WSDL_FOR_SOAP_12_BINDING(Object arg0, Object arg1) { ohair@286: return localizer.localize(localizableWSGEN_CANNOT_GEN_WSDL_FOR_SOAP_12_BINDING(arg0, arg1)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSIMPORT_ILLEGAL_TARGET_VERSION(Object arg0) { ohair@286: return messageFactory.getMessage("wsimport.ILLEGAL_TARGET_VERSION", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * "{0}" is not a valid target version. "2.0" and "2.1" are supported. ohair@286: * ohair@286: */ ohair@286: public static String WSIMPORT_ILLEGAL_TARGET_VERSION(Object arg0) { ohair@286: return localizer.localize(localizableWSIMPORT_ILLEGAL_TARGET_VERSION(arg0)); ohair@286: } ohair@286: alanb@368: public static Localizable localizableWSIMPORT_ILLEGAL_PROXY(Object arg0) { alanb@368: return messageFactory.getMessage("wsimport.ILLEGAL_PROXY", arg0); alanb@368: } alanb@368: alanb@368: /** alanb@368: * "{0}" is not a valid proxy format. The format is [user[:password]@]proxyHost:proxyPort alanb@368: * alanb@368: */ alanb@368: public static String WSIMPORT_ILLEGAL_PROXY(Object arg0) { alanb@368: return localizer.localize(localizableWSIMPORT_ILLEGAL_PROXY(arg0)); alanb@368: } alanb@368: ohair@286: public static Localizable localizableWSGEN_PORTNAME_MISSING_LOCALNAME(Object arg0) { ohair@286: return messageFactory.getMessage("wsgen.portname.missing.localname", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * The port name "{0}" is missing a localname. ohair@286: * ohair@286: */ ohair@286: public static String WSGEN_PORTNAME_MISSING_LOCALNAME(Object arg0) { ohair@286: return localizer.localize(localizableWSGEN_PORTNAME_MISSING_LOCALNAME(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSGEN_PORTNAME_MISSING_NAMESPACE(Object arg0) { ohair@286: return messageFactory.getMessage("wsgen.portname.missing.namespace", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * The port name "{0}" is missing a namespace. ohair@286: * ohair@286: */ ohair@286: public static String WSGEN_PORTNAME_MISSING_NAMESPACE(Object arg0) { ohair@286: return localizer.localize(localizableWSGEN_PORTNAME_MISSING_NAMESPACE(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSIMPORT_FULLVERSION(Object arg0) { ohair@286: return messageFactory.getMessage("wsimport.fullversion", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * wsimport full version "{0}" ohair@286: * ohair@286: */ ohair@286: public static String WSIMPORT_FULLVERSION(Object arg0) { ohair@286: return localizer.localize(localizableWSIMPORT_FULLVERSION(arg0)); ohair@286: } ohair@286: ohair@286: }