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

Tue, 06 Mar 2012 16:09:35 -0800

author
ohair
date
Tue, 06 Mar 2012 16:09:35 -0800
changeset 286
f50545b5e2f1
child 368
0989ad8c0860
permissions
-rw-r--r--

7150322: Stop using drop source bundles in jaxws
Reviewed-by: darcy, ohrstrom

     1 /*
     2  * Copyright (c) 1997, 2010, 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  */
    27 package com.sun.xml.internal.ws.resources;
    29 import com.sun.xml.internal.ws.util.localization.Localizable;
    30 import com.sun.xml.internal.ws.util.localization.LocalizableMessageFactory;
    31 import com.sun.xml.internal.ws.util.localization.Localizer;
    34 /**
    35  * Defines string formatting method for each constant in the resource file
    36  *
    37  */
    38 public final class WsservletMessages {
    40     private final static LocalizableMessageFactory messageFactory = new LocalizableMessageFactory("com.sun.xml.internal.ws.resources.wsservlet");
    41     private final static Localizer localizer = new Localizer();
    43     public static Localizable localizableERROR_WSDL_PUBLISHER_CANNOT_READ_CONFIGURATION() {
    44         return messageFactory.getMessage("error.wsdlPublisher.cannotReadConfiguration");
    45     }
    47     /**
    48      * WSSERVLET46: cannot read configuration
    49      *
    50      */
    51     public static String ERROR_WSDL_PUBLISHER_CANNOT_READ_CONFIGURATION() {
    52         return localizer.localize(localizableERROR_WSDL_PUBLISHER_CANNOT_READ_CONFIGURATION());
    53     }
    55     public static Localizable localizableWSSERVLET_22_DIAG_CHECK_1() {
    56         return messageFactory.getMessage("WSSERVLET22.diag.check.1");
    57     }
    59     /**
    60      * Set endpoint with stub.setTargetEndpoint property
    61      *
    62      */
    63     public static String WSSERVLET_22_DIAG_CHECK_1() {
    64         return localizer.localize(localizableWSSERVLET_22_DIAG_CHECK_1());
    65     }
    67     public static Localizable localizableWSSERVLET_33_DIAG_CAUSE_2() {
    68         return messageFactory.getMessage("WSSERVLET33.diag.cause.2");
    69     }
    71     /**
    72      * 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.
    73      *
    74      */
    75     public static String WSSERVLET_33_DIAG_CAUSE_2() {
    76         return localizer.localize(localizableWSSERVLET_33_DIAG_CAUSE_2());
    77     }
    79     public static Localizable localizableWSSERVLET_33_DIAG_CAUSE_1() {
    80         return messageFactory.getMessage("WSSERVLET33.diag.cause.1");
    81     }
    83     /**
    84      * 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.
    85      *
    86      */
    87     public static String WSSERVLET_33_DIAG_CAUSE_1() {
    88         return localizer.localize(localizableWSSERVLET_33_DIAG_CAUSE_1());
    89     }
    91     public static Localizable localizableERROR_IMPLEMENTOR_REGISTRY_DUPLICATE_NAME(Object arg0) {
    92         return messageFactory.getMessage("error.implementorRegistry.duplicateName", arg0);
    93     }
    95     /**
    96      * WSSERVLET42: duplicate port name: {0}
    97      *
    98      */
    99     public static String ERROR_IMPLEMENTOR_REGISTRY_DUPLICATE_NAME(Object arg0) {
   100         return localizer.localize(localizableERROR_IMPLEMENTOR_REGISTRY_DUPLICATE_NAME(arg0));
   101     }
   103     public static Localizable localizableERROR_IMPLEMENTOR_REGISTRY_FILE_NOT_FOUND(Object arg0) {
   104         return messageFactory.getMessage("error.implementorRegistry.fileNotFound", arg0);
   105     }
   107     /**
   108      * WSSERVLET45: file not found: {0}
   109      *
   110      */
   111     public static String ERROR_IMPLEMENTOR_REGISTRY_FILE_NOT_FOUND(Object arg0) {
   112         return localizer.localize(localizableERROR_IMPLEMENTOR_REGISTRY_FILE_NOT_FOUND(arg0));
   113     }
   115     public static Localizable localizableSERVLET_TRACE_INVOKING_IMPLEMENTOR(Object arg0) {
   116         return messageFactory.getMessage("servlet.trace.invokingImplementor", arg0);
   117     }
   119     /**
   120      * WSSERVLET21: invoking implementor: {0}
   121      *
   122      */
   123     public static String SERVLET_TRACE_INVOKING_IMPLEMENTOR(Object arg0) {
   124         return localizer.localize(localizableSERVLET_TRACE_INVOKING_IMPLEMENTOR(arg0));
   125     }
   127     public static Localizable localizableWSSERVLET_17_DIAG_CAUSE_1() {
   128         return messageFactory.getMessage("WSSERVLET17.diag.cause.1");
   129     }
   131     /**
   132      * Two or more endpoints with the same name where found in the jaxrpc-ri.xml runtime descriptor
   133      *
   134      */
   135     public static String WSSERVLET_17_DIAG_CAUSE_1() {
   136         return localizer.localize(localizableWSSERVLET_17_DIAG_CAUSE_1());
   137     }
   139     public static Localizable localizableHTML_NON_ROOT_PAGE_BODY_2() {
   140         return messageFactory.getMessage("html.nonRootPage.body2");
   141     }
   143     /**
   144      * <p>Invalid request URI.</p><p>Please check your deployment information.</p>
   145      *
   146      */
   147     public static String HTML_NON_ROOT_PAGE_BODY_2() {
   148         return localizer.localize(localizableHTML_NON_ROOT_PAGE_BODY_2());
   149     }
   151     public static Localizable localizableHTML_NON_ROOT_PAGE_BODY_1() {
   152         return messageFactory.getMessage("html.nonRootPage.body1");
   153     }
   155     /**
   156      * <p>A Web Service is installed at this URL.</p>
   157      *
   158      */
   159     public static String HTML_NON_ROOT_PAGE_BODY_1() {
   160         return localizer.localize(localizableHTML_NON_ROOT_PAGE_BODY_1());
   161     }
   163     public static Localizable localizablePUBLISHER_INFO_APPLYING_TRANSFORMATION(Object arg0) {
   164         return messageFactory.getMessage("publisher.info.applyingTransformation", arg0);
   165     }
   167     /**
   168      * WSSERVLET31: applying transformation with actual address: {0}
   169      *
   170      */
   171     public static String PUBLISHER_INFO_APPLYING_TRANSFORMATION(Object arg0) {
   172         return localizer.localize(localizablePUBLISHER_INFO_APPLYING_TRANSFORMATION(arg0));
   173     }
   175     public static Localizable localizableWSSERVLET_29_DIAG_CHECK_1() {
   176         return messageFactory.getMessage("WSSERVLET29.diag.check.1");
   177     }
   179     /**
   180      * Is the port valid? Unzip the war file and make sure the tie and serializers are present
   181      *
   182      */
   183     public static String WSSERVLET_29_DIAG_CHECK_1() {
   184         return localizer.localize(localizableWSSERVLET_29_DIAG_CHECK_1());
   185     }
   187     public static Localizable localizableSERVLET_TRACE_GOT_REQUEST_FOR_ENDPOINT(Object arg0) {
   188         return messageFactory.getMessage("servlet.trace.gotRequestForEndpoint", arg0);
   189     }
   191     /**
   192      * WSSERVLET19: got request for endpoint: {0}
   193      *
   194      */
   195     public static String SERVLET_TRACE_GOT_REQUEST_FOR_ENDPOINT(Object arg0) {
   196         return localizer.localize(localizableSERVLET_TRACE_GOT_REQUEST_FOR_ENDPOINT(arg0));
   197     }
   199     public static Localizable localizableERROR_SERVLET_INIT_CONFIG_PARAMETER_MISSING(Object arg0) {
   200         return messageFactory.getMessage("error.servlet.init.config.parameter.missing", arg0);
   201     }
   203     /**
   204      * WSSERVLET47: cannot find configuration parameter: "{0}"
   205      *
   206      */
   207     public static String ERROR_SERVLET_INIT_CONFIG_PARAMETER_MISSING(Object arg0) {
   208         return localizer.localize(localizableERROR_SERVLET_INIT_CONFIG_PARAMETER_MISSING(arg0));
   209     }
   211     public static Localizable localizableERROR_IMPLEMENTOR_FACTORY_SERVANT_INIT_FAILED(Object arg0) {
   212         return messageFactory.getMessage("error.implementorFactory.servantInitFailed", arg0);
   213     }
   215     /**
   216      * WSSERVLET44: failed to initialize the service implementor for port "{0}"
   217      *
   218      */
   219     public static String ERROR_IMPLEMENTOR_FACTORY_SERVANT_INIT_FAILED(Object arg0) {
   220         return localizer.localize(localizableERROR_IMPLEMENTOR_FACTORY_SERVANT_INIT_FAILED(arg0));
   221     }
   223     public static Localizable localizableWSSERVLET_13_DIAG_CHECK_1() {
   224         return messageFactory.getMessage("WSSERVLET13.diag.check.1");
   225     }
   227     /**
   228      * Normal web service shutdown
   229      *
   230      */
   231     public static String WSSERVLET_13_DIAG_CHECK_1() {
   232         return localizer.localize(localizableWSSERVLET_13_DIAG_CHECK_1());
   233     }
   235     public static Localizable localizableWSSERVLET_31_DIAG_CAUSE_1() {
   236         return messageFactory.getMessage("WSSERVLET31.diag.cause.1");
   237     }
   239     /**
   240      * Transformation being applied
   241      *
   242      */
   243     public static String WSSERVLET_31_DIAG_CAUSE_1() {
   244         return localizer.localize(localizableWSSERVLET_31_DIAG_CAUSE_1());
   245     }
   247     public static Localizable localizableWSSERVLET_50_DIAG_CHECK_3() {
   248         return messageFactory.getMessage("WSSERVLET50.diag.check.3");
   249     }
   251     /**
   252      * Check the server.xml file in the domain directory for failures
   253      *
   254      */
   255     public static String WSSERVLET_50_DIAG_CHECK_3() {
   256         return localizer.localize(localizableWSSERVLET_50_DIAG_CHECK_3());
   257     }
   259     public static Localizable localizableERROR_IMPLEMENTOR_FACTORY_NO_INPUT_STREAM() {
   260         return messageFactory.getMessage("error.implementorFactory.noInputStream");
   261     }
   263     /**
   264      * WSSERVLET37: no configuration specified
   265      *
   266      */
   267     public static String ERROR_IMPLEMENTOR_FACTORY_NO_INPUT_STREAM() {
   268         return localizer.localize(localizableERROR_IMPLEMENTOR_FACTORY_NO_INPUT_STREAM());
   269     }
   271     public static Localizable localizableWSSERVLET_24_DIAG_CAUSE_1() {
   272         return messageFactory.getMessage("WSSERVLET24.diag.cause.1");
   273     }
   275     /**
   276      * SOAPFault message is being returned to the client.
   277      *
   278      */
   279     public static String WSSERVLET_24_DIAG_CAUSE_1() {
   280         return localizer.localize(localizableWSSERVLET_24_DIAG_CAUSE_1());
   281     }
   283     public static Localizable localizableWSSERVLET_50_DIAG_CHECK_2() {
   284         return messageFactory.getMessage("WSSERVLET50.diag.check.2");
   285     }
   287     /**
   288      * Verify that Application server deployment descriptors are correct in the service war file
   289      *
   290      */
   291     public static String WSSERVLET_50_DIAG_CHECK_2() {
   292         return localizer.localize(localizableWSSERVLET_50_DIAG_CHECK_2());
   293     }
   295     public static Localizable localizableWSSERVLET_50_DIAG_CHECK_1() {
   296         return messageFactory.getMessage("WSSERVLET50.diag.check.1");
   297     }
   299     /**
   300      * Verify that sun-jaxws.xml and web.xml are correct in the service war file
   301      *
   302      */
   303     public static String WSSERVLET_50_DIAG_CHECK_1() {
   304         return localizer.localize(localizableWSSERVLET_50_DIAG_CHECK_1());
   305     }
   307     public static Localizable localizableWSSERVLET_43_DIAG_CHECK_1() {
   308         return messageFactory.getMessage("WSSERVLET43.diag.check.1");
   309     }
   311     /**
   312      * Make sure web service is available and public. Examine exception for more details
   313      *
   314      */
   315     public static String WSSERVLET_43_DIAG_CHECK_1() {
   316         return localizer.localize(localizableWSSERVLET_43_DIAG_CHECK_1());
   317     }
   319     public static Localizable localizableWSSERVLET_15_DIAG_CAUSE_1() {
   320         return messageFactory.getMessage("WSSERVLET15.diag.cause.1");
   321     }
   323     /**
   324      * Web Services servlet shutdown.
   325      *
   326      */
   327     public static String WSSERVLET_15_DIAG_CAUSE_1() {
   328         return localizer.localize(localizableWSSERVLET_15_DIAG_CAUSE_1());
   329     }
   331     public static Localizable localizableWSSERVLET_27_DIAG_CHECK_1() {
   332         return messageFactory.getMessage("WSSERVLET27.diag.check.1");
   333     }
   335     /**
   336      * Remove the implicit URL
   337      *
   338      */
   339     public static String WSSERVLET_27_DIAG_CHECK_1() {
   340         return localizer.localize(localizableWSSERVLET_27_DIAG_CHECK_1());
   341     }
   343     public static Localizable localizableERROR_IMPLEMENTOR_REGISTRY_UNKNOWN_NAME(Object arg0) {
   344         return messageFactory.getMessage("error.implementorRegistry.unknownName", arg0);
   345     }
   347     /**
   348      * WSSERVLET38: unknown port name: {0}
   349      *
   350      */
   351     public static String ERROR_IMPLEMENTOR_REGISTRY_UNKNOWN_NAME(Object arg0) {
   352         return localizer.localize(localizableERROR_IMPLEMENTOR_REGISTRY_UNKNOWN_NAME(arg0));
   353     }
   355     public static Localizable localizableSERVLET_HTML_NOT_FOUND(Object arg0) {
   356         return messageFactory.getMessage("servlet.html.notFound", arg0);
   357     }
   359     /**
   360      * <h1>404 Not Found: {0}</h1>
   361      *
   362      */
   363     public static String SERVLET_HTML_NOT_FOUND(Object arg0) {
   364         return localizer.localize(localizableSERVLET_HTML_NOT_FOUND(arg0));
   365     }
   367     public static Localizable localizableHTML_ROOT_PAGE_TITLE() {
   368         return messageFactory.getMessage("html.rootPage.title");
   369     }
   371     /**
   372      * Web Service
   373      *
   374      */
   375     public static String HTML_ROOT_PAGE_TITLE() {
   376         return localizer.localize(localizableHTML_ROOT_PAGE_TITLE());
   377     }
   379     public static Localizable localizableWSSERVLET_20_DIAG_CHECK_1() {
   380         return messageFactory.getMessage("WSSERVLET20.diag.check.1");
   381     }
   383     /**
   384      * Unzip the war, are the tie and serializer classes found?
   385      *
   386      */
   387     public static String WSSERVLET_20_DIAG_CHECK_1() {
   388         return localizer.localize(localizableWSSERVLET_20_DIAG_CHECK_1());
   389     }
   391     public static Localizable localizableJAXRPCSERVLET_11_DIAG_CAUSE_1() {
   392         return messageFactory.getMessage("JAXRPCSERVLET11.diag.cause.1");
   393     }
   395     /**
   396      * WSRuntimeInfoParser could not parse sun-jaxws.xml runtime descriptor
   397      *
   398      */
   399     public static String JAXRPCSERVLET_11_DIAG_CAUSE_1() {
   400         return localizer.localize(localizableJAXRPCSERVLET_11_DIAG_CAUSE_1());
   401     }
   403     public static Localizable localizableWSSERVLET_11_DIAG_CHECK_2() {
   404         return messageFactory.getMessage("WSSERVLET11.diag.check.2");
   405     }
   407     /**
   408      * Please check the jaxrpc-ri.xml file to make sure it is present in the war file
   409      *
   410      */
   411     public static String WSSERVLET_11_DIAG_CHECK_2() {
   412         return localizer.localize(localizableWSSERVLET_11_DIAG_CHECK_2());
   413     }
   415     public static Localizable localizableWSSERVLET_11_DIAG_CHECK_1() {
   416         return messageFactory.getMessage("WSSERVLET11.diag.check.1");
   417     }
   419     /**
   420      * Please check the sun-jaxws.xml file to make sure it is correct
   421      *
   422      */
   423     public static String WSSERVLET_11_DIAG_CHECK_1() {
   424         return localizer.localize(localizableWSSERVLET_11_DIAG_CHECK_1());
   425     }
   427     public static Localizable localizableWSSERVLET_22_DIAG_CAUSE_1() {
   428         return messageFactory.getMessage("WSSERVLET22.diag.cause.1");
   429     }
   431     /**
   432      * A request was invoked with no endpoint
   433      *
   434      */
   435     public static String WSSERVLET_22_DIAG_CAUSE_1() {
   436         return localizer.localize(localizableWSSERVLET_22_DIAG_CAUSE_1());
   437     }
   439     public static Localizable localizableWSSERVLET_34_DIAG_CHECK_1() {
   440         return messageFactory.getMessage("WSSERVLET34.diag.check.1");
   441     }
   443     /**
   444      * Check the log file(s) for more detailed errors/exceptions.
   445      *
   446      */
   447     public static String WSSERVLET_34_DIAG_CHECK_1() {
   448         return localizer.localize(localizableWSSERVLET_34_DIAG_CHECK_1());
   449     }
   451     public static Localizable localizableERROR_SERVLET_NO_IMPLEMENTOR_FOR_PORT(Object arg0) {
   452         return messageFactory.getMessage("error.servlet.noImplementorForPort", arg0);
   453     }
   455     /**
   456      * WSSERVLET52: no implementor registered for port: {0}
   457      *
   458      */
   459     public static String ERROR_SERVLET_NO_IMPLEMENTOR_FOR_PORT(Object arg0) {
   460         return localizer.localize(localizableERROR_SERVLET_NO_IMPLEMENTOR_FOR_PORT(arg0));
   461     }
   463     public static Localizable localizableWSSERVLET_64_DIAG_CHECK_1() {
   464         return messageFactory.getMessage("WSSERVLET64.diag.check.1");
   465     }
   467     /**
   468      * Make sure the client request is using text/xml
   469      *
   470      */
   471     public static String WSSERVLET_64_DIAG_CHECK_1() {
   472         return localizer.localize(localizableWSSERVLET_64_DIAG_CHECK_1());
   473     }
   475     public static Localizable localizableWSSERVLET_18_DIAG_CHECK_1() {
   476         return messageFactory.getMessage("WSSERVLET18.diag.check.1");
   477     }
   479     /**
   480      * This may or may not be intentional. If not examine client program for errors.
   481      *
   482      */
   483     public static String WSSERVLET_18_DIAG_CHECK_1() {
   484         return localizer.localize(localizableWSSERVLET_18_DIAG_CHECK_1());
   485     }
   487     public static Localizable localizableWSSERVLET_29_DIAG_CAUSE_1() {
   488         return messageFactory.getMessage("WSSERVLET29.diag.cause.1");
   489     }
   491     /**
   492      * A port is specified, but a corresponding service implementation is not found
   493      *
   494      */
   495     public static String WSSERVLET_29_DIAG_CAUSE_1() {
   496         return localizer.localize(localizableWSSERVLET_29_DIAG_CAUSE_1());
   497     }
   499     public static Localizable localizableSERVLET_ERROR_NO_RESPONSE_MESSAGE() {
   500         return messageFactory.getMessage("servlet.error.noResponseMessage");
   501     }
   503     /**
   504      * WSSERVLET23: no response message
   505      *
   506      */
   507     public static String SERVLET_ERROR_NO_RESPONSE_MESSAGE() {
   508         return localizer.localize(localizableSERVLET_ERROR_NO_RESPONSE_MESSAGE());
   509     }
   511     public static Localizable localizableLISTENER_INFO_INITIALIZE() {
   512         return messageFactory.getMessage("listener.info.initialize");
   513     }
   515     /**
   516      * WSSERVLET12: JAX-WS context listener initializing
   517      *
   518      */
   519     public static String LISTENER_INFO_INITIALIZE() {
   520         return localizer.localize(localizableLISTENER_INFO_INITIALIZE());
   521     }
   523     public static Localizable localizableSERVLET_HTML_NO_INFO_AVAILABLE() {
   524         return messageFactory.getMessage("servlet.html.noInfoAvailable");
   525     }
   527     /**
   528      * <p>No JAX-WS context information available.</p>
   529      *
   530      */
   531     public static String SERVLET_HTML_NO_INFO_AVAILABLE() {
   532         return localizer.localize(localizableSERVLET_HTML_NO_INFO_AVAILABLE());
   533     }
   535     public static Localizable localizableSERVLET_HTML_INFORMATION_TABLE(Object arg0, Object arg1) {
   536         return messageFactory.getMessage("servlet.html.information.table", arg0, arg1);
   537     }
   539     /**
   540      * <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>
   541      *
   542      */
   543     public static String SERVLET_HTML_INFORMATION_TABLE(Object arg0, Object arg1) {
   544         return localizer.localize(localizableSERVLET_HTML_INFORMATION_TABLE(arg0, arg1));
   545     }
   547     public static Localizable localizableSERVLET_TRACE_WRITING_FAULT_RESPONSE() {
   548         return messageFactory.getMessage("servlet.trace.writingFaultResponse");
   549     }
   551     /**
   552      * WSSERVLET24: writing fault response
   553      *
   554      */
   555     public static String SERVLET_TRACE_WRITING_FAULT_RESPONSE() {
   556         return localizer.localize(localizableSERVLET_TRACE_WRITING_FAULT_RESPONSE());
   557     }
   559     public static Localizable localizableSERVLET_ERROR_NO_IMPLEMENTOR_FOR_ENDPOINT(Object arg0) {
   560         return messageFactory.getMessage("servlet.error.noImplementorForEndpoint", arg0);
   561     }
   563     /**
   564      * WSSERVLET20: no implementor for endpoint: {0}
   565      *
   566      */
   567     public static String SERVLET_ERROR_NO_IMPLEMENTOR_FOR_ENDPOINT(Object arg0) {
   568         return localizer.localize(localizableSERVLET_ERROR_NO_IMPLEMENTOR_FOR_ENDPOINT(arg0));
   569     }
   571     public static Localizable localizableWSSERVLET_13_DIAG_CAUSE_1() {
   572         return messageFactory.getMessage("WSSERVLET13.diag.cause.1");
   573     }
   575     /**
   576      * Context listener shutdown
   577      *
   578      */
   579     public static String WSSERVLET_13_DIAG_CAUSE_1() {
   580         return localizer.localize(localizableWSSERVLET_13_DIAG_CAUSE_1());
   581     }
   583     public static Localizable localizableWSSERVLET_50_DIAG_CAUSE_3() {
   584         return messageFactory.getMessage("WSSERVLET50.diag.cause.3");
   585     }
   587     /**
   588      * There may some Application Server initialization problems
   589      *
   590      */
   591     public static String WSSERVLET_50_DIAG_CAUSE_3() {
   592         return localizer.localize(localizableWSSERVLET_50_DIAG_CAUSE_3());
   593     }
   595     public static Localizable localizableWSSERVLET_32_DIAG_CHECK_1() {
   596         return messageFactory.getMessage("WSSERVLET32.diag.check.1");
   597     }
   599     /**
   600      * Normal Operation.
   601      *
   602      */
   603     public static String WSSERVLET_32_DIAG_CHECK_1() {
   604         return localizer.localize(localizableWSSERVLET_32_DIAG_CHECK_1());
   605     }
   607     public static Localizable localizableWSSERVLET_50_DIAG_CAUSE_2() {
   608         return messageFactory.getMessage("WSSERVLET50.diag.cause.2");
   609     }
   611     /**
   612      * Application server deployment descriptors may be incorrect
   613      *
   614      */
   615     public static String WSSERVLET_50_DIAG_CAUSE_2() {
   616         return localizer.localize(localizableWSSERVLET_50_DIAG_CAUSE_2());
   617     }
   619     public static Localizable localizableWSSERVLET_50_DIAG_CAUSE_1() {
   620         return messageFactory.getMessage("WSSERVLET50.diag.cause.1");
   621     }
   623     /**
   624      * WS runtime sun-jaxws.xml or web.xml may be incorrect
   625      *
   626      */
   627     public static String WSSERVLET_50_DIAG_CAUSE_1() {
   628         return localizer.localize(localizableWSSERVLET_50_DIAG_CAUSE_1());
   629     }
   631     public static Localizable localizableWSSERVLET_25_DIAG_CHECK_1() {
   632         return messageFactory.getMessage("WSSERVLET25.diag.check.1");
   633     }
   635     /**
   636      * Tracing message, normal response.
   637      *
   638      */
   639     public static String WSSERVLET_25_DIAG_CHECK_1() {
   640         return localizer.localize(localizableWSSERVLET_25_DIAG_CHECK_1());
   641     }
   643     public static Localizable localizableWSSERVLET_43_DIAG_CAUSE_1() {
   644         return messageFactory.getMessage("WSSERVLET43.diag.cause.1");
   645     }
   647     /**
   648      * Instantiation of the web service failed.
   649      *
   650      */
   651     public static String WSSERVLET_43_DIAG_CAUSE_1() {
   652         return localizer.localize(localizableWSSERVLET_43_DIAG_CAUSE_1());
   653     }
   655     public static Localizable localizableWSSERVLET_27_DIAG_CAUSE_1() {
   656         return messageFactory.getMessage("WSSERVLET27.diag.cause.1");
   657     }
   659     /**
   660      * Implicit URLS are not supported in this release
   661      *
   662      */
   663     public static String WSSERVLET_27_DIAG_CAUSE_1() {
   664         return localizer.localize(localizableWSSERVLET_27_DIAG_CAUSE_1());
   665     }
   667     public static Localizable localizableERROR_SERVLET_CAUGHT_THROWABLE_IN_INIT(Object arg0) {
   668         return messageFactory.getMessage("error.servlet.caughtThrowableInInit", arg0);
   669     }
   671     /**
   672      * WSSERVLET50: caught throwable during servlet initialization: {0}
   673      *
   674      */
   675     public static String ERROR_SERVLET_CAUGHT_THROWABLE_IN_INIT(Object arg0) {
   676         return localizer.localize(localizableERROR_SERVLET_CAUGHT_THROWABLE_IN_INIT(arg0));
   677     }
   679     public static Localizable localizableSERVLET_HTML_ENDPOINT_TABLE(Object arg0, Object arg1) {
   680         return messageFactory.getMessage("servlet.html.endpoint.table", arg0, arg1);
   681     }
   683     /**
   684      * <table border="0"><tr><td>Service Name:</td><td>{0}</td></tr><tr><td>Port Name:</td><td>{1}</td></tr></table>
   685      *
   686      */
   687     public static String SERVLET_HTML_ENDPOINT_TABLE(Object arg0, Object arg1) {
   688         return localizer.localize(localizableSERVLET_HTML_ENDPOINT_TABLE(arg0, arg1));
   689     }
   691     public static Localizable localizableERROR_SERVLET_CAUGHT_THROWABLE_WHILE_RECOVERING(Object arg0) {
   692         return messageFactory.getMessage("error.servlet.caughtThrowableWhileRecovering", arg0);
   693     }
   695     /**
   696      * WSSERVLET51: caught throwable while recovering from a previous exception: {0}
   697      *
   698      */
   699     public static String ERROR_SERVLET_CAUGHT_THROWABLE_WHILE_RECOVERING(Object arg0) {
   700         return localizer.localize(localizableERROR_SERVLET_CAUGHT_THROWABLE_WHILE_RECOVERING(arg0));
   701     }
   703     public static Localizable localizableNO_SUNJAXWS_XML(Object arg0) {
   704         return messageFactory.getMessage("no.sunjaxws.xml", arg0);
   705     }
   707     /**
   708      * Runtime descriptor "{0}" is missing
   709      *
   710      */
   711     public static String NO_SUNJAXWS_XML(Object arg0) {
   712         return localizer.localize(localizableNO_SUNJAXWS_XML(arg0));
   713     }
   715     public static Localizable localizableSERVLET_HTML_TITLE_2() {
   716         return messageFactory.getMessage("servlet.html.title2");
   717     }
   719     /**
   720      * <h1>Web Services</h1>
   721      *
   722      */
   723     public static String SERVLET_HTML_TITLE_2() {
   724         return localizer.localize(localizableSERVLET_HTML_TITLE_2());
   725     }
   727     public static Localizable localizableLISTENER_INFO_DESTROY() {
   728         return messageFactory.getMessage("listener.info.destroy");
   729     }
   731     /**
   732      * WSSERVLET13: JAX-WS context listener destroyed
   733      *
   734      */
   735     public static String LISTENER_INFO_DESTROY() {
   736         return localizer.localize(localizableLISTENER_INFO_DESTROY());
   737     }
   739     public static Localizable localizableEXCEPTION_TEMPLATE_CREATION_FAILED() {
   740         return messageFactory.getMessage("exception.templateCreationFailed");
   741     }
   743     /**
   744      * WSSERVLET35: failed to create a template object
   745      *
   746      */
   747     public static String EXCEPTION_TEMPLATE_CREATION_FAILED() {
   748         return localizer.localize(localizableEXCEPTION_TEMPLATE_CREATION_FAILED());
   749     }
   751     public static Localizable localizableWSSERVLET_20_DIAG_CAUSE_1() {
   752         return messageFactory.getMessage("WSSERVLET20.diag.cause.1");
   753     }
   755     /**
   756      * Implementation for this service can not be found
   757      *
   758      */
   759     public static String WSSERVLET_20_DIAG_CAUSE_1() {
   760         return localizer.localize(localizableWSSERVLET_20_DIAG_CAUSE_1());
   761     }
   763     public static Localizable localizableTRACE_SERVLET_WRITING_FAULT_RESPONSE() {
   764         return messageFactory.getMessage("trace.servlet.writingFaultResponse");
   765     }
   767     /**
   768      * WSSERVLET61: writing fault response
   769      *
   770      */
   771     public static String TRACE_SERVLET_WRITING_FAULT_RESPONSE() {
   772         return localizer.localize(localizableTRACE_SERVLET_WRITING_FAULT_RESPONSE());
   773     }
   775     public static Localizable localizableWSSERVLET_23_DIAG_CHECK_2() {
   776         return messageFactory.getMessage("WSSERVLET23.diag.check.2");
   777     }
   779     /**
   780      * The request may be malformed and be accepted by the service, yet did not generate a response
   781      *
   782      */
   783     public static String WSSERVLET_23_DIAG_CHECK_2() {
   784         return localizer.localize(localizableWSSERVLET_23_DIAG_CHECK_2());
   785     }
   787     public static Localizable localizableWSSERVLET_23_DIAG_CHECK_1() {
   788         return messageFactory.getMessage("WSSERVLET23.diag.check.1");
   789     }
   791     /**
   792      * If a response was expected, check that a request message was actually sent
   793      *
   794      */
   795     public static String WSSERVLET_23_DIAG_CHECK_1() {
   796         return localizer.localize(localizableWSSERVLET_23_DIAG_CHECK_1());
   797     }
   799     public static Localizable localizableSERVLET_WARNING_MISSING_CONTEXT_INFORMATION() {
   800         return messageFactory.getMessage("servlet.warning.missingContextInformation");
   801     }
   803     /**
   804      * WSSERVLET16: missing context information
   805      *
   806      */
   807     public static String SERVLET_WARNING_MISSING_CONTEXT_INFORMATION() {
   808         return localizer.localize(localizableSERVLET_WARNING_MISSING_CONTEXT_INFORMATION());
   809     }
   811     public static Localizable localizableWSSERVLET_16_DIAG_CHECK_1() {
   812         return messageFactory.getMessage("WSSERVLET16.diag.check.1");
   813     }
   815     /**
   816      * Unjar the service war file; check to see that the jaxrpc-ri-runtime.xml file is present
   817      *
   818      */
   819     public static String WSSERVLET_16_DIAG_CHECK_1() {
   820         return localizer.localize(localizableWSSERVLET_16_DIAG_CHECK_1());
   821     }
   823     public static Localizable localizableWSSERVLET_34_DIAG_CAUSE_1() {
   824         return messageFactory.getMessage("WSSERVLET34.diag.cause.1");
   825     }
   827     /**
   828      * The location patching on the wsdl failed when attempting to transform.
   829      *
   830      */
   831     public static String WSSERVLET_34_DIAG_CAUSE_1() {
   832         return localizer.localize(localizableWSSERVLET_34_DIAG_CAUSE_1());
   833     }
   835     public static Localizable localizableHTML_NON_ROOT_PAGE_TITLE() {
   836         return messageFactory.getMessage("html.nonRootPage.title");
   837     }
   839     /**
   840      * Web Service
   841      *
   842      */
   843     public static String HTML_NON_ROOT_PAGE_TITLE() {
   844         return localizer.localize(localizableHTML_NON_ROOT_PAGE_TITLE());
   845     }
   847     public static Localizable localizableSERVLET_HTML_COLUMN_HEADER_INFORMATION() {
   848         return messageFactory.getMessage("servlet.html.columnHeader.information");
   849     }
   851     /**
   852      * Information
   853      *
   854      */
   855     public static String SERVLET_HTML_COLUMN_HEADER_INFORMATION() {
   856         return localizer.localize(localizableSERVLET_HTML_COLUMN_HEADER_INFORMATION());
   857     }
   859     public static Localizable localizableWSSERVLET_18_DIAG_CAUSE_1() {
   860         return messageFactory.getMessage("WSSERVLET18.diag.cause.1");
   861     }
   863     /**
   864      * Message sent by client is empty
   865      *
   866      */
   867     public static String WSSERVLET_18_DIAG_CAUSE_1() {
   868         return localizer.localize(localizableWSSERVLET_18_DIAG_CAUSE_1());
   869     }
   871     public static Localizable localizableWSSERVLET_64_DIAG_CAUSE_1() {
   872         return messageFactory.getMessage("WSSERVLET64.diag.cause.1");
   873     }
   875     /**
   876      * Web service requests must be a content type text/xml: WSI BP 1.0
   877      *
   878      */
   879     public static String WSSERVLET_64_DIAG_CAUSE_1() {
   880         return localizer.localize(localizableWSSERVLET_64_DIAG_CAUSE_1());
   881     }
   883     public static Localizable localizableINFO_SERVLET_INITIALIZING() {
   884         return messageFactory.getMessage("info.servlet.initializing");
   885     }
   887     /**
   888      * WSSERVLET56: JAX-WS servlet: init
   889      *
   890      */
   891     public static String INFO_SERVLET_INITIALIZING() {
   892         return localizer.localize(localizableINFO_SERVLET_INITIALIZING());
   893     }
   895     public static Localizable localizableSERVLET_INFO_EMPTY_REQUEST_MESSAGE() {
   896         return messageFactory.getMessage("servlet.info.emptyRequestMessage");
   897     }
   899     /**
   900      * WSSERVLET18: got empty request message
   901      *
   902      */
   903     public static String SERVLET_INFO_EMPTY_REQUEST_MESSAGE() {
   904         return localizer.localize(localizableSERVLET_INFO_EMPTY_REQUEST_MESSAGE());
   905     }
   907     public static Localizable localizableSERVLET_ERROR_NO_ENDPOINT_SPECIFIED() {
   908         return messageFactory.getMessage("servlet.error.noEndpointSpecified");
   909     }
   911     /**
   912      * WSSERVLET22: no endpoint specified
   913      *
   914      */
   915     public static String SERVLET_ERROR_NO_ENDPOINT_SPECIFIED() {
   916         return localizer.localize(localizableSERVLET_ERROR_NO_ENDPOINT_SPECIFIED());
   917     }
   919     public static Localizable localizableWSSERVLET_11_DIAG_CAUSE_2() {
   920         return messageFactory.getMessage("WSSERVLET11.diag.cause.2");
   921     }
   923     /**
   924      * The sun-jaxws.xml runtime deployment descriptor may be missing
   925      *
   926      */
   927     public static String WSSERVLET_11_DIAG_CAUSE_2() {
   928         return localizer.localize(localizableWSSERVLET_11_DIAG_CAUSE_2());
   929     }
   931     public static Localizable localizableWSSERVLET_30_DIAG_CHECK_1() {
   932         return messageFactory.getMessage("WSSERVLET30.diag.check.1");
   933     }
   935     /**
   936      * This could be due to a number of causes. Check the server log file for exceptions.
   937      *
   938      */
   939     public static String WSSERVLET_30_DIAG_CHECK_1() {
   940         return localizer.localize(localizableWSSERVLET_30_DIAG_CHECK_1());
   941     }
   943     public static Localizable localizableEXCEPTION_CANNOT_CREATE_TRANSFORMER() {
   944         return messageFactory.getMessage("exception.cannotCreateTransformer");
   945     }
   947     /**
   948      * WSSERVLET33: cannot create transformer
   949      *
   950      */
   951     public static String EXCEPTION_CANNOT_CREATE_TRANSFORMER() {
   952         return localizer.localize(localizableEXCEPTION_CANNOT_CREATE_TRANSFORMER());
   953     }
   955     public static Localizable localizableSERVLET_FAULTSTRING_INVALID_SOAP_ACTION() {
   956         return messageFactory.getMessage("servlet.faultstring.invalidSOAPAction");
   957     }
   959     /**
   960      * WSSERVLET65: Invalid Header SOAPAction required
   961      *
   962      */
   963     public static String SERVLET_FAULTSTRING_INVALID_SOAP_ACTION() {
   964         return localizer.localize(localizableSERVLET_FAULTSTRING_INVALID_SOAP_ACTION());
   965     }
   967     public static Localizable localizableWSSERVLET_14_DIAG_CHECK_1() {
   968         return messageFactory.getMessage("WSSERVLET14.diag.check.1");
   969     }
   971     /**
   972      * Normal Web Service deployment. Deployment of service complete.
   973      *
   974      */
   975     public static String WSSERVLET_14_DIAG_CHECK_1() {
   976         return localizer.localize(localizableWSSERVLET_14_DIAG_CHECK_1());
   977     }
   979     public static Localizable localizableWSSERVLET_32_DIAG_CAUSE_1() {
   980         return messageFactory.getMessage("WSSERVLET32.diag.cause.1");
   981     }
   983     /**
   984      * WSDL being generated
   985      *
   986      */
   987     public static String WSSERVLET_32_DIAG_CAUSE_1() {
   988         return localizer.localize(localizableWSSERVLET_32_DIAG_CAUSE_1());
   989     }
   991     public static Localizable localizableWSSERVLET_25_DIAG_CAUSE_1() {
   992         return messageFactory.getMessage("WSSERVLET25.diag.cause.1");
   993     }
   995     /**
   996      * SOAPMessage response is being returned to client
   997      *
   998      */
   999     public static String WSSERVLET_25_DIAG_CAUSE_1() {
  1000         return localizer.localize(localizableWSSERVLET_25_DIAG_CAUSE_1());
  1003     public static Localizable localizableWSSERVLET_44_DIAG_CHECK_1() {
  1004         return messageFactory.getMessage("WSSERVLET44.diag.check.1");
  1007     /**
  1008      * Check the exception for more details. Make sure all the configuration files are correct.
  1010      */
  1011     public static String WSSERVLET_44_DIAG_CHECK_1() {
  1012         return localizer.localize(localizableWSSERVLET_44_DIAG_CHECK_1());
  1015     public static Localizable localizableWSSERVLET_28_DIAG_CHECK_1() {
  1016         return messageFactory.getMessage("WSSERVLET28.diag.check.1");
  1019     /**
  1020      * Set target endpoint with stub.setTargetEndpoint() property.
  1022      */
  1023     public static String WSSERVLET_28_DIAG_CHECK_1() {
  1024         return localizer.localize(localizableWSSERVLET_28_DIAG_CHECK_1());
  1027     public static Localizable localizableSERVLET_INFO_INITIALIZE() {
  1028         return messageFactory.getMessage("servlet.info.initialize");
  1031     /**
  1032      * WSSERVLET14: JAX-WS servlet initializing
  1034      */
  1035     public static String SERVLET_INFO_INITIALIZE() {
  1036         return localizer.localize(localizableSERVLET_INFO_INITIALIZE());
  1039     public static Localizable localizableERROR_SERVLET_INIT_CONFIG_FILE_NOT_FOUND(Object arg0) {
  1040         return messageFactory.getMessage("error.servlet.init.config.fileNotFound", arg0);
  1043     /**
  1044      * WSSERVLET48: config file: "{0}" not found
  1046      */
  1047     public static String ERROR_SERVLET_INIT_CONFIG_FILE_NOT_FOUND(Object arg0) {
  1048         return localizer.localize(localizableERROR_SERVLET_INIT_CONFIG_FILE_NOT_FOUND(arg0));
  1051     public static Localizable localizableHTML_WSDL_PAGE_TITLE() {
  1052         return messageFactory.getMessage("html.wsdlPage.title");
  1055     /**
  1056      * Web Service
  1058      */
  1059     public static String HTML_WSDL_PAGE_TITLE() {
  1060         return localizer.localize(localizableHTML_WSDL_PAGE_TITLE());
  1063     public static Localizable localizableSERVLET_HTML_COLUMN_HEADER_PORT_NAME() {
  1064         return messageFactory.getMessage("servlet.html.columnHeader.portName");
  1067     /**
  1068      * Endpoint
  1070      */
  1071     public static String SERVLET_HTML_COLUMN_HEADER_PORT_NAME() {
  1072         return localizer.localize(localizableSERVLET_HTML_COLUMN_HEADER_PORT_NAME());
  1075     public static Localizable localizableHTML_ROOT_PAGE_BODY_2_B() {
  1076         return messageFactory.getMessage("html.rootPage.body2b");
  1079     /**
  1080      * </p>
  1082      */
  1083     public static String HTML_ROOT_PAGE_BODY_2_B() {
  1084         return localizer.localize(localizableHTML_ROOT_PAGE_BODY_2_B());
  1087     public static Localizable localizableHTML_ROOT_PAGE_BODY_2_A() {
  1088         return messageFactory.getMessage("html.rootPage.body2a");
  1091     /**
  1092      * <p>It supports the following ports:
  1094      */
  1095     public static String HTML_ROOT_PAGE_BODY_2_A() {
  1096         return localizer.localize(localizableHTML_ROOT_PAGE_BODY_2_A());
  1099     public static Localizable localizableWSSERVLET_21_DIAG_CHECK_1() {
  1100         return messageFactory.getMessage("WSSERVLET21.diag.check.1");
  1103     /**
  1104      * Normal web service invocation.
  1106      */
  1107     public static String WSSERVLET_21_DIAG_CHECK_1() {
  1108         return localizer.localize(localizableWSSERVLET_21_DIAG_CHECK_1());
  1111     public static Localizable localizableERROR_SERVLET_NO_PORT_SPECIFIED() {
  1112         return messageFactory.getMessage("error.servlet.noPortSpecified");
  1115     /**
  1116      * WSSERVLET53: no port specified in HTTP POST request URL
  1118      */
  1119     public static String ERROR_SERVLET_NO_PORT_SPECIFIED() {
  1120         return localizer.localize(localizableERROR_SERVLET_NO_PORT_SPECIFIED());
  1123     public static Localizable localizableINFO_SERVLET_GOT_EMPTY_REQUEST_MESSAGE() {
  1124         return messageFactory.getMessage("info.servlet.gotEmptyRequestMessage");
  1127     /**
  1128      * WSSERVLET55: got empty request message
  1130      */
  1131     public static String INFO_SERVLET_GOT_EMPTY_REQUEST_MESSAGE() {
  1132         return localizer.localize(localizableINFO_SERVLET_GOT_EMPTY_REQUEST_MESSAGE());
  1135     public static Localizable localizableWSSERVLET_51_DIAG_CHECK_1() {
  1136         return messageFactory.getMessage("WSSERVLET51.diag.check.1");
  1139     /**
  1140      * Check the server.xml log file for exception information
  1142      */
  1143     public static String WSSERVLET_51_DIAG_CHECK_1() {
  1144         return localizer.localize(localizableWSSERVLET_51_DIAG_CHECK_1());
  1147     public static Localizable localizableWSSERVLET_23_DIAG_CAUSE_1() {
  1148         return messageFactory.getMessage("WSSERVLET23.diag.cause.1");
  1151     /**
  1152      * The request generated no response from the service
  1154      */
  1155     public static String WSSERVLET_23_DIAG_CAUSE_1() {
  1156         return localizer.localize(localizableWSSERVLET_23_DIAG_CAUSE_1());
  1159     public static Localizable localizableWSSERVLET_16_DIAG_CAUSE_1() {
  1160         return messageFactory.getMessage("WSSERVLET16.diag.cause.1");
  1163     /**
  1164      * The jaxrpc-ri.xml file may be missing from the war file
  1166      */
  1167     public static String WSSERVLET_16_DIAG_CAUSE_1() {
  1168         return localizer.localize(localizableWSSERVLET_16_DIAG_CAUSE_1());
  1171     public static Localizable localizableWSSERVLET_35_DIAG_CHECK_1() {
  1172         return messageFactory.getMessage("WSSERVLET35.diag.check.1");
  1175     /**
  1176      * An exception was thrown during creation of the template. View exception and stacktrace for more details.
  1178      */
  1179     public static String WSSERVLET_35_DIAG_CHECK_1() {
  1180         return localizer.localize(localizableWSSERVLET_35_DIAG_CHECK_1());
  1183     public static Localizable localizableWSSERVLET_65_DIAG_CHECK_1() {
  1184         return messageFactory.getMessage("WSSERVLET65.diag.check.1");
  1187     /**
  1188      * Add SOAPAction and appropriate value
  1190      */
  1191     public static String WSSERVLET_65_DIAG_CHECK_1() {
  1192         return localizer.localize(localizableWSSERVLET_65_DIAG_CHECK_1());
  1195     public static Localizable localizableTRACE_SERVLET_HANDING_REQUEST_OVER_TO_IMPLEMENTOR(Object arg0) {
  1196         return messageFactory.getMessage("trace.servlet.handingRequestOverToImplementor", arg0);
  1199     /**
  1200      * WSSERVLET59: handing request over to implementor: {0}
  1202      */
  1203     public static String TRACE_SERVLET_HANDING_REQUEST_OVER_TO_IMPLEMENTOR(Object arg0) {
  1204         return localizer.localize(localizableTRACE_SERVLET_HANDING_REQUEST_OVER_TO_IMPLEMENTOR(arg0));
  1207     public static Localizable localizableWSSERVLET_19_DIAG_CHECK_1() {
  1208         return messageFactory.getMessage("WSSERVLET19.diag.check.1");
  1211     /**
  1212      * Informational message only. Normal operation.
  1214      */
  1215     public static String WSSERVLET_19_DIAG_CHECK_1() {
  1216         return localizer.localize(localizableWSSERVLET_19_DIAG_CHECK_1());
  1219     public static Localizable localizablePUBLISHER_INFO_GENERATING_WSDL(Object arg0) {
  1220         return messageFactory.getMessage("publisher.info.generatingWSDL", arg0);
  1223     /**
  1224      * WSSERVLET32: generating WSDL for endpoint: {0}
  1226      */
  1227     public static String PUBLISHER_INFO_GENERATING_WSDL(Object arg0) {
  1228         return localizer.localize(localizablePUBLISHER_INFO_GENERATING_WSDL(arg0));
  1231     public static Localizable localizableSERVLET_WARNING_DUPLICATE_ENDPOINT_URL_PATTERN(Object arg0) {
  1232         return messageFactory.getMessage("servlet.warning.duplicateEndpointUrlPattern", arg0);
  1235     /**
  1236      * WSSERVLET26: duplicate URL pattern in endpoint: {0}
  1238      */
  1239     public static String SERVLET_WARNING_DUPLICATE_ENDPOINT_URL_PATTERN(Object arg0) {
  1240         return localizer.localize(localizableSERVLET_WARNING_DUPLICATE_ENDPOINT_URL_PATTERN(arg0));
  1243     public static Localizable localizableWSSERVLET_49_DIAG_CHECK_1() {
  1244         return messageFactory.getMessage("WSSERVLET49.diag.check.1");
  1247     /**
  1248      * Check the server.xml log file for exception information
  1250      */
  1251     public static String WSSERVLET_49_DIAG_CHECK_1() {
  1252         return localizer.localize(localizableWSSERVLET_49_DIAG_CHECK_1());
  1255     public static Localizable localizableERROR_IMPLEMENTOR_REGISTRY_CANNOT_READ_CONFIGURATION() {
  1256         return messageFactory.getMessage("error.implementorRegistry.cannotReadConfiguration");
  1259     /**
  1260      * WSSERVLET39: cannot read configuration
  1262      */
  1263     public static String ERROR_IMPLEMENTOR_REGISTRY_CANNOT_READ_CONFIGURATION() {
  1264         return localizer.localize(localizableERROR_IMPLEMENTOR_REGISTRY_CANNOT_READ_CONFIGURATION());
  1267     public static Localizable localizableTRACE_SERVLET_GOT_RESPONSE_FROM_IMPLEMENTOR(Object arg0) {
  1268         return messageFactory.getMessage("trace.servlet.gotResponseFromImplementor", arg0);
  1271     /**
  1272      * WSSERVLET60: got response from implementor: {0}
  1274      */
  1275     public static String TRACE_SERVLET_GOT_RESPONSE_FROM_IMPLEMENTOR(Object arg0) {
  1276         return localizer.localize(localizableTRACE_SERVLET_GOT_RESPONSE_FROM_IMPLEMENTOR(arg0));
  1279     public static Localizable localizableERROR_IMPLEMENTOR_REGISTRY_INCOMPLETE_INFORMATION() {
  1280         return messageFactory.getMessage("error.implementorRegistry.incompleteInformation");
  1283     /**
  1284      * WSSERVLET41: configuration information is incomplete
  1286      */
  1287     public static String ERROR_IMPLEMENTOR_REGISTRY_INCOMPLETE_INFORMATION() {
  1288         return localizer.localize(localizableERROR_IMPLEMENTOR_REGISTRY_INCOMPLETE_INFORMATION());
  1291     public static Localizable localizableWSSERVLET_12_DIAG_CHECK_1() {
  1292         return messageFactory.getMessage("WSSERVLET12.diag.check.1");
  1295     /**
  1296      * Normal web service startup
  1298      */
  1299     public static String WSSERVLET_12_DIAG_CHECK_1() {
  1300         return localizer.localize(localizableWSSERVLET_12_DIAG_CHECK_1());
  1303     public static Localizable localizableWSSERVLET_30_DIAG_CAUSE_1() {
  1304         return messageFactory.getMessage("WSSERVLET30.diag.cause.1");
  1307     /**
  1308      * There was a server error processing the request
  1310      */
  1311     public static String WSSERVLET_30_DIAG_CAUSE_1() {
  1312         return localizer.localize(localizableWSSERVLET_30_DIAG_CAUSE_1());
  1315     public static Localizable localizableHTML_WSDL_PAGE_NO_WSDL() {
  1316         return messageFactory.getMessage("html.wsdlPage.noWsdl");
  1319     /**
  1320      * <p>No WSDL document available for publishing.</p><p>Please check your deployment information.</p>
  1322      */
  1323     public static String HTML_WSDL_PAGE_NO_WSDL() {
  1324         return localizer.localize(localizableHTML_WSDL_PAGE_NO_WSDL());
  1327     public static Localizable localizableWSSERVLET_14_DIAG_CAUSE_1() {
  1328         return messageFactory.getMessage("WSSERVLET14.diag.cause.1");
  1331     /**
  1332      * Web Services servlet starting up.
  1334      */
  1335     public static String WSSERVLET_14_DIAG_CAUSE_1() {
  1336         return localizer.localize(localizableWSSERVLET_14_DIAG_CAUSE_1());
  1339     public static Localizable localizableINFO_SERVLET_DESTROYING() {
  1340         return messageFactory.getMessage("info.servlet.destroying");
  1343     /**
  1344      * WSSERVLET57: JAX-WS servlet: destroy
  1346      */
  1347     public static String INFO_SERVLET_DESTROYING() {
  1348         return localizer.localize(localizableINFO_SERVLET_DESTROYING());
  1351     public static Localizable localizableERROR_SERVLET_NO_RESPONSE_WAS_PRODUCED() {
  1352         return messageFactory.getMessage("error.servlet.noResponseWasProduced");
  1355     /**
  1356      * WSSERVLET54: no response was produced (internal error)
  1358      */
  1359     public static String ERROR_SERVLET_NO_RESPONSE_WAS_PRODUCED() {
  1360         return localizer.localize(localizableERROR_SERVLET_NO_RESPONSE_WAS_PRODUCED());
  1363     public static Localizable localizableWSSERVLET_26_DIAG_CHECK_1() {
  1364         return messageFactory.getMessage("WSSERVLET26.diag.check.1");
  1367     /**
  1368      * This may cause a problem, please remove duplicate endpoints
  1370      */
  1371     public static String WSSERVLET_26_DIAG_CHECK_1() {
  1372         return localizer.localize(localizableWSSERVLET_26_DIAG_CHECK_1());
  1375     public static Localizable localizableSERVLET_HTML_TITLE() {
  1376         return messageFactory.getMessage("servlet.html.title");
  1379     /**
  1380      * Web Services
  1382      */
  1383     public static String SERVLET_HTML_TITLE() {
  1384         return localizer.localize(localizableSERVLET_HTML_TITLE());
  1387     public static Localizable localizableWSSERVLET_44_DIAG_CAUSE_1() {
  1388         return messageFactory.getMessage("WSSERVLET44.diag.cause.1");
  1391     /**
  1392      * The web service was instantiated, however, it could not be initialized
  1394      */
  1395     public static String WSSERVLET_44_DIAG_CAUSE_1() {
  1396         return localizer.localize(localizableWSSERVLET_44_DIAG_CAUSE_1());
  1399     public static Localizable localizableWSSERVLET_63_DIAG_CHECK_1() {
  1400         return messageFactory.getMessage("WSSERVLET63.diag.check.1");
  1403     /**
  1404      * Make sure that your HTTP client is using POST requests, not GET requests
  1406      */
  1407     public static String WSSERVLET_63_DIAG_CHECK_1() {
  1408         return localizer.localize(localizableWSSERVLET_63_DIAG_CHECK_1());
  1411     public static Localizable localizableWSSERVLET_28_DIAG_CAUSE_1() {
  1412         return messageFactory.getMessage("WSSERVLET28.diag.cause.1");
  1415     /**
  1416      * Target endpoint is null
  1418      */
  1419     public static String WSSERVLET_28_DIAG_CAUSE_1() {
  1420         return localizer.localize(localizableWSSERVLET_28_DIAG_CAUSE_1());
  1423     public static Localizable localizableERROR_IMPLEMENTOR_FACTORY_NO_CONFIGURATION() {
  1424         return messageFactory.getMessage("error.implementorFactory.noConfiguration");
  1427     /**
  1428      * WSSERVLET36: no configuration specified
  1430      */
  1431     public static String ERROR_IMPLEMENTOR_FACTORY_NO_CONFIGURATION() {
  1432         return localizer.localize(localizableERROR_IMPLEMENTOR_FACTORY_NO_CONFIGURATION());
  1435     public static Localizable localizableHTML_ROOT_PAGE_BODY_4() {
  1436         return messageFactory.getMessage("html.rootPage.body4");
  1439     /**
  1440      * <p>This endpoint is incorrectly configured. Please check the location and contents of the configuration file.</p>
  1442      */
  1443     public static String HTML_ROOT_PAGE_BODY_4() {
  1444         return localizer.localize(localizableHTML_ROOT_PAGE_BODY_4());
  1447     public static Localizable localizableHTML_ROOT_PAGE_BODY_1() {
  1448         return messageFactory.getMessage("html.rootPage.body1");
  1451     /**
  1452      * <p>A Web Service is installed at this URL.</p>
  1454      */
  1455     public static String HTML_ROOT_PAGE_BODY_1() {
  1456         return localizer.localize(localizableHTML_ROOT_PAGE_BODY_1());
  1459     public static Localizable localizableEXCEPTION_TRANSFORMATION_FAILED(Object arg0) {
  1460         return messageFactory.getMessage("exception.transformationFailed", arg0);
  1463     /**
  1464      * WSSERVLET34: transformation failed : {0}
  1466      */
  1467     public static String EXCEPTION_TRANSFORMATION_FAILED(Object arg0) {
  1468         return localizer.localize(localizableEXCEPTION_TRANSFORMATION_FAILED(arg0));
  1471     public static Localizable localizableSERVLET_HTML_METHOD() {
  1472         return messageFactory.getMessage("servlet.html.method");
  1475     /**
  1476      * WSSERVLET63: must use Post for this type of request
  1478      */
  1479     public static String SERVLET_HTML_METHOD() {
  1480         return localizer.localize(localizableSERVLET_HTML_METHOD());
  1483     public static Localizable localizableSERVLET_FAULTSTRING_MISSING_PORT() {
  1484         return messageFactory.getMessage("servlet.faultstring.missingPort");
  1487     /**
  1488      * WSSERVLET28: Missing port information
  1490      */
  1491     public static String SERVLET_FAULTSTRING_MISSING_PORT() {
  1492         return localizer.localize(localizableSERVLET_FAULTSTRING_MISSING_PORT());
  1495     public static Localizable localizableWSSERVLET_21_DIAG_CAUSE_1() {
  1496         return messageFactory.getMessage("WSSERVLET21.diag.cause.1");
  1499     /**
  1500      * The Web service is being invoked
  1502      */
  1503     public static String WSSERVLET_21_DIAG_CAUSE_1() {
  1504         return localizer.localize(localizableWSSERVLET_21_DIAG_CAUSE_1());
  1507     public static Localizable localizableSERVLET_TRACE_WRITING_SUCCESS_RESPONSE() {
  1508         return messageFactory.getMessage("servlet.trace.writingSuccessResponse");
  1511     /**
  1512      * WSSERVLET25: writing success response
  1514      */
  1515     public static String SERVLET_TRACE_WRITING_SUCCESS_RESPONSE() {
  1516         return localizer.localize(localizableSERVLET_TRACE_WRITING_SUCCESS_RESPONSE());
  1519     public static Localizable localizableWSSERVLET_33_DIAG_CHECK_2() {
  1520         return messageFactory.getMessage("WSSERVLET33.diag.check.2");
  1523     /**
  1524      * There maybe a transformation engine may not be supported or compatible. Check the server.xml file for exceptions.
  1526      */
  1527     public static String WSSERVLET_33_DIAG_CHECK_2() {
  1528         return localizer.localize(localizableWSSERVLET_33_DIAG_CHECK_2());
  1531     public static Localizable localizableWSSERVLET_33_DIAG_CHECK_1() {
  1532         return messageFactory.getMessage("WSSERVLET33.diag.check.1");
  1535     /**
  1536      * There maybe a transformation engine being used that is not compatible. Make sure you are using the correct transformer and version.
  1538      */
  1539     public static String WSSERVLET_33_DIAG_CHECK_1() {
  1540         return localizer.localize(localizableWSSERVLET_33_DIAG_CHECK_1());
  1543     public static Localizable localizableWSSERVLET_51_DIAG_CAUSE_1() {
  1544         return messageFactory.getMessage("WSSERVLET51.diag.cause.1");
  1547     /**
  1548      * Service processing of the request generated an exception; while attempting to return a SOAPPFaultMessage a throwable was again generated
  1550      */
  1551     public static String WSSERVLET_51_DIAG_CAUSE_1() {
  1552         return localizer.localize(localizableWSSERVLET_51_DIAG_CAUSE_1());
  1555     public static Localizable localizableWSSERVLET_24_DIAG_CHECK_1() {
  1556         return messageFactory.getMessage("WSSERVLET24.diag.check.1");
  1559     /**
  1560      * Tracing message fault recorded.
  1562      */
  1563     public static String WSSERVLET_24_DIAG_CHECK_1() {
  1564         return localizer.localize(localizableWSSERVLET_24_DIAG_CHECK_1());
  1567     public static Localizable localizableWSSERVLET_17_DIAG_CHECK_1() {
  1568         return messageFactory.getMessage("WSSERVLET17.diag.check.1");
  1571     /**
  1572      * Note that this may cause problems with service deployment
  1574      */
  1575     public static String WSSERVLET_17_DIAG_CHECK_1() {
  1576         return localizer.localize(localizableWSSERVLET_17_DIAG_CHECK_1());
  1579     public static Localizable localizableWSSERVLET_35_DIAG_CAUSE_1() {
  1580         return messageFactory.getMessage("WSSERVLET35.diag.cause.1");
  1583     /**
  1584      * A XSLT stylesheet template is create for the wsdl location patching using transformation. Template create failed.
  1586      */
  1587     public static String WSSERVLET_35_DIAG_CAUSE_1() {
  1588         return localizer.localize(localizableWSSERVLET_35_DIAG_CAUSE_1());
  1591     public static Localizable localizableWSSERVLET_19_DIAG_CAUSE_1() {
  1592         return messageFactory.getMessage("WSSERVLET19.diag.cause.1");
  1595     /**
  1596      * Client request for this endpoint arrived
  1598      */
  1599     public static String WSSERVLET_19_DIAG_CAUSE_1() {
  1600         return localizer.localize(localizableWSSERVLET_19_DIAG_CAUSE_1());
  1603     public static Localizable localizableWSSERVLET_65_DIAG_CAUSE_1() {
  1604         return messageFactory.getMessage("WSSERVLET65.diag.cause.1");
  1607     /**
  1608      * SOAP Action is required
  1610      */
  1611     public static String WSSERVLET_65_DIAG_CAUSE_1() {
  1612         return localizer.localize(localizableWSSERVLET_65_DIAG_CAUSE_1());
  1615     public static Localizable localizableLISTENER_PARSING_FAILED(Object arg0) {
  1616         return messageFactory.getMessage("listener.parsingFailed", arg0);
  1619     /**
  1620      * WSSERVLET11: failed to parse runtime descriptor: {0}
  1622      */
  1623     public static String LISTENER_PARSING_FAILED(Object arg0) {
  1624         return localizer.localize(localizableLISTENER_PARSING_FAILED(arg0));
  1627     public static Localizable localizableSERVLET_WARNING_IGNORING_IMPLICIT_URL_PATTERN(Object arg0) {
  1628         return messageFactory.getMessage("servlet.warning.ignoringImplicitUrlPattern", arg0);
  1631     /**
  1632      * WSSERVLET27: unsupported implicit URL pattern in endpoint: {0}
  1634      */
  1635     public static String SERVLET_WARNING_IGNORING_IMPLICIT_URL_PATTERN(Object arg0) {
  1636         return localizer.localize(localizableSERVLET_WARNING_IGNORING_IMPLICIT_URL_PATTERN(arg0));
  1639     public static Localizable localizableWSSERVLET_49_DIAG_CAUSE_1() {
  1640         return messageFactory.getMessage("WSSERVLET49.diag.cause.1");
  1643     /**
  1644      * Service processing of the request generated an exception; while attempting to return a SOAPFaultMessage a throwable was again generated
  1646      */
  1647     public static String WSSERVLET_49_DIAG_CAUSE_1() {
  1648         return localizer.localize(localizableWSSERVLET_49_DIAG_CAUSE_1());
  1651     public static Localizable localizableERROR_IMPLEMENTOR_FACTORY_NEW_INSTANCE_FAILED(Object arg0) {
  1652         return messageFactory.getMessage("error.implementorFactory.newInstanceFailed", arg0);
  1655     /**
  1656      * WSSERVLET43: failed to instantiate service implementor for port "{0}"
  1658      */
  1659     public static String ERROR_IMPLEMENTOR_FACTORY_NEW_INSTANCE_FAILED(Object arg0) {
  1660         return localizer.localize(localizableERROR_IMPLEMENTOR_FACTORY_NEW_INSTANCE_FAILED(arg0));
  1663     public static Localizable localizableWSSERVLET_12_DIAG_CAUSE_1() {
  1664         return messageFactory.getMessage("WSSERVLET12.diag.cause.1");
  1667     /**
  1668      * Context listener starting
  1670      */
  1671     public static String WSSERVLET_12_DIAG_CAUSE_1() {
  1672         return localizer.localize(localizableWSSERVLET_12_DIAG_CAUSE_1());
  1675     public static Localizable localizableWSSERVLET_31_DIAG_CHECK_1() {
  1676         return messageFactory.getMessage("WSSERVLET31.diag.check.1");
  1679     /**
  1680      * Normal operation
  1682      */
  1683     public static String WSSERVLET_31_DIAG_CHECK_1() {
  1684         return localizer.localize(localizableWSSERVLET_31_DIAG_CHECK_1());
  1687     public static Localizable localizableSERVLET_FAULTSTRING_INVALID_CONTENT_TYPE() {
  1688         return messageFactory.getMessage("servlet.faultstring.invalidContentType");
  1691     /**
  1692      * WSSERVLET64: Invalid Content-Type, text/xml required
  1694      */
  1695     public static String SERVLET_FAULTSTRING_INVALID_CONTENT_TYPE() {
  1696         return localizer.localize(localizableSERVLET_FAULTSTRING_INVALID_CONTENT_TYPE());
  1699     public static Localizable localizableERROR_SERVLET_CAUGHT_THROWABLE(Object arg0) {
  1700         return messageFactory.getMessage("error.servlet.caughtThrowable", arg0);
  1703     /**
  1704      * WSSERVLET49: caught throwable: {0}
  1706      */
  1707     public static String ERROR_SERVLET_CAUGHT_THROWABLE(Object arg0) {
  1708         return localizer.localize(localizableERROR_SERVLET_CAUGHT_THROWABLE(arg0));
  1711     public static Localizable localizableTRACE_SERVLET_WRITING_SUCCESS_RESPONSE() {
  1712         return messageFactory.getMessage("trace.servlet.writingSuccessResponse");
  1715     /**
  1716      * WSSERVLET62: writing success response
  1718      */
  1719     public static String TRACE_SERVLET_WRITING_SUCCESS_RESPONSE() {
  1720         return localizer.localize(localizableTRACE_SERVLET_WRITING_SUCCESS_RESPONSE());
  1723     public static Localizable localizableERROR_IMPLEMENTOR_REGISTRY_CLASS_NOT_FOUND(Object arg0) {
  1724         return messageFactory.getMessage("error.implementorRegistry.classNotFound", arg0);
  1727     /**
  1728      * WSSERVLET40: class not found: {0}
  1730      */
  1731     public static String ERROR_IMPLEMENTOR_REGISTRY_CLASS_NOT_FOUND(Object arg0) {
  1732         return localizer.localize(localizableERROR_IMPLEMENTOR_REGISTRY_CLASS_NOT_FOUND(arg0));
  1735     public static Localizable localizableWSSERVLET_15_DIAG_CHECK_1() {
  1736         return messageFactory.getMessage("WSSERVLET15.diag.check.1");
  1739     /**
  1740      * Normal Web service undeployment. Undeployment complete.
  1742      */
  1743     public static String WSSERVLET_15_DIAG_CHECK_1() {
  1744         return localizer.localize(localizableWSSERVLET_15_DIAG_CHECK_1());
  1747     public static Localizable localizableSERVLET_FAULTSTRING_PORT_NOT_FOUND(Object arg0) {
  1748         return messageFactory.getMessage("servlet.faultstring.portNotFound", arg0);
  1751     /**
  1752      * WSSERVLET29: Port not found ({0})
  1754      */
  1755     public static String SERVLET_FAULTSTRING_PORT_NOT_FOUND(Object arg0) {
  1756         return localizer.localize(localizableSERVLET_FAULTSTRING_PORT_NOT_FOUND(arg0));
  1759     public static Localizable localizableSERVLET_INFO_DESTROY() {
  1760         return messageFactory.getMessage("servlet.info.destroy");
  1763     /**
  1764      * WSSERVLET15: JAX-WS servlet destroyed
  1766      */
  1767     public static String SERVLET_INFO_DESTROY() {
  1768         return localizer.localize(localizableSERVLET_INFO_DESTROY());
  1771     public static Localizable localizableSERVLET_FAULTSTRING_INTERNAL_SERVER_ERROR(Object arg0) {
  1772         return messageFactory.getMessage("servlet.faultstring.internalServerError", arg0);
  1775     /**
  1776      * WSSERVLET30: Internal server error ({0})
  1778      */
  1779     public static String SERVLET_FAULTSTRING_INTERNAL_SERVER_ERROR(Object arg0) {
  1780         return localizer.localize(localizableSERVLET_FAULTSTRING_INTERNAL_SERVER_ERROR(arg0));
  1783     public static Localizable localizableWSSERVLET_26_DIAG_CAUSE_1() {
  1784         return messageFactory.getMessage("WSSERVLET26.diag.cause.1");
  1787     /**
  1788      * The endpoint URL is a duplicate
  1790      */
  1791     public static String WSSERVLET_26_DIAG_CAUSE_1() {
  1792         return localizer.localize(localizableWSSERVLET_26_DIAG_CAUSE_1());
  1795     public static Localizable localizableSERVLET_HTML_COLUMN_HEADER_STATUS() {
  1796         return messageFactory.getMessage("servlet.html.columnHeader.status");
  1799     /**
  1800      * Status
  1802      */
  1803     public static String SERVLET_HTML_COLUMN_HEADER_STATUS() {
  1804         return localizer.localize(localizableSERVLET_HTML_COLUMN_HEADER_STATUS());
  1807     public static Localizable localizableWSSERVLET_63_DIAG_CAUSE_1() {
  1808         return messageFactory.getMessage("WSSERVLET63.diag.cause.1");
  1811     /**
  1812      * Web service requests must use HTTP POST method: WSI BP 1.0
  1814      */
  1815     public static String WSSERVLET_63_DIAG_CAUSE_1() {
  1816         return localizer.localize(localizableWSSERVLET_63_DIAG_CAUSE_1());
  1819     public static Localizable localizableSERVLET_WARNING_DUPLICATE_ENDPOINT_NAME() {
  1820         return messageFactory.getMessage("servlet.warning.duplicateEndpointName");
  1823     /**
  1824      * WSSERVLET17: duplicate endpoint name
  1826      */
  1827     public static String SERVLET_WARNING_DUPLICATE_ENDPOINT_NAME() {
  1828         return localizer.localize(localizableSERVLET_WARNING_DUPLICATE_ENDPOINT_NAME());
  1831     public static Localizable localizableTRACE_SERVLET_REQUEST_FOR_PORT_NAMED(Object arg0) {
  1832         return messageFactory.getMessage("trace.servlet.requestForPortNamed", arg0);
  1835     /**
  1836      * WSSERVLET58: got request for port: {0}
  1838      */
  1839     public static String TRACE_SERVLET_REQUEST_FOR_PORT_NAMED(Object arg0) {
  1840         return localizer.localize(localizableTRACE_SERVLET_REQUEST_FOR_PORT_NAMED(arg0));
  1843     public static Localizable localizableSERVLET_NO_ADDRESS_AVAILABLE(Object arg0) {
  1844         return messageFactory.getMessage("servlet.no.address.available", arg0);
  1847     /**
  1848      * No address is available for {0}
  1850      */
  1851     public static String SERVLET_NO_ADDRESS_AVAILABLE(Object arg0) {
  1852         return localizer.localize(localizableSERVLET_NO_ADDRESS_AVAILABLE(arg0));

mercurial