jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/privateutil/LocalizationMessages.java
changeset 23782 953bfc3fbe31
parent 22678 ac1ea46be942
equal deleted inserted replaced
23403:85dbdc227c5e 23782:953bfc3fbe31
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    74      */
    74      */
    75     public static String WSP_0081_UNABLE_TO_INSERT_CHILD(Object arg0, Object arg1) {
    75     public static String WSP_0081_UNABLE_TO_INSERT_CHILD(Object arg0, Object arg1) {
    76         return localizer.localize(localizableWSP_0081_UNABLE_TO_INSERT_CHILD(arg0, arg1));
    76         return localizer.localize(localizableWSP_0081_UNABLE_TO_INSERT_CHILD(arg0, arg1));
    77     }
    77     }
    78 
    78 
       
    79     public static Localizable localizableWSP_0096_ERROR_WHILE_COMBINE(Object arg0) {
       
    80         return messageFactory.getMessage("WSP_0096_ERROR_WHILE_COMBINE", arg0);
       
    81     }
       
    82 
       
    83     /**
       
    84      * WSP0096: Error while combining {0}.
       
    85      *
       
    86      */
       
    87     public static String WSP_0096_ERROR_WHILE_COMBINE(Object arg0) {
       
    88         return localizer.localize(localizableWSP_0096_ERROR_WHILE_COMBINE(arg0));
       
    89     }
       
    90 
    79     public static Localizable localizableWSP_0018_UNABLE_TO_ACCESS_POLICY_SOURCE_MODEL(Object arg0) {
    91     public static Localizable localizableWSP_0018_UNABLE_TO_ACCESS_POLICY_SOURCE_MODEL(Object arg0) {
    80         return messageFactory.getMessage("WSP_0018_UNABLE_TO_ACCESS_POLICY_SOURCE_MODEL", arg0);
    92         return messageFactory.getMessage("WSP_0018_UNABLE_TO_ACCESS_POLICY_SOURCE_MODEL", arg0);
    81     }
    93     }
    82 
    94 
    83     /**
    95     /**