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

changeset 408
b0610cd08440
parent 368
0989ad8c0860
child 637
9c07ef4934dd
     1.1 --- a/src/share/jaxws_classes/com/sun/xml/internal/ws/resources/WsservletMessages.java	Thu Sep 26 10:43:28 2013 -0700
     1.2 +++ b/src/share/jaxws_classes/com/sun/xml/internal/ws/resources/WsservletMessages.java	Fri Oct 04 16:21:34 2013 +0100
     1.3 @@ -507,6 +507,20 @@
     1.4          return localizer.localize(localizableSERVLET_ERROR_NO_RESPONSE_MESSAGE());
     1.5      }
     1.6  
     1.7 +    public static Localizable localizableMESSAGE_TOO_LONG(Object arg0) {
     1.8 +        return messageFactory.getMessage("message.too.long", arg0);
     1.9 +    }
    1.10 +
    1.11 +    /**
    1.12 +     *
    1.13 +     * Message has been truncated
    1.14 +     * use {0} property to increase the amount of printed part of the message
    1.15 +     *
    1.16 +     */
    1.17 +    public static String MESSAGE_TOO_LONG(Object arg0) {
    1.18 +        return localizer.localize(localizableMESSAGE_TOO_LONG(arg0));
    1.19 +    }
    1.20 +
    1.21      public static Localizable localizableLISTENER_INFO_INITIALIZE() {
    1.22          return messageFactory.getMessage("listener.info.initialize");
    1.23      }

mercurial