Class WscompileMessages


  • public final class WscompileMessages
    extends Object
    Defines string formatting method for each constant in the resource file
    • Constructor Detail

      • WscompileMessages

        public WscompileMessages()
    • Method Detail

      • localizableWSGEN_USAGE_EXTENSIONS

        public static com.sun.istack.localization.Localizable localizableWSGEN_USAGE_EXTENSIONS()
      • WSGEN_USAGE_EXTENSIONS

        public static String WSGEN_USAGE_EXTENSIONS()
        Extensions: -Xnocompile do not compile generated Java files -Xnosource do not generate Java source files
      • localizableWSIMPORT_NOT_A_FILE_NOR_URL

        public static com.sun.istack.localization.Localizable localizableWSIMPORT_NOT_A_FILE_NOR_URL​(Object arg0)
      • WSIMPORT_NOT_A_FILE_NOR_URL

        public static String WSIMPORT_NOT_A_FILE_NOR_URL​(Object arg0)
        "{0}" is neither a file name nor an URL
      • localizableWSIMPORT_HELP

        public static com.sun.istack.localization.Localizable localizableWSIMPORT_HELP​(Object arg0)
      • WSIMPORT_HELP

        public static String WSIMPORT_HELP​(Object arg0)
        Usage: {0} [options] <WSDL_URI> where [options] include: -b <path> specify jaxws/jaxb binding files or additional schemas (Each <path> must have its own -b) -B<jaxbOption> Pass this option to JAXB schema compiler -catalog <file> specify catalog file to resolve external entity references supports TR9401, XCatalog, and OASIS XML Catalog format. -classpath <path> specify where to find user class files and wsimport extensions -cp <path> specify where to find user class files and wsimport extensions -d <directory> specify where to place generated output files -encoding <encoding> specify character encoding used by source files -extension allow vendor extensions - functionality not specified by the specification. Use of extensions may result in applications that are not portable or may not interoperate with other implementations -help display help -httpproxy:<proxy> set a HTTP proxy. Format is [user[:password]@]proxyHost:proxyPort (port defaults to 8080) -J<javacOption> pass this option to javac -keep keep generated files -p <pkg> specifies the target package -m <name> generate module-info.java with given Java module name -quiet suppress wsimport output -s <directory> specify where to place generated source files -target <version> generate code as per the given JAXWS spec version Defaults to 2.2, Accepted values are 2.0, 2.1 and 2.2 e.g. 2.0 will generate compliant code for JAXWS 2.0 spec -verbose output messages about what the compiler is doing -version print version information -fullversion print full version information -wsdllocation <location> @WebServiceClient.wsdlLocation value -clientjar <jarfile> creates the jar file of the generated artifacts along with the WSDL metadata required for invoking the web service. -generateJWS generate stubbed JWS implementation file -implDestDir <directory> specify where to generate JWS implementation file -implServiceName <name> local portion of service name for generated JWS implementation -implPortName <name> local portion of port name for generated JWS implementation
      • localizableWSIMPORT_ILLEGAL_TARGET_VERSION

        public static com.sun.istack.localization.Localizable localizableWSIMPORT_ILLEGAL_TARGET_VERSION​(Object arg0)
      • WSIMPORT_ILLEGAL_TARGET_VERSION

        public static String WSIMPORT_ILLEGAL_TARGET_VERSION​(Object arg0)
        "{0}" is not a valid target version. "2.0" and "2.1" are supported.
      • localizableWSIMPORT_USAGE_EXAMPLES

        public static com.sun.istack.localization.Localizable localizableWSIMPORT_USAGE_EXAMPLES()
      • WSIMPORT_USAGE_EXAMPLES

        public static String WSIMPORT_USAGE_EXAMPLES()
        Examples: wsimport stock.wsdl -b stock.xml -b stock.xjb wsimport -d generated http://example.org/stock?wsdl
      • localizableWSIMPORT_DEBUG_MESSAGE

        public static com.sun.istack.localization.Localizable localizableWSIMPORT_DEBUG_MESSAGE​(Object arg0)
      • WSIMPORT_DEBUG_MESSAGE

        public static String WSIMPORT_DEBUG_MESSAGE​(Object arg0)
        [DEBUG] {0}
      • localizableWSIMPORT_FULLVERSION

        public static com.sun.istack.localization.Localizable localizableWSIMPORT_FULLVERSION​(Object arg0)
      • WSIMPORT_FULLVERSION

        public static String WSIMPORT_FULLVERSION​(Object arg0)
        wsimport full version "{0}"
      • localizableWSIMPORT_NO_SUCH_JAXB_OPTION

        public static com.sun.istack.localization.Localizable localizableWSIMPORT_NO_SUCH_JAXB_OPTION​(Object arg0)
      • WSIMPORT_NO_SUCH_JAXB_OPTION

        public static String WSIMPORT_NO_SUCH_JAXB_OPTION​(Object arg0)
        no such JAXB option: {0}
      • localizableWSIMPORT_ILLEGAL_PROXY

        public static com.sun.istack.localization.Localizable localizableWSIMPORT_ILLEGAL_PROXY​(Object arg0)
      • WSIMPORT_ILLEGAL_PROXY

        public static String WSIMPORT_ILLEGAL_PROXY​(Object arg0)
        "{0}" is not a valid proxy format. The format is [user[:password]@]proxyHost:proxyPort
      • localizableINVOKER_NEED_ENDORSED

        public static com.sun.istack.localization.Localizable localizableINVOKER_NEED_ENDORSED​(Object arg0,
                                                                                               Object arg1)
      • INVOKER_NEED_ENDORSED

        public static String INVOKER_NEED_ENDORSED​(Object arg0,
                                                   Object arg1)
        You are running on JDK6 or newer which comes with JAX-WS {0} API, but this tool requires JAX-WS {1} or newer API. Use the standard override mechanism.
      • localizableWSIMPORT_AUTH_INFO_NEEDED

        public static com.sun.istack.localization.Localizable localizableWSIMPORT_AUTH_INFO_NEEDED​(Object arg0,
                                                                                                   Object arg1,
                                                                                                   Object arg2)
      • WSIMPORT_AUTH_INFO_NEEDED

        public static String WSIMPORT_AUTH_INFO_NEEDED​(Object arg0,
                                                       Object arg1,
                                                       Object arg2)
        {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>
      • localizableWSIMPORT_AUTH_INFO_LINENO

        public static com.sun.istack.localization.Localizable localizableWSIMPORT_AUTH_INFO_LINENO​(Object arg0,
                                                                                                   Object arg1)
      • WSIMPORT_AUTH_INFO_LINENO

        public static String WSIMPORT_AUTH_INFO_LINENO​(Object arg0,
                                                       Object arg1)
        line {0} of {1}
      • localizableWSCOMPILE_MISSING_OPTION_ARGUMENT

        public static com.sun.istack.localization.Localizable localizableWSCOMPILE_MISSING_OPTION_ARGUMENT​(Object arg0)
      • WSCOMPILE_MISSING_OPTION_ARGUMENT

        public static String WSCOMPILE_MISSING_OPTION_ARGUMENT​(Object arg0)
        option "{0}" requires an argument
      • localizableWSIMPORT_ARCHIVE_ARTIFACT

        public static com.sun.istack.localization.Localizable localizableWSIMPORT_ARCHIVE_ARTIFACT​(Object arg0,
                                                                                                   Object arg1)
      • WSIMPORT_ARCHIVE_ARTIFACT

        public static String WSIMPORT_ARCHIVE_ARTIFACT​(Object arg0,
                                                       Object arg1)
        Adding {0} to the archive {1}
      • localizableWSGEN_USAGE

        public static com.sun.istack.localization.Localizable localizableWSGEN_USAGE​(Object arg0)
      • WSGEN_USAGE

        public static String WSGEN_USAGE​(Object arg0)
        Usage: {0} [options] <SEI> Use "wsgen -help" for a detailed description of options.
      • localizableWSIMPORT_USAGE_EXTENSIONS

        public static com.sun.istack.localization.Localizable localizableWSIMPORT_USAGE_EXTENSIONS()
      • WSIMPORT_USAGE_EXTENSIONS

        public static String WSIMPORT_USAGE_EXTENSIONS()
        Extensions: -XadditionalHeaders map headers not bound to request or response message to Java method parameters -Xauthfile file to carry authorization information in the format http://username:password@example.org/stock?wsdl -Xdebug print debug information -Xno-addressing-databinding enable binding of W3C EndpointReferenceType to Java -Xnocompile do not compile generated Java files -XdisableAuthenticator disable Authenticator used by JAX-WS RI, -Xauthfile option will be ignored if set -XdisableSSLHostnameVerification disable the SSL Hostname verification while fetching wsdls
      • localizableWSIMPORT_WARNING_MESSAGE

        public static com.sun.istack.localization.Localizable localizableWSIMPORT_WARNING_MESSAGE​(Object arg0)
      • WSIMPORT_WARNING_MESSAGE

        public static String WSIMPORT_WARNING_MESSAGE​(Object arg0)
        [WARNING] {0}
      • localizableWSGEN_INVALID_TRANSPORT

        public static com.sun.istack.localization.Localizable localizableWSGEN_INVALID_TRANSPORT​(Object arg0,
                                                                                                 Object arg1)
      • WSGEN_INVALID_TRANSPORT

        public static String WSGEN_INVALID_TRANSPORT​(Object arg0,
                                                     Object arg1)
        "{0}" is not a supported transport. Supported transport includes: {1}.
      • localizableWSIMPORT_DOCUMENT_DOWNLOAD

        public static com.sun.istack.localization.Localizable localizableWSIMPORT_DOCUMENT_DOWNLOAD​(Object arg0,
                                                                                                    Object arg1)
      • WSIMPORT_DOCUMENT_DOWNLOAD

        public static String WSIMPORT_DOCUMENT_DOWNLOAD​(Object arg0,
                                                        Object arg1)
        Downloading metadata document from {0} to {1}
      • localizableWSGEN_CLASS_NOT_FOUND

        public static com.sun.istack.localization.Localizable localizableWSGEN_CLASS_NOT_FOUND​(Object arg0)
      • WSGEN_CLASS_NOT_FOUND

        public static String WSGEN_CLASS_NOT_FOUND​(Object arg0)
        Class not found: "{0}"
      • localizableWSCOMPILE_DUPLICATE_OPTION

        public static com.sun.istack.localization.Localizable localizableWSCOMPILE_DUPLICATE_OPTION​(Object arg0)
      • WSCOMPILE_DUPLICATE_OPTION

        public static String WSCOMPILE_DUPLICATE_OPTION​(Object arg0)
        duplicate option: {0}
      • localizableWSCOMPILE_UNSUPPORTED_ENCODING

        public static com.sun.istack.localization.Localizable localizableWSCOMPILE_UNSUPPORTED_ENCODING​(Object arg0)
      • WSCOMPILE_UNSUPPORTED_ENCODING

        public static String WSCOMPILE_UNSUPPORTED_ENCODING​(Object arg0)
        unsupported encoding: {0}
      • localizableWSIMPORT_COMPILING_CODE

        public static com.sun.istack.localization.Localizable localizableWSIMPORT_COMPILING_CODE()
      • WSIMPORT_COMPILING_CODE

        public static String WSIMPORT_COMPILING_CODE()
        Compiling code...
      • localizableWSGEN_SERVICENAME_MISSING_NAMESPACE

        public static com.sun.istack.localization.Localizable localizableWSGEN_SERVICENAME_MISSING_NAMESPACE​(Object arg0)
      • WSGEN_SERVICENAME_MISSING_NAMESPACE

        public static String WSGEN_SERVICENAME_MISSING_NAMESPACE​(Object arg0)
        The service name "{0}" is missing a namespace.
      • localizableWSIMPORT_MAX_REDIRECT_ATTEMPT

        public static com.sun.istack.localization.Localizable localizableWSIMPORT_MAX_REDIRECT_ATTEMPT()
      • WSIMPORT_MAX_REDIRECT_ATTEMPT

        public static String WSIMPORT_MAX_REDIRECT_ATTEMPT()
        Can not get a WSDL maximum number of redirects(5) reached
      • localizableWSIMPORT_READING_AUTH_FILE

        public static com.sun.istack.localization.Localizable localizableWSIMPORT_READING_AUTH_FILE​(Object arg0)
      • WSIMPORT_READING_AUTH_FILE

        public static String WSIMPORT_READING_AUTH_FILE​(Object arg0)
        Trying to read authorization file : "{0}"...
      • localizableWSIMPORT_USAGE_PLUGINS

        public static com.sun.istack.localization.Localizable localizableWSIMPORT_USAGE_PLUGINS()
      • WSIMPORT_USAGE_PLUGINS

        public static String WSIMPORT_USAGE_PLUGINS()
        Plugins:
      • localizableWSGEN_CANNOT_GEN_WSDL_FOR_SOAP_12_BINDING

        public static com.sun.istack.localization.Localizable localizableWSGEN_CANNOT_GEN_WSDL_FOR_SOAP_12_BINDING​(Object arg0,
                                                                                                                   Object arg1)
      • WSGEN_CANNOT_GEN_WSDL_FOR_SOAP_12_BINDING

        public static String WSGEN_CANNOT_GEN_WSDL_FOR_SOAP_12_BINDING​(Object arg0,
                                                                       Object arg1)
        wsgen can not generate WSDL for SOAP 1.2 binding: {0} on class: {1}.Please specify "-extension" and "-wsdl:protocol XSoap1.2" switches. For example:wsgen -wsdl:protocol XSoap1.2 -extenson {1}
      • localizableWSIMPORT_INFO_MESSAGE

        public static com.sun.istack.localization.Localizable localizableWSIMPORT_INFO_MESSAGE​(Object arg0)
      • WSIMPORT_INFO_MESSAGE

        public static String WSIMPORT_INFO_MESSAGE​(Object arg0)
        [INFO] {0}
      • localizableWSCOMPILE_EXISTING_OPTION

        public static com.sun.istack.localization.Localizable localizableWSCOMPILE_EXISTING_OPTION​(Object arg0)
      • WSCOMPILE_EXISTING_OPTION

        public static String WSCOMPILE_EXISTING_OPTION​(Object arg0)
        Ignoring already defined option {0}
      • localizableWSGEN_PORTNAME_MISSING_NAMESPACE

        public static com.sun.istack.localization.Localizable localizableWSGEN_PORTNAME_MISSING_NAMESPACE​(Object arg0)
      • WSGEN_PORTNAME_MISSING_NAMESPACE

        public static String WSGEN_PORTNAME_MISSING_NAMESPACE​(Object arg0)
        The port name "{0}" is missing a namespace.
      • localizableWSIMPORT_GENERATING_CODE

        public static com.sun.istack.localization.Localizable localizableWSIMPORT_GENERATING_CODE()
      • WSIMPORT_GENERATING_CODE

        public static String WSIMPORT_GENERATING_CODE()
        Generating code...
      • localizableWSIMPORT_AUTH_FILE_NOT_FOUND

        public static com.sun.istack.localization.Localizable localizableWSIMPORT_AUTH_FILE_NOT_FOUND​(Object arg0,
                                                                                                      Object arg1)
      • WSIMPORT_AUTH_FILE_NOT_FOUND

        public static String WSIMPORT_AUTH_FILE_NOT_FOUND​(Object arg0,
                                                          Object arg1)
        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>
      • localizableWSIMPORT_WSDLLOCATION_CLIENTJAR

        public static com.sun.istack.localization.Localizable localizableWSIMPORT_WSDLLOCATION_CLIENTJAR()
      • WSIMPORT_WSDLLOCATION_CLIENTJAR

        public static String WSIMPORT_WSDLLOCATION_CLIENTJAR()
        wsdlLocation cannot be specified when using clientJar option
      • localizableWSIMPORT_FAILED_TO_PARSE

        public static com.sun.istack.localization.Localizable localizableWSIMPORT_FAILED_TO_PARSE​(Object arg0,
                                                                                                  Object arg1)
      • WSIMPORT_FAILED_TO_PARSE

        public static String WSIMPORT_FAILED_TO_PARSE​(Object arg0,
                                                      Object arg1)
        Failed to parse "{0}": {1}
      • localizableWSIMPORT_NO_WSDL

        public static com.sun.istack.localization.Localizable localizableWSIMPORT_NO_WSDL​(Object arg0)
      • WSIMPORT_NO_WSDL

        public static String WSIMPORT_NO_WSDL​(Object arg0)
        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 <wsdl:definitions>.
      • localizableWSGEN_INVALID_PROTOCOL

        public static com.sun.istack.localization.Localizable localizableWSGEN_INVALID_PROTOCOL​(Object arg0,
                                                                                                Object arg1)
      • WSGEN_INVALID_PROTOCOL

        public static String WSGEN_INVALID_PROTOCOL​(Object arg0,
                                                    Object arg1)
        "{0}" is not a supported protocol. Supported protocols include: {1}.
      • localizableWSGEN_HELP

        public static com.sun.istack.localization.Localizable localizableWSGEN_HELP​(Object arg0,
                                                                                    Object arg1,
                                                                                    Object arg2)
      • WSGEN_HELP

        public static String WSGEN_HELP​(Object arg0,
                                        Object arg1,
                                        Object arg2)
        Usage: {0} [options] <SEI> where [options] include: -classpath <path> specify where to find input class files and wsgen extensions -cp <path> specify where to find input class files and wsgen extensions -d <directory> specify where to place generated output files -encoding <encoding> specify character encoding used by source files -extension allow vendor extensions - functionality not specified by the specification. Use of extensions may result in applications that are not portable or may not interoperate with other implementations -help display help -J<javacOption> pass this option to javac -keep keep generated files -r <directory> resource destination directory, specify where to place resouce files such as WSDLs -s <directory> specify where to place generated source files -verbose output messages about what the compiler is doing -version print version information -fullversion print full version information -wsdl[:protocol] generate a WSDL file. The protocol is optional. Valid protocols are {1}, the default is soap1.1. The non standard protocols {2} can only be used in conjunction with the -extension option. -inlineSchemas inline schemas in the generated wsdl. Must be used in conjunction with the -wsdl option. -servicename <name> specify the Service name to use in the generated WSDL Used in conjunction with the -wsdl option. -portname <name> specify the Port name to use in the generated WSDL Used in conjunction with the -wsdl option. -x <file> specify External Web Service Metadata xml descriptor
      • localizableWSIMPORT_USAGE

        public static com.sun.istack.localization.Localizable localizableWSIMPORT_USAGE​(Object arg0)
      • WSIMPORT_USAGE

        public static String WSIMPORT_USAGE​(Object arg0)
        Usage: {0} [options] <WSDL_URI> Use "wsimport -help" for a detailed description of options.
      • localizableWSCOMPILE_ERROR

        public static com.sun.istack.localization.Localizable localizableWSCOMPILE_ERROR​(Object arg0)
      • WSCOMPILE_ERROR

        public static String WSCOMPILE_ERROR​(Object arg0)
        error: {0}
      • localizableWSCOMPILE_WARNING

        public static com.sun.istack.localization.Localizable localizableWSCOMPILE_WARNING​(Object arg0)
      • WSCOMPILE_WARNING

        public static String WSCOMPILE_WARNING​(Object arg0)
        warning: {0}
      • localizableWRAPPER_TASK_NEED_ENDORSED

        public static com.sun.istack.localization.Localizable localizableWRAPPER_TASK_NEED_ENDORSED​(Object arg0,
                                                                                                    Object arg1)
      • WRAPPER_TASK_NEED_ENDORSED

        public static String WRAPPER_TASK_NEED_ENDORSED​(Object arg0,
                                                        Object arg1)
        You are running on JDK6 or newer which comes with JAX-WS {0} API, but this tool requires JAX-WS {1} or newer API. Use the standard override mechanism.
      • localizableWSIMPORT_VERSION

        public static com.sun.istack.localization.Localizable localizableWSIMPORT_VERSION​(Object arg0)
      • WSIMPORT_VERSION

        public static String WSIMPORT_VERSION​(Object arg0)
        wsimport version "{0}"
      • localizableWSCOMPILE_NO_SUCH_DIRECTORY

        public static com.sun.istack.localization.Localizable localizableWSCOMPILE_NO_SUCH_DIRECTORY​(Object arg0)
      • WSCOMPILE_NO_SUCH_DIRECTORY

        public static String WSCOMPILE_NO_SUCH_DIRECTORY​(Object arg0)
        directory not found: {0}
      • localizableWSIMPORT_MISSING_FILE

        public static com.sun.istack.localization.Localizable localizableWSIMPORT_MISSING_FILE()
      • WSIMPORT_MISSING_FILE

        public static String WSIMPORT_MISSING_FILE()
        Missing WSDL_URI
      • localizableWSCOMPILE_COMPILATION_FAILED

        public static com.sun.istack.localization.Localizable localizableWSCOMPILE_COMPILATION_FAILED()
      • WSCOMPILE_COMPILATION_FAILED

        public static String WSCOMPILE_COMPILATION_FAILED()
        compilation failed, errors should have been reported
      • localizableWSIMPORT_PARSING_WSDL

        public static com.sun.istack.localization.Localizable localizableWSIMPORT_PARSING_WSDL()
      • WSIMPORT_PARSING_WSDL

        public static String WSIMPORT_PARSING_WSDL()
        parsing WSDL...
      • localizableWSGEN_USAGE_EXAMPLES

        public static com.sun.istack.localization.Localizable localizableWSGEN_USAGE_EXAMPLES()
      • WSGEN_USAGE_EXAMPLES

        public static String WSGEN_USAGE_EXAMPLES()
        Examples: wsgen -cp . example.Stock wsgen -cp . example.Stock -wsdl -servicename '{http://mynamespace}MyService'
      • localizableWSIMPORT_ARCHIVING_ARTIFACTS

        public static com.sun.istack.localization.Localizable localizableWSIMPORT_ARCHIVING_ARTIFACTS​(Object arg0)
      • WSIMPORT_ARCHIVING_ARTIFACTS

        public static String WSIMPORT_ARCHIVING_ARTIFACTS​(Object arg0)
        Archiving the generated artifacts into {0}.
      • localizableWSGEN_PROTOCOL_WITHOUT_EXTENSION

        public static com.sun.istack.localization.Localizable localizableWSGEN_PROTOCOL_WITHOUT_EXTENSION​(Object arg0)
      • WSGEN_PROTOCOL_WITHOUT_EXTENSION

        public static String WSGEN_PROTOCOL_WITHOUT_EXTENSION​(Object arg0)
        The optional protocol "{0}" must be used in conjunction with the "-extension" option.
      • localizableWSGEN_MISSING_FILE

        public static com.sun.istack.localization.Localizable localizableWSGEN_MISSING_FILE()
      • WSGEN_MISSING_FILE

        public static String WSGEN_MISSING_FILE()
        Missing SEI
      • localizableWSGEN_VERSION

        public static com.sun.istack.localization.Localizable localizableWSGEN_VERSION​(Object arg0)
      • WSGEN_VERSION

        public static String WSGEN_VERSION​(Object arg0)
        wsgen version "{0}"
      • localizableWSGEN_NO_WEBSERVICES_CLASS

        public static com.sun.istack.localization.Localizable localizableWSGEN_NO_WEBSERVICES_CLASS​(Object arg0)
      • WSGEN_NO_WEBSERVICES_CLASS

        public static String WSGEN_NO_WEBSERVICES_CLASS​(Object arg0)
        wsgen did not find any class with @WebService annotation. Please specify @WebService annotation on {0}.
      • localizableWSGEN_SOAP_12_WITHOUT_EXTENSION

        public static com.sun.istack.localization.Localizable localizableWSGEN_SOAP_12_WITHOUT_EXTENSION()
      • WSGEN_SOAP_12_WITHOUT_EXTENSION

        public static String WSGEN_SOAP_12_WITHOUT_EXTENSION()
        The optional protocol "Xsoap1.2" must be used in conjunction with the "-extension" option.
      • localizableWSGEN_CLASS_MUST_BE_IMPLEMENTATION_CLASS

        public static com.sun.istack.localization.Localizable localizableWSGEN_CLASS_MUST_BE_IMPLEMENTATION_CLASS​(Object arg0)
      • WSGEN_CLASS_MUST_BE_IMPLEMENTATION_CLASS

        public static String WSGEN_CLASS_MUST_BE_IMPLEMENTATION_CLASS​(Object arg0)
        The class "{0}" is not an endpoint implementation class.
      • localizableWSGEN_INLINE_SCHEMAS_ONLY_WITH_WSDL

        public static com.sun.istack.localization.Localizable localizableWSGEN_INLINE_SCHEMAS_ONLY_WITH_WSDL()
      • WSGEN_INLINE_SCHEMAS_ONLY_WITH_WSDL

        public static String WSGEN_INLINE_SCHEMAS_ONLY_WITH_WSDL()
        "-inlineSchemas" must be used in conjunction with the "-wsdl" option
      • localizableWRAPPER_TASK_LOADING_INCORRECT_API

        public static com.sun.istack.localization.Localizable localizableWRAPPER_TASK_LOADING_INCORRECT_API​(Object arg0,
                                                                                                            Object arg1,
                                                                                                            Object arg2)
      • WRAPPER_TASK_LOADING_INCORRECT_API

        public static String WRAPPER_TASK_LOADING_INCORRECT_API​(Object arg0,
                                                                Object arg1,
                                                                Object arg2)
        You are loading JAX-WS {0} API from {1} but this tool requires JAX-WS {2} API.
      • localizableWSCOMPILE_CANT_GET_COMPILER

        public static com.sun.istack.localization.Localizable localizableWSCOMPILE_CANT_GET_COMPILER​(Object arg0,
                                                                                                     Object arg1,
                                                                                                     Object arg2)
      • WSCOMPILE_CANT_GET_COMPILER

        public static String WSCOMPILE_CANT_GET_COMPILER​(Object arg0,
                                                         Object arg1,
                                                         Object arg2)
        No Java compiler found. Perhaps environment/JDK problem? Used JVM: {0}, {1}/{2}
      • localizableWSGEN_SERVICENAME_MISSING_LOCALNAME

        public static com.sun.istack.localization.Localizable localizableWSGEN_SERVICENAME_MISSING_LOCALNAME​(Object arg0)
      • WSGEN_SERVICENAME_MISSING_LOCALNAME

        public static String WSGEN_SERVICENAME_MISSING_LOCALNAME​(Object arg0)
        The service name "{0}" is missing a localname.
      • localizableWSCOMPILE_INVALID_OPTION

        public static com.sun.istack.localization.Localizable localizableWSCOMPILE_INVALID_OPTION​(Object arg0)
      • WSCOMPILE_INVALID_OPTION

        public static String WSCOMPILE_INVALID_OPTION​(Object arg0)
        unrecognized parameter {0}
      • localizableWSIMPORT_HTTP_REDIRECT

        public static com.sun.istack.localization.Localizable localizableWSIMPORT_HTTP_REDIRECT​(Object arg0,
                                                                                                Object arg1)
      • WSIMPORT_HTTP_REDIRECT

        public static String WSIMPORT_HTTP_REDIRECT​(Object arg0,
                                                    Object arg1)
        Server returned HTTP Status code: "{0}", retrying with "{1}"
      • localizableWSGEN_PORTNAME_MISSING_LOCALNAME

        public static com.sun.istack.localization.Localizable localizableWSGEN_PORTNAME_MISSING_LOCALNAME​(Object arg0)
      • WSGEN_PORTNAME_MISSING_LOCALNAME

        public static String WSGEN_PORTNAME_MISSING_LOCALNAME​(Object arg0)
        The port name "{0}" is missing a localname.
      • localizableWSIMPORT_ERROR_MESSAGE

        public static com.sun.istack.localization.Localizable localizableWSIMPORT_ERROR_MESSAGE​(Object arg0)
      • WSIMPORT_ERROR_MESSAGE

        public static String WSIMPORT_ERROR_MESSAGE​(Object arg0)
        [ERROR] {0}
      • localizableWSGEN_FULLVERSION

        public static com.sun.istack.localization.Localizable localizableWSGEN_FULLVERSION​(Object arg0)
      • WSGEN_FULLVERSION

        public static String WSGEN_FULLVERSION​(Object arg0)
        wsgen full version "{0}"
      • localizableWSGEN_WSDL_ARG_NO_GENWSDL

        public static com.sun.istack.localization.Localizable localizableWSGEN_WSDL_ARG_NO_GENWSDL​(Object arg0)
      • WSGEN_WSDL_ARG_NO_GENWSDL

        public static String WSGEN_WSDL_ARG_NO_GENWSDL​(Object arg0)
        The "{0}" option can only be in conjunction with the "-wsdl" option.
      • localizableWSCOMPILE_INFO

        public static com.sun.istack.localization.Localizable localizableWSCOMPILE_INFO​(Object arg0)
      • WSCOMPILE_INFO

        public static String WSCOMPILE_INFO​(Object arg0)
        info: {0}
      • localizableWSGEN_COULD_NOT_CREATE_FILE

        public static com.sun.istack.localization.Localizable localizableWSGEN_COULD_NOT_CREATE_FILE​(Object arg0)
      • WSGEN_COULD_NOT_CREATE_FILE

        public static String WSGEN_COULD_NOT_CREATE_FILE​(Object arg0)
        Could not create file: "{0}"
      • localizableWSIMPORT_ILLEGAL_AUTH_INFO

        public static com.sun.istack.localization.Localizable localizableWSIMPORT_ILLEGAL_AUTH_INFO​(Object arg0)
      • WSIMPORT_ILLEGAL_AUTH_INFO

        public static String WSIMPORT_ILLEGAL_AUTH_INFO​(Object arg0)
        "{0}" is not a valid authorization information format. The format is http[s]://user:password@host:port//<url-path>.
      • localizableWSGEN_CANNOT_GEN_WSDL_FOR_NON_SOAP_BINDING

        public static com.sun.istack.localization.Localizable localizableWSGEN_CANNOT_GEN_WSDL_FOR_NON_SOAP_BINDING​(Object arg0,
                                                                                                                    Object arg1)
      • WSGEN_CANNOT_GEN_WSDL_FOR_NON_SOAP_BINDING

        public static String WSGEN_CANNOT_GEN_WSDL_FOR_NON_SOAP_BINDING​(Object arg0,
                                                                        Object arg1)
        wsgen can not generate WSDL for non-SOAP binding: {0} on Class {1}
      • localizableWSIMPORT_FETCHING_METADATA

        public static com.sun.istack.localization.Localizable localizableWSIMPORT_FETCHING_METADATA()
      • WSIMPORT_FETCHING_METADATA

        public static String WSIMPORT_FETCHING_METADATA()
        Downloading the WSDL and associated metadata