ohair@286: /* alanb@368: * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. ohair@286: * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. ohair@286: * ohair@286: * This code is free software; you can redistribute it and/or modify it ohair@286: * under the terms of the GNU General Public License version 2 only, as ohair@286: * published by the Free Software Foundation. Oracle designates this ohair@286: * particular file as subject to the "Classpath" exception as provided ohair@286: * by Oracle in the LICENSE file that accompanied this code. ohair@286: * ohair@286: * This code is distributed in the hope that it will be useful, but WITHOUT ohair@286: * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ohair@286: * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License ohair@286: * version 2 for more details (a copy is included in the LICENSE file that ohair@286: * accompanied this code). ohair@286: * ohair@286: * You should have received a copy of the GNU General Public License version ohair@286: * 2 along with this work; if not, write to the Free Software Foundation, ohair@286: * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. ohair@286: * ohair@286: * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA ohair@286: * or visit www.oracle.com if you need additional information or have any ohair@286: * questions. ohair@286: */ ohair@286: ohair@286: package com.sun.xml.internal.ws.resources; ohair@286: alanb@368: import com.sun.istack.internal.localization.Localizable; alanb@368: import com.sun.istack.internal.localization.LocalizableMessageFactory; alanb@368: import com.sun.istack.internal.localization.Localizer; ohair@286: ohair@286: ohair@286: /** ohair@286: * Defines string formatting method for each constant in the resource file ohair@286: * ohair@286: */ ohair@286: public final class WsservletMessages { ohair@286: ohair@286: private final static LocalizableMessageFactory messageFactory = new LocalizableMessageFactory("com.sun.xml.internal.ws.resources.wsservlet"); ohair@286: private final static Localizer localizer = new Localizer(); ohair@286: ohair@286: public static Localizable localizableERROR_WSDL_PUBLISHER_CANNOT_READ_CONFIGURATION() { ohair@286: return messageFactory.getMessage("error.wsdlPublisher.cannotReadConfiguration"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET46: cannot read configuration ohair@286: * ohair@286: */ ohair@286: public static String ERROR_WSDL_PUBLISHER_CANNOT_READ_CONFIGURATION() { ohair@286: return localizer.localize(localizableERROR_WSDL_PUBLISHER_CANNOT_READ_CONFIGURATION()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_22_DIAG_CHECK_1() { ohair@286: return messageFactory.getMessage("WSSERVLET22.diag.check.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Set endpoint with stub.setTargetEndpoint property ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_22_DIAG_CHECK_1() { ohair@286: return localizer.localize(localizableWSSERVLET_22_DIAG_CHECK_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_33_DIAG_CAUSE_2() { ohair@286: return messageFactory.getMessage("WSSERVLET33.diag.cause.2"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * 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. ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_33_DIAG_CAUSE_2() { ohair@286: return localizer.localize(localizableWSSERVLET_33_DIAG_CAUSE_2()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_33_DIAG_CAUSE_1() { ohair@286: return messageFactory.getMessage("WSSERVLET33.diag.cause.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * 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. ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_33_DIAG_CAUSE_1() { ohair@286: return localizer.localize(localizableWSSERVLET_33_DIAG_CAUSE_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableERROR_IMPLEMENTOR_REGISTRY_DUPLICATE_NAME(Object arg0) { ohair@286: return messageFactory.getMessage("error.implementorRegistry.duplicateName", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET42: duplicate port name: {0} ohair@286: * ohair@286: */ ohair@286: public static String ERROR_IMPLEMENTOR_REGISTRY_DUPLICATE_NAME(Object arg0) { ohair@286: return localizer.localize(localizableERROR_IMPLEMENTOR_REGISTRY_DUPLICATE_NAME(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableERROR_IMPLEMENTOR_REGISTRY_FILE_NOT_FOUND(Object arg0) { ohair@286: return messageFactory.getMessage("error.implementorRegistry.fileNotFound", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET45: file not found: {0} ohair@286: * ohair@286: */ ohair@286: public static String ERROR_IMPLEMENTOR_REGISTRY_FILE_NOT_FOUND(Object arg0) { ohair@286: return localizer.localize(localizableERROR_IMPLEMENTOR_REGISTRY_FILE_NOT_FOUND(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableSERVLET_TRACE_INVOKING_IMPLEMENTOR(Object arg0) { ohair@286: return messageFactory.getMessage("servlet.trace.invokingImplementor", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET21: invoking implementor: {0} ohair@286: * ohair@286: */ ohair@286: public static String SERVLET_TRACE_INVOKING_IMPLEMENTOR(Object arg0) { ohair@286: return localizer.localize(localizableSERVLET_TRACE_INVOKING_IMPLEMENTOR(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_17_DIAG_CAUSE_1() { ohair@286: return messageFactory.getMessage("WSSERVLET17.diag.cause.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Two or more endpoints with the same name where found in the jaxrpc-ri.xml runtime descriptor ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_17_DIAG_CAUSE_1() { ohair@286: return localizer.localize(localizableWSSERVLET_17_DIAG_CAUSE_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableHTML_NON_ROOT_PAGE_BODY_2() { ohair@286: return messageFactory.getMessage("html.nonRootPage.body2"); ohair@286: } ohair@286: ohair@286: /** ohair@286: *

Invalid request URI.

Please check your deployment information.

ohair@286: * ohair@286: */ ohair@286: public static String HTML_NON_ROOT_PAGE_BODY_2() { ohair@286: return localizer.localize(localizableHTML_NON_ROOT_PAGE_BODY_2()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableHTML_NON_ROOT_PAGE_BODY_1() { ohair@286: return messageFactory.getMessage("html.nonRootPage.body1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: *

A Web Service is installed at this URL.

ohair@286: * ohair@286: */ ohair@286: public static String HTML_NON_ROOT_PAGE_BODY_1() { ohair@286: return localizer.localize(localizableHTML_NON_ROOT_PAGE_BODY_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizablePUBLISHER_INFO_APPLYING_TRANSFORMATION(Object arg0) { ohair@286: return messageFactory.getMessage("publisher.info.applyingTransformation", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET31: applying transformation with actual address: {0} ohair@286: * ohair@286: */ ohair@286: public static String PUBLISHER_INFO_APPLYING_TRANSFORMATION(Object arg0) { ohair@286: return localizer.localize(localizablePUBLISHER_INFO_APPLYING_TRANSFORMATION(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_29_DIAG_CHECK_1() { ohair@286: return messageFactory.getMessage("WSSERVLET29.diag.check.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Is the port valid? Unzip the war file and make sure the tie and serializers are present ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_29_DIAG_CHECK_1() { ohair@286: return localizer.localize(localizableWSSERVLET_29_DIAG_CHECK_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableSERVLET_TRACE_GOT_REQUEST_FOR_ENDPOINT(Object arg0) { ohair@286: return messageFactory.getMessage("servlet.trace.gotRequestForEndpoint", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET19: got request for endpoint: {0} ohair@286: * ohair@286: */ ohair@286: public static String SERVLET_TRACE_GOT_REQUEST_FOR_ENDPOINT(Object arg0) { ohair@286: return localizer.localize(localizableSERVLET_TRACE_GOT_REQUEST_FOR_ENDPOINT(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableERROR_SERVLET_INIT_CONFIG_PARAMETER_MISSING(Object arg0) { ohair@286: return messageFactory.getMessage("error.servlet.init.config.parameter.missing", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET47: cannot find configuration parameter: "{0}" ohair@286: * ohair@286: */ ohair@286: public static String ERROR_SERVLET_INIT_CONFIG_PARAMETER_MISSING(Object arg0) { ohair@286: return localizer.localize(localizableERROR_SERVLET_INIT_CONFIG_PARAMETER_MISSING(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableERROR_IMPLEMENTOR_FACTORY_SERVANT_INIT_FAILED(Object arg0) { ohair@286: return messageFactory.getMessage("error.implementorFactory.servantInitFailed", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET44: failed to initialize the service implementor for port "{0}" ohair@286: * ohair@286: */ ohair@286: public static String ERROR_IMPLEMENTOR_FACTORY_SERVANT_INIT_FAILED(Object arg0) { ohair@286: return localizer.localize(localizableERROR_IMPLEMENTOR_FACTORY_SERVANT_INIT_FAILED(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_13_DIAG_CHECK_1() { ohair@286: return messageFactory.getMessage("WSSERVLET13.diag.check.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Normal web service shutdown ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_13_DIAG_CHECK_1() { ohair@286: return localizer.localize(localizableWSSERVLET_13_DIAG_CHECK_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_31_DIAG_CAUSE_1() { ohair@286: return messageFactory.getMessage("WSSERVLET31.diag.cause.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Transformation being applied ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_31_DIAG_CAUSE_1() { ohair@286: return localizer.localize(localizableWSSERVLET_31_DIAG_CAUSE_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_50_DIAG_CHECK_3() { ohair@286: return messageFactory.getMessage("WSSERVLET50.diag.check.3"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Check the server.xml file in the domain directory for failures ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_50_DIAG_CHECK_3() { ohair@286: return localizer.localize(localizableWSSERVLET_50_DIAG_CHECK_3()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableERROR_IMPLEMENTOR_FACTORY_NO_INPUT_STREAM() { ohair@286: return messageFactory.getMessage("error.implementorFactory.noInputStream"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET37: no configuration specified ohair@286: * ohair@286: */ ohair@286: public static String ERROR_IMPLEMENTOR_FACTORY_NO_INPUT_STREAM() { ohair@286: return localizer.localize(localizableERROR_IMPLEMENTOR_FACTORY_NO_INPUT_STREAM()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_24_DIAG_CAUSE_1() { ohair@286: return messageFactory.getMessage("WSSERVLET24.diag.cause.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * SOAPFault message is being returned to the client. ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_24_DIAG_CAUSE_1() { ohair@286: return localizer.localize(localizableWSSERVLET_24_DIAG_CAUSE_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_50_DIAG_CHECK_2() { ohair@286: return messageFactory.getMessage("WSSERVLET50.diag.check.2"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Verify that Application server deployment descriptors are correct in the service war file ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_50_DIAG_CHECK_2() { ohair@286: return localizer.localize(localizableWSSERVLET_50_DIAG_CHECK_2()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_50_DIAG_CHECK_1() { ohair@286: return messageFactory.getMessage("WSSERVLET50.diag.check.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Verify that sun-jaxws.xml and web.xml are correct in the service war file ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_50_DIAG_CHECK_1() { ohair@286: return localizer.localize(localizableWSSERVLET_50_DIAG_CHECK_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_43_DIAG_CHECK_1() { ohair@286: return messageFactory.getMessage("WSSERVLET43.diag.check.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Make sure web service is available and public. Examine exception for more details ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_43_DIAG_CHECK_1() { ohair@286: return localizer.localize(localizableWSSERVLET_43_DIAG_CHECK_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_15_DIAG_CAUSE_1() { ohair@286: return messageFactory.getMessage("WSSERVLET15.diag.cause.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Web Services servlet shutdown. ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_15_DIAG_CAUSE_1() { ohair@286: return localizer.localize(localizableWSSERVLET_15_DIAG_CAUSE_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_27_DIAG_CHECK_1() { ohair@286: return messageFactory.getMessage("WSSERVLET27.diag.check.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Remove the implicit URL ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_27_DIAG_CHECK_1() { ohair@286: return localizer.localize(localizableWSSERVLET_27_DIAG_CHECK_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableERROR_IMPLEMENTOR_REGISTRY_UNKNOWN_NAME(Object arg0) { ohair@286: return messageFactory.getMessage("error.implementorRegistry.unknownName", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET38: unknown port name: {0} ohair@286: * ohair@286: */ ohair@286: public static String ERROR_IMPLEMENTOR_REGISTRY_UNKNOWN_NAME(Object arg0) { ohair@286: return localizer.localize(localizableERROR_IMPLEMENTOR_REGISTRY_UNKNOWN_NAME(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableSERVLET_HTML_NOT_FOUND(Object arg0) { ohair@286: return messageFactory.getMessage("servlet.html.notFound", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: *

404 Not Found: {0}

ohair@286: * ohair@286: */ ohair@286: public static String SERVLET_HTML_NOT_FOUND(Object arg0) { ohair@286: return localizer.localize(localizableSERVLET_HTML_NOT_FOUND(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableHTML_ROOT_PAGE_TITLE() { ohair@286: return messageFactory.getMessage("html.rootPage.title"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Web Service ohair@286: * ohair@286: */ ohair@286: public static String HTML_ROOT_PAGE_TITLE() { ohair@286: return localizer.localize(localizableHTML_ROOT_PAGE_TITLE()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_20_DIAG_CHECK_1() { ohair@286: return messageFactory.getMessage("WSSERVLET20.diag.check.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Unzip the war, are the tie and serializer classes found? ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_20_DIAG_CHECK_1() { ohair@286: return localizer.localize(localizableWSSERVLET_20_DIAG_CHECK_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableJAXRPCSERVLET_11_DIAG_CAUSE_1() { ohair@286: return messageFactory.getMessage("JAXRPCSERVLET11.diag.cause.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSRuntimeInfoParser could not parse sun-jaxws.xml runtime descriptor ohair@286: * ohair@286: */ ohair@286: public static String JAXRPCSERVLET_11_DIAG_CAUSE_1() { ohair@286: return localizer.localize(localizableJAXRPCSERVLET_11_DIAG_CAUSE_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_11_DIAG_CHECK_2() { ohair@286: return messageFactory.getMessage("WSSERVLET11.diag.check.2"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Please check the jaxrpc-ri.xml file to make sure it is present in the war file ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_11_DIAG_CHECK_2() { ohair@286: return localizer.localize(localizableWSSERVLET_11_DIAG_CHECK_2()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_11_DIAG_CHECK_1() { ohair@286: return messageFactory.getMessage("WSSERVLET11.diag.check.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Please check the sun-jaxws.xml file to make sure it is correct ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_11_DIAG_CHECK_1() { ohair@286: return localizer.localize(localizableWSSERVLET_11_DIAG_CHECK_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_22_DIAG_CAUSE_1() { ohair@286: return messageFactory.getMessage("WSSERVLET22.diag.cause.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * A request was invoked with no endpoint ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_22_DIAG_CAUSE_1() { ohair@286: return localizer.localize(localizableWSSERVLET_22_DIAG_CAUSE_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_34_DIAG_CHECK_1() { ohair@286: return messageFactory.getMessage("WSSERVLET34.diag.check.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Check the log file(s) for more detailed errors/exceptions. ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_34_DIAG_CHECK_1() { ohair@286: return localizer.localize(localizableWSSERVLET_34_DIAG_CHECK_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableERROR_SERVLET_NO_IMPLEMENTOR_FOR_PORT(Object arg0) { ohair@286: return messageFactory.getMessage("error.servlet.noImplementorForPort", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET52: no implementor registered for port: {0} ohair@286: * ohair@286: */ ohair@286: public static String ERROR_SERVLET_NO_IMPLEMENTOR_FOR_PORT(Object arg0) { ohair@286: return localizer.localize(localizableERROR_SERVLET_NO_IMPLEMENTOR_FOR_PORT(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_64_DIAG_CHECK_1() { ohair@286: return messageFactory.getMessage("WSSERVLET64.diag.check.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Make sure the client request is using text/xml ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_64_DIAG_CHECK_1() { ohair@286: return localizer.localize(localizableWSSERVLET_64_DIAG_CHECK_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_18_DIAG_CHECK_1() { ohair@286: return messageFactory.getMessage("WSSERVLET18.diag.check.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * This may or may not be intentional. If not examine client program for errors. ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_18_DIAG_CHECK_1() { ohair@286: return localizer.localize(localizableWSSERVLET_18_DIAG_CHECK_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_29_DIAG_CAUSE_1() { ohair@286: return messageFactory.getMessage("WSSERVLET29.diag.cause.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * A port is specified, but a corresponding service implementation is not found ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_29_DIAG_CAUSE_1() { ohair@286: return localizer.localize(localizableWSSERVLET_29_DIAG_CAUSE_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableSERVLET_ERROR_NO_RESPONSE_MESSAGE() { ohair@286: return messageFactory.getMessage("servlet.error.noResponseMessage"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET23: no response message ohair@286: * ohair@286: */ ohair@286: public static String SERVLET_ERROR_NO_RESPONSE_MESSAGE() { ohair@286: return localizer.localize(localizableSERVLET_ERROR_NO_RESPONSE_MESSAGE()); ohair@286: } ohair@286: mkos@408: public static Localizable localizableMESSAGE_TOO_LONG(Object arg0) { mkos@408: return messageFactory.getMessage("message.too.long", arg0); mkos@408: } mkos@408: mkos@408: /** mkos@408: * mkos@408: * Message has been truncated mkos@408: * use {0} property to increase the amount of printed part of the message mkos@408: * mkos@408: */ mkos@408: public static String MESSAGE_TOO_LONG(Object arg0) { mkos@408: return localizer.localize(localizableMESSAGE_TOO_LONG(arg0)); mkos@408: } mkos@408: ohair@286: public static Localizable localizableLISTENER_INFO_INITIALIZE() { ohair@286: return messageFactory.getMessage("listener.info.initialize"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET12: JAX-WS context listener initializing ohair@286: * ohair@286: */ ohair@286: public static String LISTENER_INFO_INITIALIZE() { ohair@286: return localizer.localize(localizableLISTENER_INFO_INITIALIZE()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableSERVLET_HTML_NO_INFO_AVAILABLE() { ohair@286: return messageFactory.getMessage("servlet.html.noInfoAvailable"); ohair@286: } ohair@286: ohair@286: /** ohair@286: *

No JAX-WS context information available.

ohair@286: * ohair@286: */ ohair@286: public static String SERVLET_HTML_NO_INFO_AVAILABLE() { ohair@286: return localizer.localize(localizableSERVLET_HTML_NO_INFO_AVAILABLE()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableSERVLET_HTML_INFORMATION_TABLE(Object arg0, Object arg1) { ohair@286: return messageFactory.getMessage("servlet.html.information.table", arg0, arg1); ohair@286: } ohair@286: ohair@286: /** ohair@286: *
Address:{0}
WSDL:{0}?wsdl
Implementation class:{1}
ohair@286: * ohair@286: */ ohair@286: public static String SERVLET_HTML_INFORMATION_TABLE(Object arg0, Object arg1) { ohair@286: return localizer.localize(localizableSERVLET_HTML_INFORMATION_TABLE(arg0, arg1)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableSERVLET_TRACE_WRITING_FAULT_RESPONSE() { ohair@286: return messageFactory.getMessage("servlet.trace.writingFaultResponse"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET24: writing fault response ohair@286: * ohair@286: */ ohair@286: public static String SERVLET_TRACE_WRITING_FAULT_RESPONSE() { ohair@286: return localizer.localize(localizableSERVLET_TRACE_WRITING_FAULT_RESPONSE()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableSERVLET_ERROR_NO_IMPLEMENTOR_FOR_ENDPOINT(Object arg0) { ohair@286: return messageFactory.getMessage("servlet.error.noImplementorForEndpoint", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET20: no implementor for endpoint: {0} ohair@286: * ohair@286: */ ohair@286: public static String SERVLET_ERROR_NO_IMPLEMENTOR_FOR_ENDPOINT(Object arg0) { ohair@286: return localizer.localize(localizableSERVLET_ERROR_NO_IMPLEMENTOR_FOR_ENDPOINT(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_13_DIAG_CAUSE_1() { ohair@286: return messageFactory.getMessage("WSSERVLET13.diag.cause.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Context listener shutdown ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_13_DIAG_CAUSE_1() { ohair@286: return localizer.localize(localizableWSSERVLET_13_DIAG_CAUSE_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_50_DIAG_CAUSE_3() { ohair@286: return messageFactory.getMessage("WSSERVLET50.diag.cause.3"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * There may some Application Server initialization problems ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_50_DIAG_CAUSE_3() { ohair@286: return localizer.localize(localizableWSSERVLET_50_DIAG_CAUSE_3()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_32_DIAG_CHECK_1() { ohair@286: return messageFactory.getMessage("WSSERVLET32.diag.check.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Normal Operation. ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_32_DIAG_CHECK_1() { ohair@286: return localizer.localize(localizableWSSERVLET_32_DIAG_CHECK_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_50_DIAG_CAUSE_2() { ohair@286: return messageFactory.getMessage("WSSERVLET50.diag.cause.2"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Application server deployment descriptors may be incorrect ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_50_DIAG_CAUSE_2() { ohair@286: return localizer.localize(localizableWSSERVLET_50_DIAG_CAUSE_2()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_50_DIAG_CAUSE_1() { ohair@286: return messageFactory.getMessage("WSSERVLET50.diag.cause.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WS runtime sun-jaxws.xml or web.xml may be incorrect ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_50_DIAG_CAUSE_1() { ohair@286: return localizer.localize(localizableWSSERVLET_50_DIAG_CAUSE_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_25_DIAG_CHECK_1() { ohair@286: return messageFactory.getMessage("WSSERVLET25.diag.check.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Tracing message, normal response. ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_25_DIAG_CHECK_1() { ohair@286: return localizer.localize(localizableWSSERVLET_25_DIAG_CHECK_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_43_DIAG_CAUSE_1() { ohair@286: return messageFactory.getMessage("WSSERVLET43.diag.cause.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Instantiation of the web service failed. ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_43_DIAG_CAUSE_1() { ohair@286: return localizer.localize(localizableWSSERVLET_43_DIAG_CAUSE_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_27_DIAG_CAUSE_1() { ohair@286: return messageFactory.getMessage("WSSERVLET27.diag.cause.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Implicit URLS are not supported in this release ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_27_DIAG_CAUSE_1() { ohair@286: return localizer.localize(localizableWSSERVLET_27_DIAG_CAUSE_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableERROR_SERVLET_CAUGHT_THROWABLE_IN_INIT(Object arg0) { ohair@286: return messageFactory.getMessage("error.servlet.caughtThrowableInInit", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET50: caught throwable during servlet initialization: {0} ohair@286: * ohair@286: */ ohair@286: public static String ERROR_SERVLET_CAUGHT_THROWABLE_IN_INIT(Object arg0) { ohair@286: return localizer.localize(localizableERROR_SERVLET_CAUGHT_THROWABLE_IN_INIT(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableSERVLET_HTML_ENDPOINT_TABLE(Object arg0, Object arg1) { ohair@286: return messageFactory.getMessage("servlet.html.endpoint.table", arg0, arg1); ohair@286: } ohair@286: ohair@286: /** ohair@286: *
Service Name:{0}
Port Name:{1}
ohair@286: * ohair@286: */ ohair@286: public static String SERVLET_HTML_ENDPOINT_TABLE(Object arg0, Object arg1) { ohair@286: return localizer.localize(localizableSERVLET_HTML_ENDPOINT_TABLE(arg0, arg1)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableERROR_SERVLET_CAUGHT_THROWABLE_WHILE_RECOVERING(Object arg0) { ohair@286: return messageFactory.getMessage("error.servlet.caughtThrowableWhileRecovering", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET51: caught throwable while recovering from a previous exception: {0} ohair@286: * ohair@286: */ ohair@286: public static String ERROR_SERVLET_CAUGHT_THROWABLE_WHILE_RECOVERING(Object arg0) { ohair@286: return localizer.localize(localizableERROR_SERVLET_CAUGHT_THROWABLE_WHILE_RECOVERING(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableNO_SUNJAXWS_XML(Object arg0) { ohair@286: return messageFactory.getMessage("no.sunjaxws.xml", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Runtime descriptor "{0}" is missing ohair@286: * ohair@286: */ ohair@286: public static String NO_SUNJAXWS_XML(Object arg0) { ohair@286: return localizer.localize(localizableNO_SUNJAXWS_XML(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableSERVLET_HTML_TITLE_2() { ohair@286: return messageFactory.getMessage("servlet.html.title2"); ohair@286: } ohair@286: ohair@286: /** ohair@286: *

Web Services

ohair@286: * ohair@286: */ ohair@286: public static String SERVLET_HTML_TITLE_2() { ohair@286: return localizer.localize(localizableSERVLET_HTML_TITLE_2()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableLISTENER_INFO_DESTROY() { ohair@286: return messageFactory.getMessage("listener.info.destroy"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET13: JAX-WS context listener destroyed ohair@286: * ohair@286: */ ohair@286: public static String LISTENER_INFO_DESTROY() { ohair@286: return localizer.localize(localizableLISTENER_INFO_DESTROY()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableEXCEPTION_TEMPLATE_CREATION_FAILED() { ohair@286: return messageFactory.getMessage("exception.templateCreationFailed"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET35: failed to create a template object ohair@286: * ohair@286: */ ohair@286: public static String EXCEPTION_TEMPLATE_CREATION_FAILED() { ohair@286: return localizer.localize(localizableEXCEPTION_TEMPLATE_CREATION_FAILED()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_20_DIAG_CAUSE_1() { ohair@286: return messageFactory.getMessage("WSSERVLET20.diag.cause.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Implementation for this service can not be found ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_20_DIAG_CAUSE_1() { ohair@286: return localizer.localize(localizableWSSERVLET_20_DIAG_CAUSE_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableTRACE_SERVLET_WRITING_FAULT_RESPONSE() { ohair@286: return messageFactory.getMessage("trace.servlet.writingFaultResponse"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET61: writing fault response ohair@286: * ohair@286: */ ohair@286: public static String TRACE_SERVLET_WRITING_FAULT_RESPONSE() { ohair@286: return localizer.localize(localizableTRACE_SERVLET_WRITING_FAULT_RESPONSE()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_23_DIAG_CHECK_2() { ohair@286: return messageFactory.getMessage("WSSERVLET23.diag.check.2"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * The request may be malformed and be accepted by the service, yet did not generate a response ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_23_DIAG_CHECK_2() { ohair@286: return localizer.localize(localizableWSSERVLET_23_DIAG_CHECK_2()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_23_DIAG_CHECK_1() { ohair@286: return messageFactory.getMessage("WSSERVLET23.diag.check.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * If a response was expected, check that a request message was actually sent ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_23_DIAG_CHECK_1() { ohair@286: return localizer.localize(localizableWSSERVLET_23_DIAG_CHECK_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableSERVLET_WARNING_MISSING_CONTEXT_INFORMATION() { ohair@286: return messageFactory.getMessage("servlet.warning.missingContextInformation"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET16: missing context information ohair@286: * ohair@286: */ ohair@286: public static String SERVLET_WARNING_MISSING_CONTEXT_INFORMATION() { ohair@286: return localizer.localize(localizableSERVLET_WARNING_MISSING_CONTEXT_INFORMATION()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_16_DIAG_CHECK_1() { ohair@286: return messageFactory.getMessage("WSSERVLET16.diag.check.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Unjar the service war file; check to see that the jaxrpc-ri-runtime.xml file is present ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_16_DIAG_CHECK_1() { ohair@286: return localizer.localize(localizableWSSERVLET_16_DIAG_CHECK_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_34_DIAG_CAUSE_1() { ohair@286: return messageFactory.getMessage("WSSERVLET34.diag.cause.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * The location patching on the wsdl failed when attempting to transform. ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_34_DIAG_CAUSE_1() { ohair@286: return localizer.localize(localizableWSSERVLET_34_DIAG_CAUSE_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableHTML_NON_ROOT_PAGE_TITLE() { ohair@286: return messageFactory.getMessage("html.nonRootPage.title"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Web Service ohair@286: * ohair@286: */ ohair@286: public static String HTML_NON_ROOT_PAGE_TITLE() { ohair@286: return localizer.localize(localizableHTML_NON_ROOT_PAGE_TITLE()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableSERVLET_HTML_COLUMN_HEADER_INFORMATION() { ohair@286: return messageFactory.getMessage("servlet.html.columnHeader.information"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Information ohair@286: * ohair@286: */ ohair@286: public static String SERVLET_HTML_COLUMN_HEADER_INFORMATION() { ohair@286: return localizer.localize(localizableSERVLET_HTML_COLUMN_HEADER_INFORMATION()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_18_DIAG_CAUSE_1() { ohair@286: return messageFactory.getMessage("WSSERVLET18.diag.cause.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Message sent by client is empty ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_18_DIAG_CAUSE_1() { ohair@286: return localizer.localize(localizableWSSERVLET_18_DIAG_CAUSE_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_64_DIAG_CAUSE_1() { ohair@286: return messageFactory.getMessage("WSSERVLET64.diag.cause.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Web service requests must be a content type text/xml: WSI BP 1.0 ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_64_DIAG_CAUSE_1() { ohair@286: return localizer.localize(localizableWSSERVLET_64_DIAG_CAUSE_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableINFO_SERVLET_INITIALIZING() { ohair@286: return messageFactory.getMessage("info.servlet.initializing"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET56: JAX-WS servlet: init ohair@286: * ohair@286: */ ohair@286: public static String INFO_SERVLET_INITIALIZING() { ohair@286: return localizer.localize(localizableINFO_SERVLET_INITIALIZING()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableSERVLET_INFO_EMPTY_REQUEST_MESSAGE() { ohair@286: return messageFactory.getMessage("servlet.info.emptyRequestMessage"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET18: got empty request message ohair@286: * ohair@286: */ ohair@286: public static String SERVLET_INFO_EMPTY_REQUEST_MESSAGE() { ohair@286: return localizer.localize(localizableSERVLET_INFO_EMPTY_REQUEST_MESSAGE()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableSERVLET_ERROR_NO_ENDPOINT_SPECIFIED() { ohair@286: return messageFactory.getMessage("servlet.error.noEndpointSpecified"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET22: no endpoint specified ohair@286: * ohair@286: */ ohair@286: public static String SERVLET_ERROR_NO_ENDPOINT_SPECIFIED() { ohair@286: return localizer.localize(localizableSERVLET_ERROR_NO_ENDPOINT_SPECIFIED()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_11_DIAG_CAUSE_2() { ohair@286: return messageFactory.getMessage("WSSERVLET11.diag.cause.2"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * The sun-jaxws.xml runtime deployment descriptor may be missing ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_11_DIAG_CAUSE_2() { ohair@286: return localizer.localize(localizableWSSERVLET_11_DIAG_CAUSE_2()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_30_DIAG_CHECK_1() { ohair@286: return messageFactory.getMessage("WSSERVLET30.diag.check.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * This could be due to a number of causes. Check the server log file for exceptions. ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_30_DIAG_CHECK_1() { ohair@286: return localizer.localize(localizableWSSERVLET_30_DIAG_CHECK_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableEXCEPTION_CANNOT_CREATE_TRANSFORMER() { ohair@286: return messageFactory.getMessage("exception.cannotCreateTransformer"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET33: cannot create transformer ohair@286: * ohair@286: */ ohair@286: public static String EXCEPTION_CANNOT_CREATE_TRANSFORMER() { ohair@286: return localizer.localize(localizableEXCEPTION_CANNOT_CREATE_TRANSFORMER()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableSERVLET_FAULTSTRING_INVALID_SOAP_ACTION() { ohair@286: return messageFactory.getMessage("servlet.faultstring.invalidSOAPAction"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET65: Invalid Header SOAPAction required ohair@286: * ohair@286: */ ohair@286: public static String SERVLET_FAULTSTRING_INVALID_SOAP_ACTION() { ohair@286: return localizer.localize(localizableSERVLET_FAULTSTRING_INVALID_SOAP_ACTION()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_14_DIAG_CHECK_1() { ohair@286: return messageFactory.getMessage("WSSERVLET14.diag.check.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Normal Web Service deployment. Deployment of service complete. ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_14_DIAG_CHECK_1() { ohair@286: return localizer.localize(localizableWSSERVLET_14_DIAG_CHECK_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_32_DIAG_CAUSE_1() { ohair@286: return messageFactory.getMessage("WSSERVLET32.diag.cause.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSDL being generated ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_32_DIAG_CAUSE_1() { ohair@286: return localizer.localize(localizableWSSERVLET_32_DIAG_CAUSE_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_25_DIAG_CAUSE_1() { ohair@286: return messageFactory.getMessage("WSSERVLET25.diag.cause.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * SOAPMessage response is being returned to client ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_25_DIAG_CAUSE_1() { ohair@286: return localizer.localize(localizableWSSERVLET_25_DIAG_CAUSE_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_44_DIAG_CHECK_1() { ohair@286: return messageFactory.getMessage("WSSERVLET44.diag.check.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Check the exception for more details. Make sure all the configuration files are correct. ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_44_DIAG_CHECK_1() { ohair@286: return localizer.localize(localizableWSSERVLET_44_DIAG_CHECK_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_28_DIAG_CHECK_1() { ohair@286: return messageFactory.getMessage("WSSERVLET28.diag.check.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Set target endpoint with stub.setTargetEndpoint() property. ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_28_DIAG_CHECK_1() { ohair@286: return localizer.localize(localizableWSSERVLET_28_DIAG_CHECK_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableSERVLET_INFO_INITIALIZE() { ohair@286: return messageFactory.getMessage("servlet.info.initialize"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET14: JAX-WS servlet initializing ohair@286: * ohair@286: */ ohair@286: public static String SERVLET_INFO_INITIALIZE() { ohair@286: return localizer.localize(localizableSERVLET_INFO_INITIALIZE()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableERROR_SERVLET_INIT_CONFIG_FILE_NOT_FOUND(Object arg0) { ohair@286: return messageFactory.getMessage("error.servlet.init.config.fileNotFound", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET48: config file: "{0}" not found ohair@286: * ohair@286: */ ohair@286: public static String ERROR_SERVLET_INIT_CONFIG_FILE_NOT_FOUND(Object arg0) { ohair@286: return localizer.localize(localizableERROR_SERVLET_INIT_CONFIG_FILE_NOT_FOUND(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableHTML_WSDL_PAGE_TITLE() { ohair@286: return messageFactory.getMessage("html.wsdlPage.title"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Web Service ohair@286: * ohair@286: */ ohair@286: public static String HTML_WSDL_PAGE_TITLE() { ohair@286: return localizer.localize(localizableHTML_WSDL_PAGE_TITLE()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableSERVLET_HTML_COLUMN_HEADER_PORT_NAME() { ohair@286: return messageFactory.getMessage("servlet.html.columnHeader.portName"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Endpoint ohair@286: * ohair@286: */ ohair@286: public static String SERVLET_HTML_COLUMN_HEADER_PORT_NAME() { ohair@286: return localizer.localize(localizableSERVLET_HTML_COLUMN_HEADER_PORT_NAME()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableHTML_ROOT_PAGE_BODY_2_B() { ohair@286: return messageFactory.getMessage("html.rootPage.body2b"); ohair@286: } ohair@286: ohair@286: /** ohair@286: *

ohair@286: * ohair@286: */ ohair@286: public static String HTML_ROOT_PAGE_BODY_2_B() { ohair@286: return localizer.localize(localizableHTML_ROOT_PAGE_BODY_2_B()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableHTML_ROOT_PAGE_BODY_2_A() { ohair@286: return messageFactory.getMessage("html.rootPage.body2a"); ohair@286: } ohair@286: ohair@286: /** ohair@286: *

It supports the following ports: ohair@286: * ohair@286: */ ohair@286: public static String HTML_ROOT_PAGE_BODY_2_A() { ohair@286: return localizer.localize(localizableHTML_ROOT_PAGE_BODY_2_A()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_21_DIAG_CHECK_1() { ohair@286: return messageFactory.getMessage("WSSERVLET21.diag.check.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Normal web service invocation. ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_21_DIAG_CHECK_1() { ohair@286: return localizer.localize(localizableWSSERVLET_21_DIAG_CHECK_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableERROR_SERVLET_NO_PORT_SPECIFIED() { ohair@286: return messageFactory.getMessage("error.servlet.noPortSpecified"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET53: no port specified in HTTP POST request URL ohair@286: * ohair@286: */ ohair@286: public static String ERROR_SERVLET_NO_PORT_SPECIFIED() { ohair@286: return localizer.localize(localizableERROR_SERVLET_NO_PORT_SPECIFIED()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableINFO_SERVLET_GOT_EMPTY_REQUEST_MESSAGE() { ohair@286: return messageFactory.getMessage("info.servlet.gotEmptyRequestMessage"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET55: got empty request message ohair@286: * ohair@286: */ ohair@286: public static String INFO_SERVLET_GOT_EMPTY_REQUEST_MESSAGE() { ohair@286: return localizer.localize(localizableINFO_SERVLET_GOT_EMPTY_REQUEST_MESSAGE()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_51_DIAG_CHECK_1() { ohair@286: return messageFactory.getMessage("WSSERVLET51.diag.check.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Check the server.xml log file for exception information ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_51_DIAG_CHECK_1() { ohair@286: return localizer.localize(localizableWSSERVLET_51_DIAG_CHECK_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_23_DIAG_CAUSE_1() { ohair@286: return messageFactory.getMessage("WSSERVLET23.diag.cause.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * The request generated no response from the service ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_23_DIAG_CAUSE_1() { ohair@286: return localizer.localize(localizableWSSERVLET_23_DIAG_CAUSE_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_16_DIAG_CAUSE_1() { ohair@286: return messageFactory.getMessage("WSSERVLET16.diag.cause.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * The jaxrpc-ri.xml file may be missing from the war file ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_16_DIAG_CAUSE_1() { ohair@286: return localizer.localize(localizableWSSERVLET_16_DIAG_CAUSE_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_35_DIAG_CHECK_1() { ohair@286: return messageFactory.getMessage("WSSERVLET35.diag.check.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * An exception was thrown during creation of the template. View exception and stacktrace for more details. ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_35_DIAG_CHECK_1() { ohair@286: return localizer.localize(localizableWSSERVLET_35_DIAG_CHECK_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_65_DIAG_CHECK_1() { ohair@286: return messageFactory.getMessage("WSSERVLET65.diag.check.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Add SOAPAction and appropriate value ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_65_DIAG_CHECK_1() { ohair@286: return localizer.localize(localizableWSSERVLET_65_DIAG_CHECK_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableTRACE_SERVLET_HANDING_REQUEST_OVER_TO_IMPLEMENTOR(Object arg0) { ohair@286: return messageFactory.getMessage("trace.servlet.handingRequestOverToImplementor", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET59: handing request over to implementor: {0} ohair@286: * ohair@286: */ ohair@286: public static String TRACE_SERVLET_HANDING_REQUEST_OVER_TO_IMPLEMENTOR(Object arg0) { ohair@286: return localizer.localize(localizableTRACE_SERVLET_HANDING_REQUEST_OVER_TO_IMPLEMENTOR(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_19_DIAG_CHECK_1() { ohair@286: return messageFactory.getMessage("WSSERVLET19.diag.check.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Informational message only. Normal operation. ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_19_DIAG_CHECK_1() { ohair@286: return localizer.localize(localizableWSSERVLET_19_DIAG_CHECK_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizablePUBLISHER_INFO_GENERATING_WSDL(Object arg0) { ohair@286: return messageFactory.getMessage("publisher.info.generatingWSDL", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET32: generating WSDL for endpoint: {0} ohair@286: * ohair@286: */ ohair@286: public static String PUBLISHER_INFO_GENERATING_WSDL(Object arg0) { ohair@286: return localizer.localize(localizablePUBLISHER_INFO_GENERATING_WSDL(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableSERVLET_WARNING_DUPLICATE_ENDPOINT_URL_PATTERN(Object arg0) { ohair@286: return messageFactory.getMessage("servlet.warning.duplicateEndpointUrlPattern", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET26: duplicate URL pattern in endpoint: {0} ohair@286: * ohair@286: */ ohair@286: public static String SERVLET_WARNING_DUPLICATE_ENDPOINT_URL_PATTERN(Object arg0) { ohair@286: return localizer.localize(localizableSERVLET_WARNING_DUPLICATE_ENDPOINT_URL_PATTERN(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_49_DIAG_CHECK_1() { ohair@286: return messageFactory.getMessage("WSSERVLET49.diag.check.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Check the server.xml log file for exception information ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_49_DIAG_CHECK_1() { ohair@286: return localizer.localize(localizableWSSERVLET_49_DIAG_CHECK_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableERROR_IMPLEMENTOR_REGISTRY_CANNOT_READ_CONFIGURATION() { ohair@286: return messageFactory.getMessage("error.implementorRegistry.cannotReadConfiguration"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET39: cannot read configuration ohair@286: * ohair@286: */ ohair@286: public static String ERROR_IMPLEMENTOR_REGISTRY_CANNOT_READ_CONFIGURATION() { ohair@286: return localizer.localize(localizableERROR_IMPLEMENTOR_REGISTRY_CANNOT_READ_CONFIGURATION()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableTRACE_SERVLET_GOT_RESPONSE_FROM_IMPLEMENTOR(Object arg0) { ohair@286: return messageFactory.getMessage("trace.servlet.gotResponseFromImplementor", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET60: got response from implementor: {0} ohair@286: * ohair@286: */ ohair@286: public static String TRACE_SERVLET_GOT_RESPONSE_FROM_IMPLEMENTOR(Object arg0) { ohair@286: return localizer.localize(localizableTRACE_SERVLET_GOT_RESPONSE_FROM_IMPLEMENTOR(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableERROR_IMPLEMENTOR_REGISTRY_INCOMPLETE_INFORMATION() { ohair@286: return messageFactory.getMessage("error.implementorRegistry.incompleteInformation"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET41: configuration information is incomplete ohair@286: * ohair@286: */ ohair@286: public static String ERROR_IMPLEMENTOR_REGISTRY_INCOMPLETE_INFORMATION() { ohair@286: return localizer.localize(localizableERROR_IMPLEMENTOR_REGISTRY_INCOMPLETE_INFORMATION()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_12_DIAG_CHECK_1() { ohair@286: return messageFactory.getMessage("WSSERVLET12.diag.check.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Normal web service startup ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_12_DIAG_CHECK_1() { ohair@286: return localizer.localize(localizableWSSERVLET_12_DIAG_CHECK_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_30_DIAG_CAUSE_1() { ohair@286: return messageFactory.getMessage("WSSERVLET30.diag.cause.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * There was a server error processing the request ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_30_DIAG_CAUSE_1() { ohair@286: return localizer.localize(localizableWSSERVLET_30_DIAG_CAUSE_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableHTML_WSDL_PAGE_NO_WSDL() { ohair@286: return messageFactory.getMessage("html.wsdlPage.noWsdl"); ohair@286: } ohair@286: ohair@286: /** ohair@286: *

No WSDL document available for publishing.

Please check your deployment information.

ohair@286: * ohair@286: */ ohair@286: public static String HTML_WSDL_PAGE_NO_WSDL() { ohair@286: return localizer.localize(localizableHTML_WSDL_PAGE_NO_WSDL()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_14_DIAG_CAUSE_1() { ohair@286: return messageFactory.getMessage("WSSERVLET14.diag.cause.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Web Services servlet starting up. ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_14_DIAG_CAUSE_1() { ohair@286: return localizer.localize(localizableWSSERVLET_14_DIAG_CAUSE_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableINFO_SERVLET_DESTROYING() { ohair@286: return messageFactory.getMessage("info.servlet.destroying"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET57: JAX-WS servlet: destroy ohair@286: * ohair@286: */ ohair@286: public static String INFO_SERVLET_DESTROYING() { ohair@286: return localizer.localize(localizableINFO_SERVLET_DESTROYING()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableERROR_SERVLET_NO_RESPONSE_WAS_PRODUCED() { ohair@286: return messageFactory.getMessage("error.servlet.noResponseWasProduced"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET54: no response was produced (internal error) ohair@286: * ohair@286: */ ohair@286: public static String ERROR_SERVLET_NO_RESPONSE_WAS_PRODUCED() { ohair@286: return localizer.localize(localizableERROR_SERVLET_NO_RESPONSE_WAS_PRODUCED()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_26_DIAG_CHECK_1() { ohair@286: return messageFactory.getMessage("WSSERVLET26.diag.check.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * This may cause a problem, please remove duplicate endpoints ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_26_DIAG_CHECK_1() { ohair@286: return localizer.localize(localizableWSSERVLET_26_DIAG_CHECK_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableSERVLET_HTML_TITLE() { ohair@286: return messageFactory.getMessage("servlet.html.title"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Web Services ohair@286: * ohair@286: */ ohair@286: public static String SERVLET_HTML_TITLE() { ohair@286: return localizer.localize(localizableSERVLET_HTML_TITLE()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_44_DIAG_CAUSE_1() { ohair@286: return messageFactory.getMessage("WSSERVLET44.diag.cause.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * The web service was instantiated, however, it could not be initialized ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_44_DIAG_CAUSE_1() { ohair@286: return localizer.localize(localizableWSSERVLET_44_DIAG_CAUSE_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_63_DIAG_CHECK_1() { ohair@286: return messageFactory.getMessage("WSSERVLET63.diag.check.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Make sure that your HTTP client is using POST requests, not GET requests ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_63_DIAG_CHECK_1() { ohair@286: return localizer.localize(localizableWSSERVLET_63_DIAG_CHECK_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_28_DIAG_CAUSE_1() { ohair@286: return messageFactory.getMessage("WSSERVLET28.diag.cause.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Target endpoint is null ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_28_DIAG_CAUSE_1() { ohair@286: return localizer.localize(localizableWSSERVLET_28_DIAG_CAUSE_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableERROR_IMPLEMENTOR_FACTORY_NO_CONFIGURATION() { ohair@286: return messageFactory.getMessage("error.implementorFactory.noConfiguration"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET36: no configuration specified ohair@286: * ohair@286: */ ohair@286: public static String ERROR_IMPLEMENTOR_FACTORY_NO_CONFIGURATION() { ohair@286: return localizer.localize(localizableERROR_IMPLEMENTOR_FACTORY_NO_CONFIGURATION()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableHTML_ROOT_PAGE_BODY_4() { ohair@286: return messageFactory.getMessage("html.rootPage.body4"); ohair@286: } ohair@286: ohair@286: /** ohair@286: *

This endpoint is incorrectly configured. Please check the location and contents of the configuration file.

ohair@286: * ohair@286: */ ohair@286: public static String HTML_ROOT_PAGE_BODY_4() { ohair@286: return localizer.localize(localizableHTML_ROOT_PAGE_BODY_4()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableHTML_ROOT_PAGE_BODY_1() { ohair@286: return messageFactory.getMessage("html.rootPage.body1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: *

A Web Service is installed at this URL.

ohair@286: * ohair@286: */ ohair@286: public static String HTML_ROOT_PAGE_BODY_1() { ohair@286: return localizer.localize(localizableHTML_ROOT_PAGE_BODY_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableEXCEPTION_TRANSFORMATION_FAILED(Object arg0) { ohair@286: return messageFactory.getMessage("exception.transformationFailed", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET34: transformation failed : {0} ohair@286: * ohair@286: */ ohair@286: public static String EXCEPTION_TRANSFORMATION_FAILED(Object arg0) { ohair@286: return localizer.localize(localizableEXCEPTION_TRANSFORMATION_FAILED(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableSERVLET_HTML_METHOD() { ohair@286: return messageFactory.getMessage("servlet.html.method"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET63: must use Post for this type of request ohair@286: * ohair@286: */ ohair@286: public static String SERVLET_HTML_METHOD() { ohair@286: return localizer.localize(localizableSERVLET_HTML_METHOD()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableSERVLET_FAULTSTRING_MISSING_PORT() { ohair@286: return messageFactory.getMessage("servlet.faultstring.missingPort"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET28: Missing port information ohair@286: * ohair@286: */ ohair@286: public static String SERVLET_FAULTSTRING_MISSING_PORT() { ohair@286: return localizer.localize(localizableSERVLET_FAULTSTRING_MISSING_PORT()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_21_DIAG_CAUSE_1() { ohair@286: return messageFactory.getMessage("WSSERVLET21.diag.cause.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * The Web service is being invoked ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_21_DIAG_CAUSE_1() { ohair@286: return localizer.localize(localizableWSSERVLET_21_DIAG_CAUSE_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableSERVLET_TRACE_WRITING_SUCCESS_RESPONSE() { ohair@286: return messageFactory.getMessage("servlet.trace.writingSuccessResponse"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET25: writing success response ohair@286: * ohair@286: */ ohair@286: public static String SERVLET_TRACE_WRITING_SUCCESS_RESPONSE() { ohair@286: return localizer.localize(localizableSERVLET_TRACE_WRITING_SUCCESS_RESPONSE()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_33_DIAG_CHECK_2() { ohair@286: return messageFactory.getMessage("WSSERVLET33.diag.check.2"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * There maybe a transformation engine may not be supported or compatible. Check the server.xml file for exceptions. ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_33_DIAG_CHECK_2() { ohair@286: return localizer.localize(localizableWSSERVLET_33_DIAG_CHECK_2()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_33_DIAG_CHECK_1() { ohair@286: return messageFactory.getMessage("WSSERVLET33.diag.check.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * There maybe a transformation engine being used that is not compatible. Make sure you are using the correct transformer and version. ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_33_DIAG_CHECK_1() { ohair@286: return localizer.localize(localizableWSSERVLET_33_DIAG_CHECK_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_51_DIAG_CAUSE_1() { ohair@286: return messageFactory.getMessage("WSSERVLET51.diag.cause.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Service processing of the request generated an exception; while attempting to return a SOAPPFaultMessage a throwable was again generated ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_51_DIAG_CAUSE_1() { ohair@286: return localizer.localize(localizableWSSERVLET_51_DIAG_CAUSE_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_24_DIAG_CHECK_1() { ohair@286: return messageFactory.getMessage("WSSERVLET24.diag.check.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Tracing message fault recorded. ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_24_DIAG_CHECK_1() { ohair@286: return localizer.localize(localizableWSSERVLET_24_DIAG_CHECK_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_17_DIAG_CHECK_1() { ohair@286: return messageFactory.getMessage("WSSERVLET17.diag.check.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Note that this may cause problems with service deployment ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_17_DIAG_CHECK_1() { ohair@286: return localizer.localize(localizableWSSERVLET_17_DIAG_CHECK_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_35_DIAG_CAUSE_1() { ohair@286: return messageFactory.getMessage("WSSERVLET35.diag.cause.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * A XSLT stylesheet template is create for the wsdl location patching using transformation. Template create failed. ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_35_DIAG_CAUSE_1() { ohair@286: return localizer.localize(localizableWSSERVLET_35_DIAG_CAUSE_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_19_DIAG_CAUSE_1() { ohair@286: return messageFactory.getMessage("WSSERVLET19.diag.cause.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Client request for this endpoint arrived ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_19_DIAG_CAUSE_1() { ohair@286: return localizer.localize(localizableWSSERVLET_19_DIAG_CAUSE_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_65_DIAG_CAUSE_1() { ohair@286: return messageFactory.getMessage("WSSERVLET65.diag.cause.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * SOAP Action is required ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_65_DIAG_CAUSE_1() { ohair@286: return localizer.localize(localizableWSSERVLET_65_DIAG_CAUSE_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableLISTENER_PARSING_FAILED(Object arg0) { ohair@286: return messageFactory.getMessage("listener.parsingFailed", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET11: failed to parse runtime descriptor: {0} ohair@286: * ohair@286: */ ohair@286: public static String LISTENER_PARSING_FAILED(Object arg0) { ohair@286: return localizer.localize(localizableLISTENER_PARSING_FAILED(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableSERVLET_WARNING_IGNORING_IMPLICIT_URL_PATTERN(Object arg0) { ohair@286: return messageFactory.getMessage("servlet.warning.ignoringImplicitUrlPattern", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET27: unsupported implicit URL pattern in endpoint: {0} ohair@286: * ohair@286: */ ohair@286: public static String SERVLET_WARNING_IGNORING_IMPLICIT_URL_PATTERN(Object arg0) { ohair@286: return localizer.localize(localizableSERVLET_WARNING_IGNORING_IMPLICIT_URL_PATTERN(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_49_DIAG_CAUSE_1() { ohair@286: return messageFactory.getMessage("WSSERVLET49.diag.cause.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Service processing of the request generated an exception; while attempting to return a SOAPFaultMessage a throwable was again generated ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_49_DIAG_CAUSE_1() { ohair@286: return localizer.localize(localizableWSSERVLET_49_DIAG_CAUSE_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableERROR_IMPLEMENTOR_FACTORY_NEW_INSTANCE_FAILED(Object arg0) { ohair@286: return messageFactory.getMessage("error.implementorFactory.newInstanceFailed", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET43: failed to instantiate service implementor for port "{0}" ohair@286: * ohair@286: */ ohair@286: public static String ERROR_IMPLEMENTOR_FACTORY_NEW_INSTANCE_FAILED(Object arg0) { ohair@286: return localizer.localize(localizableERROR_IMPLEMENTOR_FACTORY_NEW_INSTANCE_FAILED(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_12_DIAG_CAUSE_1() { ohair@286: return messageFactory.getMessage("WSSERVLET12.diag.cause.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Context listener starting ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_12_DIAG_CAUSE_1() { ohair@286: return localizer.localize(localizableWSSERVLET_12_DIAG_CAUSE_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_31_DIAG_CHECK_1() { ohair@286: return messageFactory.getMessage("WSSERVLET31.diag.check.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Normal operation ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_31_DIAG_CHECK_1() { ohair@286: return localizer.localize(localizableWSSERVLET_31_DIAG_CHECK_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableSERVLET_FAULTSTRING_INVALID_CONTENT_TYPE() { ohair@286: return messageFactory.getMessage("servlet.faultstring.invalidContentType"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET64: Invalid Content-Type, text/xml required ohair@286: * ohair@286: */ ohair@286: public static String SERVLET_FAULTSTRING_INVALID_CONTENT_TYPE() { ohair@286: return localizer.localize(localizableSERVLET_FAULTSTRING_INVALID_CONTENT_TYPE()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableERROR_SERVLET_CAUGHT_THROWABLE(Object arg0) { ohair@286: return messageFactory.getMessage("error.servlet.caughtThrowable", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET49: caught throwable: {0} ohair@286: * ohair@286: */ ohair@286: public static String ERROR_SERVLET_CAUGHT_THROWABLE(Object arg0) { ohair@286: return localizer.localize(localizableERROR_SERVLET_CAUGHT_THROWABLE(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableTRACE_SERVLET_WRITING_SUCCESS_RESPONSE() { ohair@286: return messageFactory.getMessage("trace.servlet.writingSuccessResponse"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET62: writing success response ohair@286: * ohair@286: */ ohair@286: public static String TRACE_SERVLET_WRITING_SUCCESS_RESPONSE() { ohair@286: return localizer.localize(localizableTRACE_SERVLET_WRITING_SUCCESS_RESPONSE()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableERROR_IMPLEMENTOR_REGISTRY_CLASS_NOT_FOUND(Object arg0) { ohair@286: return messageFactory.getMessage("error.implementorRegistry.classNotFound", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET40: class not found: {0} ohair@286: * ohair@286: */ ohair@286: public static String ERROR_IMPLEMENTOR_REGISTRY_CLASS_NOT_FOUND(Object arg0) { ohair@286: return localizer.localize(localizableERROR_IMPLEMENTOR_REGISTRY_CLASS_NOT_FOUND(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_15_DIAG_CHECK_1() { ohair@286: return messageFactory.getMessage("WSSERVLET15.diag.check.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Normal Web service undeployment. Undeployment complete. ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_15_DIAG_CHECK_1() { ohair@286: return localizer.localize(localizableWSSERVLET_15_DIAG_CHECK_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableSERVLET_FAULTSTRING_PORT_NOT_FOUND(Object arg0) { ohair@286: return messageFactory.getMessage("servlet.faultstring.portNotFound", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET29: Port not found ({0}) ohair@286: * ohair@286: */ ohair@286: public static String SERVLET_FAULTSTRING_PORT_NOT_FOUND(Object arg0) { ohair@286: return localizer.localize(localizableSERVLET_FAULTSTRING_PORT_NOT_FOUND(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableSERVLET_INFO_DESTROY() { ohair@286: return messageFactory.getMessage("servlet.info.destroy"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET15: JAX-WS servlet destroyed ohair@286: * ohair@286: */ ohair@286: public static String SERVLET_INFO_DESTROY() { ohair@286: return localizer.localize(localizableSERVLET_INFO_DESTROY()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableSERVLET_FAULTSTRING_INTERNAL_SERVER_ERROR(Object arg0) { ohair@286: return messageFactory.getMessage("servlet.faultstring.internalServerError", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET30: Internal server error ({0}) ohair@286: * ohair@286: */ ohair@286: public static String SERVLET_FAULTSTRING_INTERNAL_SERVER_ERROR(Object arg0) { ohair@286: return localizer.localize(localizableSERVLET_FAULTSTRING_INTERNAL_SERVER_ERROR(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_26_DIAG_CAUSE_1() { ohair@286: return messageFactory.getMessage("WSSERVLET26.diag.cause.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * The endpoint URL is a duplicate ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_26_DIAG_CAUSE_1() { ohair@286: return localizer.localize(localizableWSSERVLET_26_DIAG_CAUSE_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableSERVLET_HTML_COLUMN_HEADER_STATUS() { ohair@286: return messageFactory.getMessage("servlet.html.columnHeader.status"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Status ohair@286: * ohair@286: */ ohair@286: public static String SERVLET_HTML_COLUMN_HEADER_STATUS() { ohair@286: return localizer.localize(localizableSERVLET_HTML_COLUMN_HEADER_STATUS()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableWSSERVLET_63_DIAG_CAUSE_1() { ohair@286: return messageFactory.getMessage("WSSERVLET63.diag.cause.1"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * Web service requests must use HTTP POST method: WSI BP 1.0 ohair@286: * ohair@286: */ ohair@286: public static String WSSERVLET_63_DIAG_CAUSE_1() { ohair@286: return localizer.localize(localizableWSSERVLET_63_DIAG_CAUSE_1()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableSERVLET_WARNING_DUPLICATE_ENDPOINT_NAME() { ohair@286: return messageFactory.getMessage("servlet.warning.duplicateEndpointName"); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET17: duplicate endpoint name ohair@286: * ohair@286: */ ohair@286: public static String SERVLET_WARNING_DUPLICATE_ENDPOINT_NAME() { ohair@286: return localizer.localize(localizableSERVLET_WARNING_DUPLICATE_ENDPOINT_NAME()); ohair@286: } ohair@286: ohair@286: public static Localizable localizableTRACE_SERVLET_REQUEST_FOR_PORT_NAMED(Object arg0) { ohair@286: return messageFactory.getMessage("trace.servlet.requestForPortNamed", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * WSSERVLET58: got request for port: {0} ohair@286: * ohair@286: */ ohair@286: public static String TRACE_SERVLET_REQUEST_FOR_PORT_NAMED(Object arg0) { ohair@286: return localizer.localize(localizableTRACE_SERVLET_REQUEST_FOR_PORT_NAMED(arg0)); ohair@286: } ohair@286: ohair@286: public static Localizable localizableSERVLET_NO_ADDRESS_AVAILABLE(Object arg0) { ohair@286: return messageFactory.getMessage("servlet.no.address.available", arg0); ohair@286: } ohair@286: ohair@286: /** ohair@286: * No address is available for {0} ohair@286: * ohair@286: */ ohair@286: public static String SERVLET_NO_ADDRESS_AVAILABLE(Object arg0) { ohair@286: return localizer.localize(localizableSERVLET_NO_ADDRESS_AVAILABLE(arg0)); ohair@286: } ohair@286: ohair@286: }