src/share/jaxws_classes/com/sun/xml/internal/ws/resources/WsservletMessages.java

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

     1 /*
     2  * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     8  * particular file as subject to the "Classpath" exception as provided
     9  * by Oracle in the LICENSE file that accompanied this code.
    10  *
    11  * This code is distributed in the hope that it will be useful, but WITHOUT
    12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    14  * version 2 for more details (a copy is included in the LICENSE file that
    15  * accompanied this code).
    16  *
    17  * You should have received a copy of the GNU General Public License version
    18  * 2 along with this work; if not, write to the Free Software Foundation,
    19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    20  *
    21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    22  * or visit www.oracle.com if you need additional information or have any
    23  * questions.
    24  */
    26 package com.sun.xml.internal.ws.resources;
    28 import com.sun.istack.internal.localization.Localizable;
    29 import com.sun.istack.internal.localization.LocalizableMessageFactory;
    30 import com.sun.istack.internal.localization.Localizer;
    33 /**
    34  * Defines string formatting method for each constant in the resource file
    35  *
    36  */
    37 public final class WsservletMessages {
    39     private final static LocalizableMessageFactory messageFactory = new LocalizableMessageFactory("com.sun.xml.internal.ws.resources.wsservlet");
    40     private final static Localizer localizer = new Localizer();
    42     public static Localizable localizableERROR_WSDL_PUBLISHER_CANNOT_READ_CONFIGURATION() {
    43         return messageFactory.getMessage("error.wsdlPublisher.cannotReadConfiguration");
    44     }
    46     /**
    47      * WSSERVLET46: cannot read configuration
    48      *
    49      */
    50     public static String ERROR_WSDL_PUBLISHER_CANNOT_READ_CONFIGURATION() {
    51         return localizer.localize(localizableERROR_WSDL_PUBLISHER_CANNOT_READ_CONFIGURATION());
    52     }
    54     public static Localizable localizableWSSERVLET_22_DIAG_CHECK_1() {
    55         return messageFactory.getMessage("WSSERVLET22.diag.check.1");
    56     }
    58     /**
    59      * Set endpoint with stub.setTargetEndpoint property
    60      *
    61      */
    62     public static String WSSERVLET_22_DIAG_CHECK_1() {
    63         return localizer.localize(localizableWSSERVLET_22_DIAG_CHECK_1());
    64     }
    66     public static Localizable localizableWSSERVLET_33_DIAG_CAUSE_2() {
    67         return messageFactory.getMessage("WSSERVLET33.diag.cause.2");
    68     }
    70     /**
    71      * When publishing the service wsdl, the http location is patched with the deployed location/endpoint using XSLT transformation. The transformer could not be created to do the transformation.
    72      *
    73      */
    74     public static String WSSERVLET_33_DIAG_CAUSE_2() {
    75         return localizer.localize(localizableWSSERVLET_33_DIAG_CAUSE_2());
    76     }
    78     public static Localizable localizableWSSERVLET_33_DIAG_CAUSE_1() {
    79         return messageFactory.getMessage("WSSERVLET33.diag.cause.1");
    80     }
    82     /**
    83      * When publishing the service wsdl, the http location is patched with the deployed location/endpoint using XSLT transformation. The transformer could not be created to do the transformation.
    84      *
    85      */
    86     public static String WSSERVLET_33_DIAG_CAUSE_1() {
    87         return localizer.localize(localizableWSSERVLET_33_DIAG_CAUSE_1());
    88     }
    90     public static Localizable localizableERROR_IMPLEMENTOR_REGISTRY_DUPLICATE_NAME(Object arg0) {
    91         return messageFactory.getMessage("error.implementorRegistry.duplicateName", arg0);
    92     }
    94     /**
    95      * WSSERVLET42: duplicate port name: {0}
    96      *
    97      */
    98     public static String ERROR_IMPLEMENTOR_REGISTRY_DUPLICATE_NAME(Object arg0) {
    99         return localizer.localize(localizableERROR_IMPLEMENTOR_REGISTRY_DUPLICATE_NAME(arg0));
   100     }
   102     public static Localizable localizableERROR_IMPLEMENTOR_REGISTRY_FILE_NOT_FOUND(Object arg0) {
   103         return messageFactory.getMessage("error.implementorRegistry.fileNotFound", arg0);
   104     }
   106     /**
   107      * WSSERVLET45: file not found: {0}
   108      *
   109      */
   110     public static String ERROR_IMPLEMENTOR_REGISTRY_FILE_NOT_FOUND(Object arg0) {
   111         return localizer.localize(localizableERROR_IMPLEMENTOR_REGISTRY_FILE_NOT_FOUND(arg0));
   112     }
   114     public static Localizable localizableSERVLET_TRACE_INVOKING_IMPLEMENTOR(Object arg0) {
   115         return messageFactory.getMessage("servlet.trace.invokingImplementor", arg0);
   116     }
   118     /**
   119      * WSSERVLET21: invoking implementor: {0}
   120      *
   121      */
   122     public static String SERVLET_TRACE_INVOKING_IMPLEMENTOR(Object arg0) {
   123         return localizer.localize(localizableSERVLET_TRACE_INVOKING_IMPLEMENTOR(arg0));
   124     }
   126     public static Localizable localizableWSSERVLET_17_DIAG_CAUSE_1() {
   127         return messageFactory.getMessage("WSSERVLET17.diag.cause.1");
   128     }
   130     /**
   131      * Two or more endpoints with the same name where found in the jaxrpc-ri.xml runtime descriptor
   132      *
   133      */
   134     public static String WSSERVLET_17_DIAG_CAUSE_1() {
   135         return localizer.localize(localizableWSSERVLET_17_DIAG_CAUSE_1());
   136     }
   138     public static Localizable localizableHTML_NON_ROOT_PAGE_BODY_2() {
   139         return messageFactory.getMessage("html.nonRootPage.body2");
   140     }
   142     /**
   143      * <p>Invalid request URI.</p><p>Please check your deployment information.</p>
   144      *
   145      */
   146     public static String HTML_NON_ROOT_PAGE_BODY_2() {
   147         return localizer.localize(localizableHTML_NON_ROOT_PAGE_BODY_2());
   148     }
   150     public static Localizable localizableHTML_NON_ROOT_PAGE_BODY_1() {
   151         return messageFactory.getMessage("html.nonRootPage.body1");
   152     }
   154     /**
   155      * <p>A Web Service is installed at this URL.</p>
   156      *
   157      */
   158     public static String HTML_NON_ROOT_PAGE_BODY_1() {
   159         return localizer.localize(localizableHTML_NON_ROOT_PAGE_BODY_1());
   160     }
   162     public static Localizable localizablePUBLISHER_INFO_APPLYING_TRANSFORMATION(Object arg0) {
   163         return messageFactory.getMessage("publisher.info.applyingTransformation", arg0);
   164     }
   166     /**
   167      * WSSERVLET31: applying transformation with actual address: {0}
   168      *
   169      */
   170     public static String PUBLISHER_INFO_APPLYING_TRANSFORMATION(Object arg0) {
   171         return localizer.localize(localizablePUBLISHER_INFO_APPLYING_TRANSFORMATION(arg0));
   172     }
   174     public static Localizable localizableWSSERVLET_29_DIAG_CHECK_1() {
   175         return messageFactory.getMessage("WSSERVLET29.diag.check.1");
   176     }
   178     /**
   179      * Is the port valid? Unzip the war file and make sure the tie and serializers are present
   180      *
   181      */
   182     public static String WSSERVLET_29_DIAG_CHECK_1() {
   183         return localizer.localize(localizableWSSERVLET_29_DIAG_CHECK_1());
   184     }
   186     public static Localizable localizableSERVLET_TRACE_GOT_REQUEST_FOR_ENDPOINT(Object arg0) {
   187         return messageFactory.getMessage("servlet.trace.gotRequestForEndpoint", arg0);
   188     }
   190     /**
   191      * WSSERVLET19: got request for endpoint: {0}
   192      *
   193      */
   194     public static String SERVLET_TRACE_GOT_REQUEST_FOR_ENDPOINT(Object arg0) {
   195         return localizer.localize(localizableSERVLET_TRACE_GOT_REQUEST_FOR_ENDPOINT(arg0));
   196     }
   198     public static Localizable localizableERROR_SERVLET_INIT_CONFIG_PARAMETER_MISSING(Object arg0) {
   199         return messageFactory.getMessage("error.servlet.init.config.parameter.missing", arg0);
   200     }
   202     /**
   203      * WSSERVLET47: cannot find configuration parameter: "{0}"
   204      *
   205      */
   206     public static String ERROR_SERVLET_INIT_CONFIG_PARAMETER_MISSING(Object arg0) {
   207         return localizer.localize(localizableERROR_SERVLET_INIT_CONFIG_PARAMETER_MISSING(arg0));
   208     }
   210     public static Localizable localizableERROR_IMPLEMENTOR_FACTORY_SERVANT_INIT_FAILED(Object arg0) {
   211         return messageFactory.getMessage("error.implementorFactory.servantInitFailed", arg0);
   212     }
   214     /**
   215      * WSSERVLET44: failed to initialize the service implementor for port "{0}"
   216      *
   217      */
   218     public static String ERROR_IMPLEMENTOR_FACTORY_SERVANT_INIT_FAILED(Object arg0) {
   219         return localizer.localize(localizableERROR_IMPLEMENTOR_FACTORY_SERVANT_INIT_FAILED(arg0));
   220     }
   222     public static Localizable localizableWSSERVLET_13_DIAG_CHECK_1() {
   223         return messageFactory.getMessage("WSSERVLET13.diag.check.1");
   224     }
   226     /**
   227      * Normal web service shutdown
   228      *
   229      */
   230     public static String WSSERVLET_13_DIAG_CHECK_1() {
   231         return localizer.localize(localizableWSSERVLET_13_DIAG_CHECK_1());
   232     }
   234     public static Localizable localizableWSSERVLET_31_DIAG_CAUSE_1() {
   235         return messageFactory.getMessage("WSSERVLET31.diag.cause.1");
   236     }
   238     /**
   239      * Transformation being applied
   240      *
   241      */
   242     public static String WSSERVLET_31_DIAG_CAUSE_1() {
   243         return localizer.localize(localizableWSSERVLET_31_DIAG_CAUSE_1());
   244     }
   246     public static Localizable localizableWSSERVLET_50_DIAG_CHECK_3() {
   247         return messageFactory.getMessage("WSSERVLET50.diag.check.3");
   248     }
   250     /**
   251      * Check the server.xml file in the domain directory for failures
   252      *
   253      */
   254     public static String WSSERVLET_50_DIAG_CHECK_3() {
   255         return localizer.localize(localizableWSSERVLET_50_DIAG_CHECK_3());
   256     }
   258     public static Localizable localizableERROR_IMPLEMENTOR_FACTORY_NO_INPUT_STREAM() {
   259         return messageFactory.getMessage("error.implementorFactory.noInputStream");
   260     }
   262     /**
   263      * WSSERVLET37: no configuration specified
   264      *
   265      */
   266     public static String ERROR_IMPLEMENTOR_FACTORY_NO_INPUT_STREAM() {
   267         return localizer.localize(localizableERROR_IMPLEMENTOR_FACTORY_NO_INPUT_STREAM());
   268     }
   270     public static Localizable localizableWSSERVLET_24_DIAG_CAUSE_1() {
   271         return messageFactory.getMessage("WSSERVLET24.diag.cause.1");
   272     }
   274     /**
   275      * SOAPFault message is being returned to the client.
   276      *
   277      */
   278     public static String WSSERVLET_24_DIAG_CAUSE_1() {
   279         return localizer.localize(localizableWSSERVLET_24_DIAG_CAUSE_1());
   280     }
   282     public static Localizable localizableWSSERVLET_50_DIAG_CHECK_2() {
   283         return messageFactory.getMessage("WSSERVLET50.diag.check.2");
   284     }
   286     /**
   287      * Verify that Application server deployment descriptors are correct in the service war file
   288      *
   289      */
   290     public static String WSSERVLET_50_DIAG_CHECK_2() {
   291         return localizer.localize(localizableWSSERVLET_50_DIAG_CHECK_2());
   292     }
   294     public static Localizable localizableWSSERVLET_50_DIAG_CHECK_1() {
   295         return messageFactory.getMessage("WSSERVLET50.diag.check.1");
   296     }
   298     /**
   299      * Verify that sun-jaxws.xml and web.xml are correct in the service war file
   300      *
   301      */
   302     public static String WSSERVLET_50_DIAG_CHECK_1() {
   303         return localizer.localize(localizableWSSERVLET_50_DIAG_CHECK_1());
   304     }
   306     public static Localizable localizableWSSERVLET_43_DIAG_CHECK_1() {
   307         return messageFactory.getMessage("WSSERVLET43.diag.check.1");
   308     }
   310     /**
   311      * Make sure web service is available and public. Examine exception for more details
   312      *
   313      */
   314     public static String WSSERVLET_43_DIAG_CHECK_1() {
   315         return localizer.localize(localizableWSSERVLET_43_DIAG_CHECK_1());
   316     }
   318     public static Localizable localizableWSSERVLET_15_DIAG_CAUSE_1() {
   319         return messageFactory.getMessage("WSSERVLET15.diag.cause.1");
   320     }
   322     /**
   323      * Web Services servlet shutdown.
   324      *
   325      */
   326     public static String WSSERVLET_15_DIAG_CAUSE_1() {
   327         return localizer.localize(localizableWSSERVLET_15_DIAG_CAUSE_1());
   328     }
   330     public static Localizable localizableWSSERVLET_27_DIAG_CHECK_1() {
   331         return messageFactory.getMessage("WSSERVLET27.diag.check.1");
   332     }
   334     /**
   335      * Remove the implicit URL
   336      *
   337      */
   338     public static String WSSERVLET_27_DIAG_CHECK_1() {
   339         return localizer.localize(localizableWSSERVLET_27_DIAG_CHECK_1());
   340     }
   342     public static Localizable localizableERROR_IMPLEMENTOR_REGISTRY_UNKNOWN_NAME(Object arg0) {
   343         return messageFactory.getMessage("error.implementorRegistry.unknownName", arg0);
   344     }
   346     /**
   347      * WSSERVLET38: unknown port name: {0}
   348      *
   349      */
   350     public static String ERROR_IMPLEMENTOR_REGISTRY_UNKNOWN_NAME(Object arg0) {
   351         return localizer.localize(localizableERROR_IMPLEMENTOR_REGISTRY_UNKNOWN_NAME(arg0));
   352     }
   354     public static Localizable localizableSERVLET_HTML_NOT_FOUND(Object arg0) {
   355         return messageFactory.getMessage("servlet.html.notFound", arg0);
   356     }
   358     /**
   359      * <h1>404 Not Found: {0}</h1>
   360      *
   361      */
   362     public static String SERVLET_HTML_NOT_FOUND(Object arg0) {
   363         return localizer.localize(localizableSERVLET_HTML_NOT_FOUND(arg0));
   364     }
   366     public static Localizable localizableHTML_ROOT_PAGE_TITLE() {
   367         return messageFactory.getMessage("html.rootPage.title");
   368     }
   370     /**
   371      * Web Service
   372      *
   373      */
   374     public static String HTML_ROOT_PAGE_TITLE() {
   375         return localizer.localize(localizableHTML_ROOT_PAGE_TITLE());
   376     }
   378     public static Localizable localizableWSSERVLET_20_DIAG_CHECK_1() {
   379         return messageFactory.getMessage("WSSERVLET20.diag.check.1");
   380     }
   382     /**
   383      * Unzip the war, are the tie and serializer classes found?
   384      *
   385      */
   386     public static String WSSERVLET_20_DIAG_CHECK_1() {
   387         return localizer.localize(localizableWSSERVLET_20_DIAG_CHECK_1());
   388     }
   390     public static Localizable localizableJAXRPCSERVLET_11_DIAG_CAUSE_1() {
   391         return messageFactory.getMessage("JAXRPCSERVLET11.diag.cause.1");
   392     }
   394     /**
   395      * WSRuntimeInfoParser could not parse sun-jaxws.xml runtime descriptor
   396      *
   397      */
   398     public static String JAXRPCSERVLET_11_DIAG_CAUSE_1() {
   399         return localizer.localize(localizableJAXRPCSERVLET_11_DIAG_CAUSE_1());
   400     }
   402     public static Localizable localizableWSSERVLET_11_DIAG_CHECK_2() {
   403         return messageFactory.getMessage("WSSERVLET11.diag.check.2");
   404     }
   406     /**
   407      * Please check the jaxrpc-ri.xml file to make sure it is present in the war file
   408      *
   409      */
   410     public static String WSSERVLET_11_DIAG_CHECK_2() {
   411         return localizer.localize(localizableWSSERVLET_11_DIAG_CHECK_2());
   412     }
   414     public static Localizable localizableWSSERVLET_11_DIAG_CHECK_1() {
   415         return messageFactory.getMessage("WSSERVLET11.diag.check.1");
   416     }
   418     /**
   419      * Please check the sun-jaxws.xml file to make sure it is correct
   420      *
   421      */
   422     public static String WSSERVLET_11_DIAG_CHECK_1() {
   423         return localizer.localize(localizableWSSERVLET_11_DIAG_CHECK_1());
   424     }
   426     public static Localizable localizableWSSERVLET_22_DIAG_CAUSE_1() {
   427         return messageFactory.getMessage("WSSERVLET22.diag.cause.1");
   428     }
   430     /**
   431      * A request was invoked with no endpoint
   432      *
   433      */
   434     public static String WSSERVLET_22_DIAG_CAUSE_1() {
   435         return localizer.localize(localizableWSSERVLET_22_DIAG_CAUSE_1());
   436     }
   438     public static Localizable localizableWSSERVLET_34_DIAG_CHECK_1() {
   439         return messageFactory.getMessage("WSSERVLET34.diag.check.1");
   440     }
   442     /**
   443      * Check the log file(s) for more detailed errors/exceptions.
   444      *
   445      */
   446     public static String WSSERVLET_34_DIAG_CHECK_1() {
   447         return localizer.localize(localizableWSSERVLET_34_DIAG_CHECK_1());
   448     }
   450     public static Localizable localizableERROR_SERVLET_NO_IMPLEMENTOR_FOR_PORT(Object arg0) {
   451         return messageFactory.getMessage("error.servlet.noImplementorForPort", arg0);
   452     }
   454     /**
   455      * WSSERVLET52: no implementor registered for port: {0}
   456      *
   457      */
   458     public static String ERROR_SERVLET_NO_IMPLEMENTOR_FOR_PORT(Object arg0) {
   459         return localizer.localize(localizableERROR_SERVLET_NO_IMPLEMENTOR_FOR_PORT(arg0));
   460     }
   462     public static Localizable localizableWSSERVLET_64_DIAG_CHECK_1() {
   463         return messageFactory.getMessage("WSSERVLET64.diag.check.1");
   464     }
   466     /**
   467      * Make sure the client request is using text/xml
   468      *
   469      */
   470     public static String WSSERVLET_64_DIAG_CHECK_1() {
   471         return localizer.localize(localizableWSSERVLET_64_DIAG_CHECK_1());
   472     }
   474     public static Localizable localizableWSSERVLET_18_DIAG_CHECK_1() {
   475         return messageFactory.getMessage("WSSERVLET18.diag.check.1");
   476     }
   478     /**
   479      * This may or may not be intentional. If not examine client program for errors.
   480      *
   481      */
   482     public static String WSSERVLET_18_DIAG_CHECK_1() {
   483         return localizer.localize(localizableWSSERVLET_18_DIAG_CHECK_1());
   484     }
   486     public static Localizable localizableWSSERVLET_29_DIAG_CAUSE_1() {
   487         return messageFactory.getMessage("WSSERVLET29.diag.cause.1");
   488     }
   490     /**
   491      * A port is specified, but a corresponding service implementation is not found
   492      *
   493      */
   494     public static String WSSERVLET_29_DIAG_CAUSE_1() {
   495         return localizer.localize(localizableWSSERVLET_29_DIAG_CAUSE_1());
   496     }
   498     public static Localizable localizableSERVLET_ERROR_NO_RESPONSE_MESSAGE() {
   499         return messageFactory.getMessage("servlet.error.noResponseMessage");
   500     }
   502     /**
   503      * WSSERVLET23: no response message
   504      *
   505      */
   506     public static String SERVLET_ERROR_NO_RESPONSE_MESSAGE() {
   507         return localizer.localize(localizableSERVLET_ERROR_NO_RESPONSE_MESSAGE());
   508     }
   510     public static Localizable localizableMESSAGE_TOO_LONG(Object arg0) {
   511         return messageFactory.getMessage("message.too.long", arg0);
   512     }
   514     /**
   515      *
   516      * Message has been truncated
   517      * use {0} property to increase the amount of printed part of the message
   518      *
   519      */
   520     public static String MESSAGE_TOO_LONG(Object arg0) {
   521         return localizer.localize(localizableMESSAGE_TOO_LONG(arg0));
   522     }
   524     public static Localizable localizableLISTENER_INFO_INITIALIZE() {
   525         return messageFactory.getMessage("listener.info.initialize");
   526     }
   528     /**
   529      * WSSERVLET12: JAX-WS context listener initializing
   530      *
   531      */
   532     public static String LISTENER_INFO_INITIALIZE() {
   533         return localizer.localize(localizableLISTENER_INFO_INITIALIZE());
   534     }
   536     public static Localizable localizableSERVLET_HTML_NO_INFO_AVAILABLE() {
   537         return messageFactory.getMessage("servlet.html.noInfoAvailable");
   538     }
   540     /**
   541      * <p>No JAX-WS context information available.</p>
   542      *
   543      */
   544     public static String SERVLET_HTML_NO_INFO_AVAILABLE() {
   545         return localizer.localize(localizableSERVLET_HTML_NO_INFO_AVAILABLE());
   546     }
   548     public static Localizable localizableSERVLET_HTML_INFORMATION_TABLE(Object arg0, Object arg1) {
   549         return messageFactory.getMessage("servlet.html.information.table", arg0, arg1);
   550     }
   552     /**
   553      * <table border="0"><tr><td>Address:</td><td>{0}</td></tr><tr><td>WSDL:</td><td><a href="{0}?wsdl">{0}?wsdl</a></td></tr><tr><td>Implementation class:</td><td>{1}</td></tr></table>
   554      *
   555      */
   556     public static String SERVLET_HTML_INFORMATION_TABLE(Object arg0, Object arg1) {
   557         return localizer.localize(localizableSERVLET_HTML_INFORMATION_TABLE(arg0, arg1));
   558     }
   560     public static Localizable localizableSERVLET_TRACE_WRITING_FAULT_RESPONSE() {
   561         return messageFactory.getMessage("servlet.trace.writingFaultResponse");
   562     }
   564     /**
   565      * WSSERVLET24: writing fault response
   566      *
   567      */
   568     public static String SERVLET_TRACE_WRITING_FAULT_RESPONSE() {
   569         return localizer.localize(localizableSERVLET_TRACE_WRITING_FAULT_RESPONSE());
   570     }
   572     public static Localizable localizableSERVLET_ERROR_NO_IMPLEMENTOR_FOR_ENDPOINT(Object arg0) {
   573         return messageFactory.getMessage("servlet.error.noImplementorForEndpoint", arg0);
   574     }
   576     /**
   577      * WSSERVLET20: no implementor for endpoint: {0}
   578      *
   579      */
   580     public static String SERVLET_ERROR_NO_IMPLEMENTOR_FOR_ENDPOINT(Object arg0) {
   581         return localizer.localize(localizableSERVLET_ERROR_NO_IMPLEMENTOR_FOR_ENDPOINT(arg0));
   582     }
   584     public static Localizable localizableWSSERVLET_13_DIAG_CAUSE_1() {
   585         return messageFactory.getMessage("WSSERVLET13.diag.cause.1");
   586     }
   588     /**
   589      * Context listener shutdown
   590      *
   591      */
   592     public static String WSSERVLET_13_DIAG_CAUSE_1() {
   593         return localizer.localize(localizableWSSERVLET_13_DIAG_CAUSE_1());
   594     }
   596     public static Localizable localizableWSSERVLET_50_DIAG_CAUSE_3() {
   597         return messageFactory.getMessage("WSSERVLET50.diag.cause.3");
   598     }
   600     /**
   601      * There may some Application Server initialization problems
   602      *
   603      */
   604     public static String WSSERVLET_50_DIAG_CAUSE_3() {
   605         return localizer.localize(localizableWSSERVLET_50_DIAG_CAUSE_3());
   606     }
   608     public static Localizable localizableWSSERVLET_32_DIAG_CHECK_1() {
   609         return messageFactory.getMessage("WSSERVLET32.diag.check.1");
   610     }
   612     /**
   613      * Normal Operation.
   614      *
   615      */
   616     public static String WSSERVLET_32_DIAG_CHECK_1() {
   617         return localizer.localize(localizableWSSERVLET_32_DIAG_CHECK_1());
   618     }
   620     public static Localizable localizableWSSERVLET_50_DIAG_CAUSE_2() {
   621         return messageFactory.getMessage("WSSERVLET50.diag.cause.2");
   622     }
   624     /**
   625      * Application server deployment descriptors may be incorrect
   626      *
   627      */
   628     public static String WSSERVLET_50_DIAG_CAUSE_2() {
   629         return localizer.localize(localizableWSSERVLET_50_DIAG_CAUSE_2());
   630     }
   632     public static Localizable localizableWSSERVLET_50_DIAG_CAUSE_1() {
   633         return messageFactory.getMessage("WSSERVLET50.diag.cause.1");
   634     }
   636     /**
   637      * WS runtime sun-jaxws.xml or web.xml may be incorrect
   638      *
   639      */
   640     public static String WSSERVLET_50_DIAG_CAUSE_1() {
   641         return localizer.localize(localizableWSSERVLET_50_DIAG_CAUSE_1());
   642     }
   644     public static Localizable localizableWSSERVLET_25_DIAG_CHECK_1() {
   645         return messageFactory.getMessage("WSSERVLET25.diag.check.1");
   646     }
   648     /**
   649      * Tracing message, normal response.
   650      *
   651      */
   652     public static String WSSERVLET_25_DIAG_CHECK_1() {
   653         return localizer.localize(localizableWSSERVLET_25_DIAG_CHECK_1());
   654     }
   656     public static Localizable localizableWSSERVLET_43_DIAG_CAUSE_1() {
   657         return messageFactory.getMessage("WSSERVLET43.diag.cause.1");
   658     }
   660     /**
   661      * Instantiation of the web service failed.
   662      *
   663      */
   664     public static String WSSERVLET_43_DIAG_CAUSE_1() {
   665         return localizer.localize(localizableWSSERVLET_43_DIAG_CAUSE_1());
   666     }
   668     public static Localizable localizableWSSERVLET_27_DIAG_CAUSE_1() {
   669         return messageFactory.getMessage("WSSERVLET27.diag.cause.1");
   670     }
   672     /**
   673      * Implicit URLS are not supported in this release
   674      *
   675      */
   676     public static String WSSERVLET_27_DIAG_CAUSE_1() {
   677         return localizer.localize(localizableWSSERVLET_27_DIAG_CAUSE_1());
   678     }
   680     public static Localizable localizableERROR_SERVLET_CAUGHT_THROWABLE_IN_INIT(Object arg0) {
   681         return messageFactory.getMessage("error.servlet.caughtThrowableInInit", arg0);
   682     }
   684     /**
   685      * WSSERVLET50: caught throwable during servlet initialization: {0}
   686      *
   687      */
   688     public static String ERROR_SERVLET_CAUGHT_THROWABLE_IN_INIT(Object arg0) {
   689         return localizer.localize(localizableERROR_SERVLET_CAUGHT_THROWABLE_IN_INIT(arg0));
   690     }
   692     public static Localizable localizableSERVLET_HTML_ENDPOINT_TABLE(Object arg0, Object arg1) {
   693         return messageFactory.getMessage("servlet.html.endpoint.table", arg0, arg1);
   694     }
   696     /**
   697      * <table border="0"><tr><td>Service Name:</td><td>{0}</td></tr><tr><td>Port Name:</td><td>{1}</td></tr></table>
   698      *
   699      */
   700     public static String SERVLET_HTML_ENDPOINT_TABLE(Object arg0, Object arg1) {
   701         return localizer.localize(localizableSERVLET_HTML_ENDPOINT_TABLE(arg0, arg1));
   702     }
   704     public static Localizable localizableERROR_SERVLET_CAUGHT_THROWABLE_WHILE_RECOVERING(Object arg0) {
   705         return messageFactory.getMessage("error.servlet.caughtThrowableWhileRecovering", arg0);
   706     }
   708     /**
   709      * WSSERVLET51: caught throwable while recovering from a previous exception: {0}
   710      *
   711      */
   712     public static String ERROR_SERVLET_CAUGHT_THROWABLE_WHILE_RECOVERING(Object arg0) {
   713         return localizer.localize(localizableERROR_SERVLET_CAUGHT_THROWABLE_WHILE_RECOVERING(arg0));
   714     }
   716     public static Localizable localizableNO_SUNJAXWS_XML(Object arg0) {
   717         return messageFactory.getMessage("no.sunjaxws.xml", arg0);
   718     }
   720     /**
   721      * Runtime descriptor "{0}" is missing
   722      *
   723      */
   724     public static String NO_SUNJAXWS_XML(Object arg0) {
   725         return localizer.localize(localizableNO_SUNJAXWS_XML(arg0));
   726     }
   728     public static Localizable localizableSERVLET_HTML_TITLE_2() {
   729         return messageFactory.getMessage("servlet.html.title2");
   730     }
   732     /**
   733      * <h1>Web Services</h1>
   734      *
   735      */
   736     public static String SERVLET_HTML_TITLE_2() {
   737         return localizer.localize(localizableSERVLET_HTML_TITLE_2());
   738     }
   740     public static Localizable localizableLISTENER_INFO_DESTROY() {
   741         return messageFactory.getMessage("listener.info.destroy");
   742     }
   744     /**
   745      * WSSERVLET13: JAX-WS context listener destroyed
   746      *
   747      */
   748     public static String LISTENER_INFO_DESTROY() {
   749         return localizer.localize(localizableLISTENER_INFO_DESTROY());
   750     }
   752     public static Localizable localizableEXCEPTION_TEMPLATE_CREATION_FAILED() {
   753         return messageFactory.getMessage("exception.templateCreationFailed");
   754     }
   756     /**
   757      * WSSERVLET35: failed to create a template object
   758      *
   759      */
   760     public static String EXCEPTION_TEMPLATE_CREATION_FAILED() {
   761         return localizer.localize(localizableEXCEPTION_TEMPLATE_CREATION_FAILED());
   762     }
   764     public static Localizable localizableWSSERVLET_20_DIAG_CAUSE_1() {
   765         return messageFactory.getMessage("WSSERVLET20.diag.cause.1");
   766     }
   768     /**
   769      * Implementation for this service can not be found
   770      *
   771      */
   772     public static String WSSERVLET_20_DIAG_CAUSE_1() {
   773         return localizer.localize(localizableWSSERVLET_20_DIAG_CAUSE_1());
   774     }
   776     public static Localizable localizableTRACE_SERVLET_WRITING_FAULT_RESPONSE() {
   777         return messageFactory.getMessage("trace.servlet.writingFaultResponse");
   778     }
   780     /**
   781      * WSSERVLET61: writing fault response
   782      *
   783      */
   784     public static String TRACE_SERVLET_WRITING_FAULT_RESPONSE() {
   785         return localizer.localize(localizableTRACE_SERVLET_WRITING_FAULT_RESPONSE());
   786     }
   788     public static Localizable localizableWSSERVLET_23_DIAG_CHECK_2() {
   789         return messageFactory.getMessage("WSSERVLET23.diag.check.2");
   790     }
   792     /**
   793      * The request may be malformed and be accepted by the service, yet did not generate a response
   794      *
   795      */
   796     public static String WSSERVLET_23_DIAG_CHECK_2() {
   797         return localizer.localize(localizableWSSERVLET_23_DIAG_CHECK_2());
   798     }
   800     public static Localizable localizableWSSERVLET_23_DIAG_CHECK_1() {
   801         return messageFactory.getMessage("WSSERVLET23.diag.check.1");
   802     }
   804     /**
   805      * If a response was expected, check that a request message was actually sent
   806      *
   807      */
   808     public static String WSSERVLET_23_DIAG_CHECK_1() {
   809         return localizer.localize(localizableWSSERVLET_23_DIAG_CHECK_1());
   810     }
   812     public static Localizable localizableSERVLET_WARNING_MISSING_CONTEXT_INFORMATION() {
   813         return messageFactory.getMessage("servlet.warning.missingContextInformation");
   814     }
   816     /**
   817      * WSSERVLET16: missing context information
   818      *
   819      */
   820     public static String SERVLET_WARNING_MISSING_CONTEXT_INFORMATION() {
   821         return localizer.localize(localizableSERVLET_WARNING_MISSING_CONTEXT_INFORMATION());
   822     }
   824     public static Localizable localizableWSSERVLET_16_DIAG_CHECK_1() {
   825         return messageFactory.getMessage("WSSERVLET16.diag.check.1");
   826     }
   828     /**
   829      * Unjar the service war file; check to see that the jaxrpc-ri-runtime.xml file is present
   830      *
   831      */
   832     public static String WSSERVLET_16_DIAG_CHECK_1() {
   833         return localizer.localize(localizableWSSERVLET_16_DIAG_CHECK_1());
   834     }
   836     public static Localizable localizableWSSERVLET_34_DIAG_CAUSE_1() {
   837         return messageFactory.getMessage("WSSERVLET34.diag.cause.1");
   838     }
   840     /**
   841      * The location patching on the wsdl failed when attempting to transform.
   842      *
   843      */
   844     public static String WSSERVLET_34_DIAG_CAUSE_1() {
   845         return localizer.localize(localizableWSSERVLET_34_DIAG_CAUSE_1());
   846     }
   848     public static Localizable localizableHTML_NON_ROOT_PAGE_TITLE() {
   849         return messageFactory.getMessage("html.nonRootPage.title");
   850     }
   852     /**
   853      * Web Service
   854      *
   855      */
   856     public static String HTML_NON_ROOT_PAGE_TITLE() {
   857         return localizer.localize(localizableHTML_NON_ROOT_PAGE_TITLE());
   858     }
   860     public static Localizable localizableSERVLET_HTML_COLUMN_HEADER_INFORMATION() {
   861         return messageFactory.getMessage("servlet.html.columnHeader.information");
   862     }
   864     /**
   865      * Information
   866      *
   867      */
   868     public static String SERVLET_HTML_COLUMN_HEADER_INFORMATION() {
   869         return localizer.localize(localizableSERVLET_HTML_COLUMN_HEADER_INFORMATION());
   870     }
   872     public static Localizable localizableWSSERVLET_18_DIAG_CAUSE_1() {
   873         return messageFactory.getMessage("WSSERVLET18.diag.cause.1");
   874     }
   876     /**
   877      * Message sent by client is empty
   878      *
   879      */
   880     public static String WSSERVLET_18_DIAG_CAUSE_1() {
   881         return localizer.localize(localizableWSSERVLET_18_DIAG_CAUSE_1());
   882     }
   884     public static Localizable localizableWSSERVLET_64_DIAG_CAUSE_1() {
   885         return messageFactory.getMessage("WSSERVLET64.diag.cause.1");
   886     }
   888     /**
   889      * Web service requests must be a content type text/xml: WSI BP 1.0
   890      *
   891      */
   892     public static String WSSERVLET_64_DIAG_CAUSE_1() {
   893         return localizer.localize(localizableWSSERVLET_64_DIAG_CAUSE_1());
   894     }
   896     public static Localizable localizableINFO_SERVLET_INITIALIZING() {
   897         return messageFactory.getMessage("info.servlet.initializing");
   898     }
   900     /**
   901      * WSSERVLET56: JAX-WS servlet: init
   902      *
   903      */
   904     public static String INFO_SERVLET_INITIALIZING() {
   905         return localizer.localize(localizableINFO_SERVLET_INITIALIZING());
   906     }
   908     public static Localizable localizableSERVLET_INFO_EMPTY_REQUEST_MESSAGE() {
   909         return messageFactory.getMessage("servlet.info.emptyRequestMessage");
   910     }
   912     /**
   913      * WSSERVLET18: got empty request message
   914      *
   915      */
   916     public static String SERVLET_INFO_EMPTY_REQUEST_MESSAGE() {
   917         return localizer.localize(localizableSERVLET_INFO_EMPTY_REQUEST_MESSAGE());
   918     }
   920     public static Localizable localizableSERVLET_ERROR_NO_ENDPOINT_SPECIFIED() {
   921         return messageFactory.getMessage("servlet.error.noEndpointSpecified");
   922     }
   924     /**
   925      * WSSERVLET22: no endpoint specified
   926      *
   927      */
   928     public static String SERVLET_ERROR_NO_ENDPOINT_SPECIFIED() {
   929         return localizer.localize(localizableSERVLET_ERROR_NO_ENDPOINT_SPECIFIED());
   930     }
   932     public static Localizable localizableWSSERVLET_11_DIAG_CAUSE_2() {
   933         return messageFactory.getMessage("WSSERVLET11.diag.cause.2");
   934     }
   936     /**
   937      * The sun-jaxws.xml runtime deployment descriptor may be missing
   938      *
   939      */
   940     public static String WSSERVLET_11_DIAG_CAUSE_2() {
   941         return localizer.localize(localizableWSSERVLET_11_DIAG_CAUSE_2());
   942     }
   944     public static Localizable localizableWSSERVLET_30_DIAG_CHECK_1() {
   945         return messageFactory.getMessage("WSSERVLET30.diag.check.1");
   946     }
   948     /**
   949      * This could be due to a number of causes. Check the server log file for exceptions.
   950      *
   951      */
   952     public static String WSSERVLET_30_DIAG_CHECK_1() {
   953         return localizer.localize(localizableWSSERVLET_30_DIAG_CHECK_1());
   954     }
   956     public static Localizable localizableEXCEPTION_CANNOT_CREATE_TRANSFORMER() {
   957         return messageFactory.getMessage("exception.cannotCreateTransformer");
   958     }
   960     /**
   961      * WSSERVLET33: cannot create transformer
   962      *
   963      */
   964     public static String EXCEPTION_CANNOT_CREATE_TRANSFORMER() {
   965         return localizer.localize(localizableEXCEPTION_CANNOT_CREATE_TRANSFORMER());
   966     }
   968     public static Localizable localizableSERVLET_FAULTSTRING_INVALID_SOAP_ACTION() {
   969         return messageFactory.getMessage("servlet.faultstring.invalidSOAPAction");
   970     }
   972     /**
   973      * WSSERVLET65: Invalid Header SOAPAction required
   974      *
   975      */
   976     public static String SERVLET_FAULTSTRING_INVALID_SOAP_ACTION() {
   977         return localizer.localize(localizableSERVLET_FAULTSTRING_INVALID_SOAP_ACTION());
   978     }
   980     public static Localizable localizableWSSERVLET_14_DIAG_CHECK_1() {
   981         return messageFactory.getMessage("WSSERVLET14.diag.check.1");
   982     }
   984     /**
   985      * Normal Web Service deployment. Deployment of service complete.
   986      *
   987      */
   988     public static String WSSERVLET_14_DIAG_CHECK_1() {
   989         return localizer.localize(localizableWSSERVLET_14_DIAG_CHECK_1());
   990     }
   992     public static Localizable localizableWSSERVLET_32_DIAG_CAUSE_1() {
   993         return messageFactory.getMessage("WSSERVLET32.diag.cause.1");
   994     }
   996     /**
   997      * WSDL being generated
   998      *
   999      */
  1000     public static String WSSERVLET_32_DIAG_CAUSE_1() {
  1001         return localizer.localize(localizableWSSERVLET_32_DIAG_CAUSE_1());
  1004     public static Localizable localizableWSSERVLET_25_DIAG_CAUSE_1() {
  1005         return messageFactory.getMessage("WSSERVLET25.diag.cause.1");
  1008     /**
  1009      * SOAPMessage response is being returned to client
  1011      */
  1012     public static String WSSERVLET_25_DIAG_CAUSE_1() {
  1013         return localizer.localize(localizableWSSERVLET_25_DIAG_CAUSE_1());
  1016     public static Localizable localizableWSSERVLET_44_DIAG_CHECK_1() {
  1017         return messageFactory.getMessage("WSSERVLET44.diag.check.1");
  1020     /**
  1021      * Check the exception for more details. Make sure all the configuration files are correct.
  1023      */
  1024     public static String WSSERVLET_44_DIAG_CHECK_1() {
  1025         return localizer.localize(localizableWSSERVLET_44_DIAG_CHECK_1());
  1028     public static Localizable localizableWSSERVLET_28_DIAG_CHECK_1() {
  1029         return messageFactory.getMessage("WSSERVLET28.diag.check.1");
  1032     /**
  1033      * Set target endpoint with stub.setTargetEndpoint() property.
  1035      */
  1036     public static String WSSERVLET_28_DIAG_CHECK_1() {
  1037         return localizer.localize(localizableWSSERVLET_28_DIAG_CHECK_1());
  1040     public static Localizable localizableSERVLET_INFO_INITIALIZE() {
  1041         return messageFactory.getMessage("servlet.info.initialize");
  1044     /**
  1045      * WSSERVLET14: JAX-WS servlet initializing
  1047      */
  1048     public static String SERVLET_INFO_INITIALIZE() {
  1049         return localizer.localize(localizableSERVLET_INFO_INITIALIZE());
  1052     public static Localizable localizableERROR_SERVLET_INIT_CONFIG_FILE_NOT_FOUND(Object arg0) {
  1053         return messageFactory.getMessage("error.servlet.init.config.fileNotFound", arg0);
  1056     /**
  1057      * WSSERVLET48: config file: "{0}" not found
  1059      */
  1060     public static String ERROR_SERVLET_INIT_CONFIG_FILE_NOT_FOUND(Object arg0) {
  1061         return localizer.localize(localizableERROR_SERVLET_INIT_CONFIG_FILE_NOT_FOUND(arg0));
  1064     public static Localizable localizableHTML_WSDL_PAGE_TITLE() {
  1065         return messageFactory.getMessage("html.wsdlPage.title");
  1068     /**
  1069      * Web Service
  1071      */
  1072     public static String HTML_WSDL_PAGE_TITLE() {
  1073         return localizer.localize(localizableHTML_WSDL_PAGE_TITLE());
  1076     public static Localizable localizableSERVLET_HTML_COLUMN_HEADER_PORT_NAME() {
  1077         return messageFactory.getMessage("servlet.html.columnHeader.portName");
  1080     /**
  1081      * Endpoint
  1083      */
  1084     public static String SERVLET_HTML_COLUMN_HEADER_PORT_NAME() {
  1085         return localizer.localize(localizableSERVLET_HTML_COLUMN_HEADER_PORT_NAME());
  1088     public static Localizable localizableHTML_ROOT_PAGE_BODY_2_B() {
  1089         return messageFactory.getMessage("html.rootPage.body2b");
  1092     /**
  1093      * </p>
  1095      */
  1096     public static String HTML_ROOT_PAGE_BODY_2_B() {
  1097         return localizer.localize(localizableHTML_ROOT_PAGE_BODY_2_B());
  1100     public static Localizable localizableHTML_ROOT_PAGE_BODY_2_A() {
  1101         return messageFactory.getMessage("html.rootPage.body2a");
  1104     /**
  1105      * <p>It supports the following ports:
  1107      */
  1108     public static String HTML_ROOT_PAGE_BODY_2_A() {
  1109         return localizer.localize(localizableHTML_ROOT_PAGE_BODY_2_A());
  1112     public static Localizable localizableWSSERVLET_21_DIAG_CHECK_1() {
  1113         return messageFactory.getMessage("WSSERVLET21.diag.check.1");
  1116     /**
  1117      * Normal web service invocation.
  1119      */
  1120     public static String WSSERVLET_21_DIAG_CHECK_1() {
  1121         return localizer.localize(localizableWSSERVLET_21_DIAG_CHECK_1());
  1124     public static Localizable localizableERROR_SERVLET_NO_PORT_SPECIFIED() {
  1125         return messageFactory.getMessage("error.servlet.noPortSpecified");
  1128     /**
  1129      * WSSERVLET53: no port specified in HTTP POST request URL
  1131      */
  1132     public static String ERROR_SERVLET_NO_PORT_SPECIFIED() {
  1133         return localizer.localize(localizableERROR_SERVLET_NO_PORT_SPECIFIED());
  1136     public static Localizable localizableINFO_SERVLET_GOT_EMPTY_REQUEST_MESSAGE() {
  1137         return messageFactory.getMessage("info.servlet.gotEmptyRequestMessage");
  1140     /**
  1141      * WSSERVLET55: got empty request message
  1143      */
  1144     public static String INFO_SERVLET_GOT_EMPTY_REQUEST_MESSAGE() {
  1145         return localizer.localize(localizableINFO_SERVLET_GOT_EMPTY_REQUEST_MESSAGE());
  1148     public static Localizable localizableWSSERVLET_51_DIAG_CHECK_1() {
  1149         return messageFactory.getMessage("WSSERVLET51.diag.check.1");
  1152     /**
  1153      * Check the server.xml log file for exception information
  1155      */
  1156     public static String WSSERVLET_51_DIAG_CHECK_1() {
  1157         return localizer.localize(localizableWSSERVLET_51_DIAG_CHECK_1());
  1160     public static Localizable localizableWSSERVLET_23_DIAG_CAUSE_1() {
  1161         return messageFactory.getMessage("WSSERVLET23.diag.cause.1");
  1164     /**
  1165      * The request generated no response from the service
  1167      */
  1168     public static String WSSERVLET_23_DIAG_CAUSE_1() {
  1169         return localizer.localize(localizableWSSERVLET_23_DIAG_CAUSE_1());
  1172     public static Localizable localizableWSSERVLET_16_DIAG_CAUSE_1() {
  1173         return messageFactory.getMessage("WSSERVLET16.diag.cause.1");
  1176     /**
  1177      * The jaxrpc-ri.xml file may be missing from the war file
  1179      */
  1180     public static String WSSERVLET_16_DIAG_CAUSE_1() {
  1181         return localizer.localize(localizableWSSERVLET_16_DIAG_CAUSE_1());
  1184     public static Localizable localizableWSSERVLET_35_DIAG_CHECK_1() {
  1185         return messageFactory.getMessage("WSSERVLET35.diag.check.1");
  1188     /**
  1189      * An exception was thrown during creation of the template. View exception and stacktrace for more details.
  1191      */
  1192     public static String WSSERVLET_35_DIAG_CHECK_1() {
  1193         return localizer.localize(localizableWSSERVLET_35_DIAG_CHECK_1());
  1196     public static Localizable localizableWSSERVLET_65_DIAG_CHECK_1() {
  1197         return messageFactory.getMessage("WSSERVLET65.diag.check.1");
  1200     /**
  1201      * Add SOAPAction and appropriate value
  1203      */
  1204     public static String WSSERVLET_65_DIAG_CHECK_1() {
  1205         return localizer.localize(localizableWSSERVLET_65_DIAG_CHECK_1());
  1208     public static Localizable localizableTRACE_SERVLET_HANDING_REQUEST_OVER_TO_IMPLEMENTOR(Object arg0) {
  1209         return messageFactory.getMessage("trace.servlet.handingRequestOverToImplementor", arg0);
  1212     /**
  1213      * WSSERVLET59: handing request over to implementor: {0}
  1215      */
  1216     public static String TRACE_SERVLET_HANDING_REQUEST_OVER_TO_IMPLEMENTOR(Object arg0) {
  1217         return localizer.localize(localizableTRACE_SERVLET_HANDING_REQUEST_OVER_TO_IMPLEMENTOR(arg0));
  1220     public static Localizable localizableWSSERVLET_19_DIAG_CHECK_1() {
  1221         return messageFactory.getMessage("WSSERVLET19.diag.check.1");
  1224     /**
  1225      * Informational message only. Normal operation.
  1227      */
  1228     public static String WSSERVLET_19_DIAG_CHECK_1() {
  1229         return localizer.localize(localizableWSSERVLET_19_DIAG_CHECK_1());
  1232     public static Localizable localizablePUBLISHER_INFO_GENERATING_WSDL(Object arg0) {
  1233         return messageFactory.getMessage("publisher.info.generatingWSDL", arg0);
  1236     /**
  1237      * WSSERVLET32: generating WSDL for endpoint: {0}
  1239      */
  1240     public static String PUBLISHER_INFO_GENERATING_WSDL(Object arg0) {
  1241         return localizer.localize(localizablePUBLISHER_INFO_GENERATING_WSDL(arg0));
  1244     public static Localizable localizableSERVLET_WARNING_DUPLICATE_ENDPOINT_URL_PATTERN(Object arg0) {
  1245         return messageFactory.getMessage("servlet.warning.duplicateEndpointUrlPattern", arg0);
  1248     /**
  1249      * WSSERVLET26: duplicate URL pattern in endpoint: {0}
  1251      */
  1252     public static String SERVLET_WARNING_DUPLICATE_ENDPOINT_URL_PATTERN(Object arg0) {
  1253         return localizer.localize(localizableSERVLET_WARNING_DUPLICATE_ENDPOINT_URL_PATTERN(arg0));
  1256     public static Localizable localizableWSSERVLET_49_DIAG_CHECK_1() {
  1257         return messageFactory.getMessage("WSSERVLET49.diag.check.1");
  1260     /**
  1261      * Check the server.xml log file for exception information
  1263      */
  1264     public static String WSSERVLET_49_DIAG_CHECK_1() {
  1265         return localizer.localize(localizableWSSERVLET_49_DIAG_CHECK_1());
  1268     public static Localizable localizableERROR_IMPLEMENTOR_REGISTRY_CANNOT_READ_CONFIGURATION() {
  1269         return messageFactory.getMessage("error.implementorRegistry.cannotReadConfiguration");
  1272     /**
  1273      * WSSERVLET39: cannot read configuration
  1275      */
  1276     public static String ERROR_IMPLEMENTOR_REGISTRY_CANNOT_READ_CONFIGURATION() {
  1277         return localizer.localize(localizableERROR_IMPLEMENTOR_REGISTRY_CANNOT_READ_CONFIGURATION());
  1280     public static Localizable localizableTRACE_SERVLET_GOT_RESPONSE_FROM_IMPLEMENTOR(Object arg0) {
  1281         return messageFactory.getMessage("trace.servlet.gotResponseFromImplementor", arg0);
  1284     /**
  1285      * WSSERVLET60: got response from implementor: {0}
  1287      */
  1288     public static String TRACE_SERVLET_GOT_RESPONSE_FROM_IMPLEMENTOR(Object arg0) {
  1289         return localizer.localize(localizableTRACE_SERVLET_GOT_RESPONSE_FROM_IMPLEMENTOR(arg0));
  1292     public static Localizable localizableERROR_IMPLEMENTOR_REGISTRY_INCOMPLETE_INFORMATION() {
  1293         return messageFactory.getMessage("error.implementorRegistry.incompleteInformation");
  1296     /**
  1297      * WSSERVLET41: configuration information is incomplete
  1299      */
  1300     public static String ERROR_IMPLEMENTOR_REGISTRY_INCOMPLETE_INFORMATION() {
  1301         return localizer.localize(localizableERROR_IMPLEMENTOR_REGISTRY_INCOMPLETE_INFORMATION());
  1304     public static Localizable localizableWSSERVLET_12_DIAG_CHECK_1() {
  1305         return messageFactory.getMessage("WSSERVLET12.diag.check.1");
  1308     /**
  1309      * Normal web service startup
  1311      */
  1312     public static String WSSERVLET_12_DIAG_CHECK_1() {
  1313         return localizer.localize(localizableWSSERVLET_12_DIAG_CHECK_1());
  1316     public static Localizable localizableWSSERVLET_30_DIAG_CAUSE_1() {
  1317         return messageFactory.getMessage("WSSERVLET30.diag.cause.1");
  1320     /**
  1321      * There was a server error processing the request
  1323      */
  1324     public static String WSSERVLET_30_DIAG_CAUSE_1() {
  1325         return localizer.localize(localizableWSSERVLET_30_DIAG_CAUSE_1());
  1328     public static Localizable localizableHTML_WSDL_PAGE_NO_WSDL() {
  1329         return messageFactory.getMessage("html.wsdlPage.noWsdl");
  1332     /**
  1333      * <p>No WSDL document available for publishing.</p><p>Please check your deployment information.</p>
  1335      */
  1336     public static String HTML_WSDL_PAGE_NO_WSDL() {
  1337         return localizer.localize(localizableHTML_WSDL_PAGE_NO_WSDL());
  1340     public static Localizable localizableWSSERVLET_14_DIAG_CAUSE_1() {
  1341         return messageFactory.getMessage("WSSERVLET14.diag.cause.1");
  1344     /**
  1345      * Web Services servlet starting up.
  1347      */
  1348     public static String WSSERVLET_14_DIAG_CAUSE_1() {
  1349         return localizer.localize(localizableWSSERVLET_14_DIAG_CAUSE_1());
  1352     public static Localizable localizableINFO_SERVLET_DESTROYING() {
  1353         return messageFactory.getMessage("info.servlet.destroying");
  1356     /**
  1357      * WSSERVLET57: JAX-WS servlet: destroy
  1359      */
  1360     public static String INFO_SERVLET_DESTROYING() {
  1361         return localizer.localize(localizableINFO_SERVLET_DESTROYING());
  1364     public static Localizable localizableERROR_SERVLET_NO_RESPONSE_WAS_PRODUCED() {
  1365         return messageFactory.getMessage("error.servlet.noResponseWasProduced");
  1368     /**
  1369      * WSSERVLET54: no response was produced (internal error)
  1371      */
  1372     public static String ERROR_SERVLET_NO_RESPONSE_WAS_PRODUCED() {
  1373         return localizer.localize(localizableERROR_SERVLET_NO_RESPONSE_WAS_PRODUCED());
  1376     public static Localizable localizableWSSERVLET_26_DIAG_CHECK_1() {
  1377         return messageFactory.getMessage("WSSERVLET26.diag.check.1");
  1380     /**
  1381      * This may cause a problem, please remove duplicate endpoints
  1383      */
  1384     public static String WSSERVLET_26_DIAG_CHECK_1() {
  1385         return localizer.localize(localizableWSSERVLET_26_DIAG_CHECK_1());
  1388     public static Localizable localizableSERVLET_HTML_TITLE() {
  1389         return messageFactory.getMessage("servlet.html.title");
  1392     /**
  1393      * Web Services
  1395      */
  1396     public static String SERVLET_HTML_TITLE() {
  1397         return localizer.localize(localizableSERVLET_HTML_TITLE());
  1400     public static Localizable localizableWSSERVLET_44_DIAG_CAUSE_1() {
  1401         return messageFactory.getMessage("WSSERVLET44.diag.cause.1");
  1404     /**
  1405      * The web service was instantiated, however, it could not be initialized
  1407      */
  1408     public static String WSSERVLET_44_DIAG_CAUSE_1() {
  1409         return localizer.localize(localizableWSSERVLET_44_DIAG_CAUSE_1());
  1412     public static Localizable localizableWSSERVLET_63_DIAG_CHECK_1() {
  1413         return messageFactory.getMessage("WSSERVLET63.diag.check.1");
  1416     /**
  1417      * Make sure that your HTTP client is using POST requests, not GET requests
  1419      */
  1420     public static String WSSERVLET_63_DIAG_CHECK_1() {
  1421         return localizer.localize(localizableWSSERVLET_63_DIAG_CHECK_1());
  1424     public static Localizable localizableWSSERVLET_28_DIAG_CAUSE_1() {
  1425         return messageFactory.getMessage("WSSERVLET28.diag.cause.1");
  1428     /**
  1429      * Target endpoint is null
  1431      */
  1432     public static String WSSERVLET_28_DIAG_CAUSE_1() {
  1433         return localizer.localize(localizableWSSERVLET_28_DIAG_CAUSE_1());
  1436     public static Localizable localizableERROR_IMPLEMENTOR_FACTORY_NO_CONFIGURATION() {
  1437         return messageFactory.getMessage("error.implementorFactory.noConfiguration");
  1440     /**
  1441      * WSSERVLET36: no configuration specified
  1443      */
  1444     public static String ERROR_IMPLEMENTOR_FACTORY_NO_CONFIGURATION() {
  1445         return localizer.localize(localizableERROR_IMPLEMENTOR_FACTORY_NO_CONFIGURATION());
  1448     public static Localizable localizableHTML_ROOT_PAGE_BODY_4() {
  1449         return messageFactory.getMessage("html.rootPage.body4");
  1452     /**
  1453      * <p>This endpoint is incorrectly configured. Please check the location and contents of the configuration file.</p>
  1455      */
  1456     public static String HTML_ROOT_PAGE_BODY_4() {
  1457         return localizer.localize(localizableHTML_ROOT_PAGE_BODY_4());
  1460     public static Localizable localizableHTML_ROOT_PAGE_BODY_1() {
  1461         return messageFactory.getMessage("html.rootPage.body1");
  1464     /**
  1465      * <p>A Web Service is installed at this URL.</p>
  1467      */
  1468     public static String HTML_ROOT_PAGE_BODY_1() {
  1469         return localizer.localize(localizableHTML_ROOT_PAGE_BODY_1());
  1472     public static Localizable localizableEXCEPTION_TRANSFORMATION_FAILED(Object arg0) {
  1473         return messageFactory.getMessage("exception.transformationFailed", arg0);
  1476     /**
  1477      * WSSERVLET34: transformation failed : {0}
  1479      */
  1480     public static String EXCEPTION_TRANSFORMATION_FAILED(Object arg0) {
  1481         return localizer.localize(localizableEXCEPTION_TRANSFORMATION_FAILED(arg0));
  1484     public static Localizable localizableSERVLET_HTML_METHOD() {
  1485         return messageFactory.getMessage("servlet.html.method");
  1488     /**
  1489      * WSSERVLET63: must use Post for this type of request
  1491      */
  1492     public static String SERVLET_HTML_METHOD() {
  1493         return localizer.localize(localizableSERVLET_HTML_METHOD());
  1496     public static Localizable localizableSERVLET_FAULTSTRING_MISSING_PORT() {
  1497         return messageFactory.getMessage("servlet.faultstring.missingPort");
  1500     /**
  1501      * WSSERVLET28: Missing port information
  1503      */
  1504     public static String SERVLET_FAULTSTRING_MISSING_PORT() {
  1505         return localizer.localize(localizableSERVLET_FAULTSTRING_MISSING_PORT());
  1508     public static Localizable localizableWSSERVLET_21_DIAG_CAUSE_1() {
  1509         return messageFactory.getMessage("WSSERVLET21.diag.cause.1");
  1512     /**
  1513      * The Web service is being invoked
  1515      */
  1516     public static String WSSERVLET_21_DIAG_CAUSE_1() {
  1517         return localizer.localize(localizableWSSERVLET_21_DIAG_CAUSE_1());
  1520     public static Localizable localizableSERVLET_TRACE_WRITING_SUCCESS_RESPONSE() {
  1521         return messageFactory.getMessage("servlet.trace.writingSuccessResponse");
  1524     /**
  1525      * WSSERVLET25: writing success response
  1527      */
  1528     public static String SERVLET_TRACE_WRITING_SUCCESS_RESPONSE() {
  1529         return localizer.localize(localizableSERVLET_TRACE_WRITING_SUCCESS_RESPONSE());
  1532     public static Localizable localizableWSSERVLET_33_DIAG_CHECK_2() {
  1533         return messageFactory.getMessage("WSSERVLET33.diag.check.2");
  1536     /**
  1537      * There maybe a transformation engine may not be supported or compatible. Check the server.xml file for exceptions.
  1539      */
  1540     public static String WSSERVLET_33_DIAG_CHECK_2() {
  1541         return localizer.localize(localizableWSSERVLET_33_DIAG_CHECK_2());
  1544     public static Localizable localizableWSSERVLET_33_DIAG_CHECK_1() {
  1545         return messageFactory.getMessage("WSSERVLET33.diag.check.1");
  1548     /**
  1549      * There maybe a transformation engine being used that is not compatible. Make sure you are using the correct transformer and version.
  1551      */
  1552     public static String WSSERVLET_33_DIAG_CHECK_1() {
  1553         return localizer.localize(localizableWSSERVLET_33_DIAG_CHECK_1());
  1556     public static Localizable localizableWSSERVLET_51_DIAG_CAUSE_1() {
  1557         return messageFactory.getMessage("WSSERVLET51.diag.cause.1");
  1560     /**
  1561      * Service processing of the request generated an exception; while attempting to return a SOAPPFaultMessage a throwable was again generated
  1563      */
  1564     public static String WSSERVLET_51_DIAG_CAUSE_1() {
  1565         return localizer.localize(localizableWSSERVLET_51_DIAG_CAUSE_1());
  1568     public static Localizable localizableWSSERVLET_24_DIAG_CHECK_1() {
  1569         return messageFactory.getMessage("WSSERVLET24.diag.check.1");
  1572     /**
  1573      * Tracing message fault recorded.
  1575      */
  1576     public static String WSSERVLET_24_DIAG_CHECK_1() {
  1577         return localizer.localize(localizableWSSERVLET_24_DIAG_CHECK_1());
  1580     public static Localizable localizableWSSERVLET_17_DIAG_CHECK_1() {
  1581         return messageFactory.getMessage("WSSERVLET17.diag.check.1");
  1584     /**
  1585      * Note that this may cause problems with service deployment
  1587      */
  1588     public static String WSSERVLET_17_DIAG_CHECK_1() {
  1589         return localizer.localize(localizableWSSERVLET_17_DIAG_CHECK_1());
  1592     public static Localizable localizableWSSERVLET_35_DIAG_CAUSE_1() {
  1593         return messageFactory.getMessage("WSSERVLET35.diag.cause.1");
  1596     /**
  1597      * A XSLT stylesheet template is create for the wsdl location patching using transformation. Template create failed.
  1599      */
  1600     public static String WSSERVLET_35_DIAG_CAUSE_1() {
  1601         return localizer.localize(localizableWSSERVLET_35_DIAG_CAUSE_1());
  1604     public static Localizable localizableWSSERVLET_19_DIAG_CAUSE_1() {
  1605         return messageFactory.getMessage("WSSERVLET19.diag.cause.1");
  1608     /**
  1609      * Client request for this endpoint arrived
  1611      */
  1612     public static String WSSERVLET_19_DIAG_CAUSE_1() {
  1613         return localizer.localize(localizableWSSERVLET_19_DIAG_CAUSE_1());
  1616     public static Localizable localizableWSSERVLET_65_DIAG_CAUSE_1() {
  1617         return messageFactory.getMessage("WSSERVLET65.diag.cause.1");
  1620     /**
  1621      * SOAP Action is required
  1623      */
  1624     public static String WSSERVLET_65_DIAG_CAUSE_1() {
  1625         return localizer.localize(localizableWSSERVLET_65_DIAG_CAUSE_1());
  1628     public static Localizable localizableLISTENER_PARSING_FAILED(Object arg0) {
  1629         return messageFactory.getMessage("listener.parsingFailed", arg0);
  1632     /**
  1633      * WSSERVLET11: failed to parse runtime descriptor: {0}
  1635      */
  1636     public static String LISTENER_PARSING_FAILED(Object arg0) {
  1637         return localizer.localize(localizableLISTENER_PARSING_FAILED(arg0));
  1640     public static Localizable localizableSERVLET_WARNING_IGNORING_IMPLICIT_URL_PATTERN(Object arg0) {
  1641         return messageFactory.getMessage("servlet.warning.ignoringImplicitUrlPattern", arg0);
  1644     /**
  1645      * WSSERVLET27: unsupported implicit URL pattern in endpoint: {0}
  1647      */
  1648     public static String SERVLET_WARNING_IGNORING_IMPLICIT_URL_PATTERN(Object arg0) {
  1649         return localizer.localize(localizableSERVLET_WARNING_IGNORING_IMPLICIT_URL_PATTERN(arg0));
  1652     public static Localizable localizableWSSERVLET_49_DIAG_CAUSE_1() {
  1653         return messageFactory.getMessage("WSSERVLET49.diag.cause.1");
  1656     /**
  1657      * Service processing of the request generated an exception; while attempting to return a SOAPFaultMessage a throwable was again generated
  1659      */
  1660     public static String WSSERVLET_49_DIAG_CAUSE_1() {
  1661         return localizer.localize(localizableWSSERVLET_49_DIAG_CAUSE_1());
  1664     public static Localizable localizableERROR_IMPLEMENTOR_FACTORY_NEW_INSTANCE_FAILED(Object arg0) {
  1665         return messageFactory.getMessage("error.implementorFactory.newInstanceFailed", arg0);
  1668     /**
  1669      * WSSERVLET43: failed to instantiate service implementor for port "{0}"
  1671      */
  1672     public static String ERROR_IMPLEMENTOR_FACTORY_NEW_INSTANCE_FAILED(Object arg0) {
  1673         return localizer.localize(localizableERROR_IMPLEMENTOR_FACTORY_NEW_INSTANCE_FAILED(arg0));
  1676     public static Localizable localizableWSSERVLET_12_DIAG_CAUSE_1() {
  1677         return messageFactory.getMessage("WSSERVLET12.diag.cause.1");
  1680     /**
  1681      * Context listener starting
  1683      */
  1684     public static String WSSERVLET_12_DIAG_CAUSE_1() {
  1685         return localizer.localize(localizableWSSERVLET_12_DIAG_CAUSE_1());
  1688     public static Localizable localizableWSSERVLET_31_DIAG_CHECK_1() {
  1689         return messageFactory.getMessage("WSSERVLET31.diag.check.1");
  1692     /**
  1693      * Normal operation
  1695      */
  1696     public static String WSSERVLET_31_DIAG_CHECK_1() {
  1697         return localizer.localize(localizableWSSERVLET_31_DIAG_CHECK_1());
  1700     public static Localizable localizableSERVLET_FAULTSTRING_INVALID_CONTENT_TYPE() {
  1701         return messageFactory.getMessage("servlet.faultstring.invalidContentType");
  1704     /**
  1705      * WSSERVLET64: Invalid Content-Type, text/xml required
  1707      */
  1708     public static String SERVLET_FAULTSTRING_INVALID_CONTENT_TYPE() {
  1709         return localizer.localize(localizableSERVLET_FAULTSTRING_INVALID_CONTENT_TYPE());
  1712     public static Localizable localizableERROR_SERVLET_CAUGHT_THROWABLE(Object arg0) {
  1713         return messageFactory.getMessage("error.servlet.caughtThrowable", arg0);
  1716     /**
  1717      * WSSERVLET49: caught throwable: {0}
  1719      */
  1720     public static String ERROR_SERVLET_CAUGHT_THROWABLE(Object arg0) {
  1721         return localizer.localize(localizableERROR_SERVLET_CAUGHT_THROWABLE(arg0));
  1724     public static Localizable localizableTRACE_SERVLET_WRITING_SUCCESS_RESPONSE() {
  1725         return messageFactory.getMessage("trace.servlet.writingSuccessResponse");
  1728     /**
  1729      * WSSERVLET62: writing success response
  1731      */
  1732     public static String TRACE_SERVLET_WRITING_SUCCESS_RESPONSE() {
  1733         return localizer.localize(localizableTRACE_SERVLET_WRITING_SUCCESS_RESPONSE());
  1736     public static Localizable localizableERROR_IMPLEMENTOR_REGISTRY_CLASS_NOT_FOUND(Object arg0) {
  1737         return messageFactory.getMessage("error.implementorRegistry.classNotFound", arg0);
  1740     /**
  1741      * WSSERVLET40: class not found: {0}
  1743      */
  1744     public static String ERROR_IMPLEMENTOR_REGISTRY_CLASS_NOT_FOUND(Object arg0) {
  1745         return localizer.localize(localizableERROR_IMPLEMENTOR_REGISTRY_CLASS_NOT_FOUND(arg0));
  1748     public static Localizable localizableWSSERVLET_15_DIAG_CHECK_1() {
  1749         return messageFactory.getMessage("WSSERVLET15.diag.check.1");
  1752     /**
  1753      * Normal Web service undeployment. Undeployment complete.
  1755      */
  1756     public static String WSSERVLET_15_DIAG_CHECK_1() {
  1757         return localizer.localize(localizableWSSERVLET_15_DIAG_CHECK_1());
  1760     public static Localizable localizableSERVLET_FAULTSTRING_PORT_NOT_FOUND(Object arg0) {
  1761         return messageFactory.getMessage("servlet.faultstring.portNotFound", arg0);
  1764     /**
  1765      * WSSERVLET29: Port not found ({0})
  1767      */
  1768     public static String SERVLET_FAULTSTRING_PORT_NOT_FOUND(Object arg0) {
  1769         return localizer.localize(localizableSERVLET_FAULTSTRING_PORT_NOT_FOUND(arg0));
  1772     public static Localizable localizableSERVLET_INFO_DESTROY() {
  1773         return messageFactory.getMessage("servlet.info.destroy");
  1776     /**
  1777      * WSSERVLET15: JAX-WS servlet destroyed
  1779      */
  1780     public static String SERVLET_INFO_DESTROY() {
  1781         return localizer.localize(localizableSERVLET_INFO_DESTROY());
  1784     public static Localizable localizableSERVLET_FAULTSTRING_INTERNAL_SERVER_ERROR(Object arg0) {
  1785         return messageFactory.getMessage("servlet.faultstring.internalServerError", arg0);
  1788     /**
  1789      * WSSERVLET30: Internal server error ({0})
  1791      */
  1792     public static String SERVLET_FAULTSTRING_INTERNAL_SERVER_ERROR(Object arg0) {
  1793         return localizer.localize(localizableSERVLET_FAULTSTRING_INTERNAL_SERVER_ERROR(arg0));
  1796     public static Localizable localizableWSSERVLET_26_DIAG_CAUSE_1() {
  1797         return messageFactory.getMessage("WSSERVLET26.diag.cause.1");
  1800     /**
  1801      * The endpoint URL is a duplicate
  1803      */
  1804     public static String WSSERVLET_26_DIAG_CAUSE_1() {
  1805         return localizer.localize(localizableWSSERVLET_26_DIAG_CAUSE_1());
  1808     public static Localizable localizableSERVLET_HTML_COLUMN_HEADER_STATUS() {
  1809         return messageFactory.getMessage("servlet.html.columnHeader.status");
  1812     /**
  1813      * Status
  1815      */
  1816     public static String SERVLET_HTML_COLUMN_HEADER_STATUS() {
  1817         return localizer.localize(localizableSERVLET_HTML_COLUMN_HEADER_STATUS());
  1820     public static Localizable localizableWSSERVLET_63_DIAG_CAUSE_1() {
  1821         return messageFactory.getMessage("WSSERVLET63.diag.cause.1");
  1824     /**
  1825      * Web service requests must use HTTP POST method: WSI BP 1.0
  1827      */
  1828     public static String WSSERVLET_63_DIAG_CAUSE_1() {
  1829         return localizer.localize(localizableWSSERVLET_63_DIAG_CAUSE_1());
  1832     public static Localizable localizableSERVLET_WARNING_DUPLICATE_ENDPOINT_NAME() {
  1833         return messageFactory.getMessage("servlet.warning.duplicateEndpointName");
  1836     /**
  1837      * WSSERVLET17: duplicate endpoint name
  1839      */
  1840     public static String SERVLET_WARNING_DUPLICATE_ENDPOINT_NAME() {
  1841         return localizer.localize(localizableSERVLET_WARNING_DUPLICATE_ENDPOINT_NAME());
  1844     public static Localizable localizableTRACE_SERVLET_REQUEST_FOR_PORT_NAMED(Object arg0) {
  1845         return messageFactory.getMessage("trace.servlet.requestForPortNamed", arg0);
  1848     /**
  1849      * WSSERVLET58: got request for port: {0}
  1851      */
  1852     public static String TRACE_SERVLET_REQUEST_FOR_PORT_NAMED(Object arg0) {
  1853         return localizer.localize(localizableTRACE_SERVLET_REQUEST_FOR_PORT_NAMED(arg0));
  1856     public static Localizable localizableSERVLET_NO_ADDRESS_AVAILABLE(Object arg0) {
  1857         return messageFactory.getMessage("servlet.no.address.available", arg0);
  1860     /**
  1861      * No address is available for {0}
  1863      */
  1864     public static String SERVLET_NO_ADDRESS_AVAILABLE(Object arg0) {
  1865         return localizer.localize(localizableSERVLET_NO_ADDRESS_AVAILABLE(arg0));

mercurial