src/share/jaxws_classes/com/sun/xml/internal/ws/policy/privateutil/LocalizationMessages.java

Print this page
rev 446 : 8029237: Update copyright year to match last edit in jdk8 jaxws repository (2012)
Summary: Fixing Copyrights for year 2012
Reviewed-by: chegar
rev 472 : 8036030: Update JAX-WS RI integration to latest version
   1 /*
   2  * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
   3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4  *
   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
   7  * published by the Free Software Foundation.  Oracle designates this
   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any


  59     /**
  60      * WSP0028: Service provider {0} could not be instantiated
  61      *
  62      */
  63     public static String WSP_0028_SERVICE_PROVIDER_COULD_NOT_BE_INSTANTIATED(Object arg0) {
  64         return localizer.localize(localizableWSP_0028_SERVICE_PROVIDER_COULD_NOT_BE_INSTANTIATED(arg0));
  65     }
  66 
  67     public static Localizable localizableWSP_0081_UNABLE_TO_INSERT_CHILD(Object arg0, Object arg1) {
  68         return messageFactory.getMessage("WSP_0081_UNABLE_TO_INSERT_CHILD", arg0, arg1);
  69     }
  70 
  71     /**
  72      * WSP0081: Failed to insert child node ''{1}'' into queue ''{0}''
  73      *
  74      */
  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));
  77     }
  78 












  79     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);
  81     }
  82 
  83     /**
  84      * WSP0018: Unable to access policy source model identified by URI: {0}
  85      *
  86      */
  87     public static String WSP_0018_UNABLE_TO_ACCESS_POLICY_SOURCE_MODEL(Object arg0) {
  88         return localizer.localize(localizableWSP_0018_UNABLE_TO_ACCESS_POLICY_SOURCE_MODEL(arg0));
  89     }
  90 
  91     public static Localizable localizableWSP_0090_UNEXPECTED_ELEMENT(Object arg0, Object arg1) {
  92         return messageFactory.getMessage("WSP_0090_UNEXPECTED_ELEMENT", arg0, arg1);
  93     }
  94 
  95     /**
  96      * WSP0090: Unexpected element <{0}> at location {1}
  97      *
  98      */


   1 /*
   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.
   4  *
   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
   7  * published by the Free Software Foundation.  Oracle designates this
   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any


  59     /**
  60      * WSP0028: Service provider {0} could not be instantiated
  61      *
  62      */
  63     public static String WSP_0028_SERVICE_PROVIDER_COULD_NOT_BE_INSTANTIATED(Object arg0) {
  64         return localizer.localize(localizableWSP_0028_SERVICE_PROVIDER_COULD_NOT_BE_INSTANTIATED(arg0));
  65     }
  66 
  67     public static Localizable localizableWSP_0081_UNABLE_TO_INSERT_CHILD(Object arg0, Object arg1) {
  68         return messageFactory.getMessage("WSP_0081_UNABLE_TO_INSERT_CHILD", arg0, arg1);
  69     }
  70 
  71     /**
  72      * WSP0081: Failed to insert child node ''{1}'' into queue ''{0}''
  73      *
  74      */
  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));
  77     }
  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 
  91     public static Localizable localizableWSP_0018_UNABLE_TO_ACCESS_POLICY_SOURCE_MODEL(Object arg0) {
  92         return messageFactory.getMessage("WSP_0018_UNABLE_TO_ACCESS_POLICY_SOURCE_MODEL", arg0);
  93     }
  94 
  95     /**
  96      * WSP0018: Unable to access policy source model identified by URI: {0}
  97      *
  98      */
  99     public static String WSP_0018_UNABLE_TO_ACCESS_POLICY_SOURCE_MODEL(Object arg0) {
 100         return localizer.localize(localizableWSP_0018_UNABLE_TO_ACCESS_POLICY_SOURCE_MODEL(arg0));
 101     }
 102 
 103     public static Localizable localizableWSP_0090_UNEXPECTED_ELEMENT(Object arg0, Object arg1) {
 104         return messageFactory.getMessage("WSP_0090_UNEXPECTED_ELEMENT", arg0, arg1);
 105     }
 106 
 107     /**
 108      * WSP0090: Unexpected element <{0}> at location {1}
 109      *
 110      */