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

changeset 408
b0610cd08440
parent 368
0989ad8c0860
child 637
9c07ef4934dd
equal deleted inserted replaced
405:cc682329886b 408:b0610cd08440
505 */ 505 */
506 public static String SERVLET_ERROR_NO_RESPONSE_MESSAGE() { 506 public static String SERVLET_ERROR_NO_RESPONSE_MESSAGE() {
507 return localizer.localize(localizableSERVLET_ERROR_NO_RESPONSE_MESSAGE()); 507 return localizer.localize(localizableSERVLET_ERROR_NO_RESPONSE_MESSAGE());
508 } 508 }
509 509
510 public static Localizable localizableMESSAGE_TOO_LONG(Object arg0) {
511 return messageFactory.getMessage("message.too.long", arg0);
512 }
513
514 /**
515 *
516 * Message has been truncated
517 * use {0} property to increase the amount of printed part of the message
518 *
519 */
520 public static String MESSAGE_TOO_LONG(Object arg0) {
521 return localizer.localize(localizableMESSAGE_TOO_LONG(arg0));
522 }
523
510 public static Localizable localizableLISTENER_INFO_INITIALIZE() { 524 public static Localizable localizableLISTENER_INFO_INITIALIZE() {
511 return messageFactory.getMessage("listener.info.initialize"); 525 return messageFactory.getMessage("listener.info.initialize");
512 } 526 }
513 527
514 /** 528 /**

mercurial