com.sun.xml.wss.logging.impl.configuration.LogStringsMessages Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wsit-impl Show documentation
Show all versions of wsit-impl Show documentation
This module contains the Metro WSIT runtime code.
package com.sun.xml.wss.logging.impl.configuration;
import com.sun.istack.localization.Localizable;
import com.sun.istack.localization.LocalizableMessageFactory;
import com.sun.istack.localization.Localizer;
/**
* Defines string formatting method for each constant in the resource file
*
*/
public final class LogStringsMessages {
private final static LocalizableMessageFactory messageFactory = new LocalizableMessageFactory("com.sun.xml.wss.logging.impl.configuration.LogStrings");
private final static Localizer localizer = new Localizer();
public static Localizable localizableWSS_1100_CLASSCAST_TARGET(Object arg0) {
return messageFactory.getMessage("WSS1100.classcast.target", arg0);
}
/**
* WS1100: Classcast Exception for Target {0}
*
*/
public static String WSS_1100_CLASSCAST_TARGET(Object arg0) {
return localizer.localize(localizableWSS_1100_CLASSCAST_TARGET(arg0));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy