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

Fri, 04 Oct 2013 16:21:34 +0100

author
mkos
date
Fri, 04 Oct 2013 16:21:34 +0100
changeset 408
b0610cd08440
parent 368
0989ad8c0860
child 637
9c07ef4934dd
permissions
-rw-r--r--

8025054: Update JAX-WS RI integration to 2.2.9-b130926.1035
Reviewed-by: chegar

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

mercurial