Uses of Interface
javax.xml.registry.infomodel.LocalizedString
-
Packages that use LocalizedString Package Description com.sun.xml.registry.uddi com.sun.xml.registry.uddi.infomodel javax.xml.registry This package and its sub-packages describe the API classes and interfaces for the JAXR API.javax.xml.registry.infomodel This package describes the information model for the JAXR API. -
-
Uses of LocalizedString in com.sun.xml.registry.uddi
Methods in com.sun.xml.registry.uddi that return LocalizedString Modifier and Type Method Description LocalizedStringLifeCycleManagerImpl. createLocalizedString(Locale locale, String str)LocalizedStringLifeCycleManagerImpl. createLocalizedString(Locale locale, String s, String charsetName) -
Uses of LocalizedString in com.sun.xml.registry.uddi.infomodel
Classes in com.sun.xml.registry.uddi.infomodel that implement LocalizedString Modifier and Type Class Description classLocalizedStringImplImplementation of JAXR LocalizedString.Methods in com.sun.xml.registry.uddi.infomodel that return LocalizedString Modifier and Type Method Description LocalizedStringInternationalStringImpl. getLocalizedString(Locale locale, String charsetName)Gets the localized string for the given locale, if one exists.Methods in com.sun.xml.registry.uddi.infomodel with parameters of type LocalizedString Modifier and Type Method Description voidInternationalStringImpl. addLocalizedString(LocalizedString localizedString)Adds given localized string to collection.voidInternationalStringImpl. removeLocalizedString(LocalizedString lString)Removes given localized string.Constructors in com.sun.xml.registry.uddi.infomodel with parameters of type LocalizedString Constructor Description InternationalStringImpl(LocalizedString lString)Utility constructor used with a given LocalizedString. -
Uses of LocalizedString in javax.xml.registry
Methods in javax.xml.registry that return LocalizedString Modifier and Type Method Description LocalizedStringLifeCycleManager. createLocalizedString(Locale l, String s)Creates a LocalizedString instance using the specified Locale and String parameters.LocalizedStringLifeCycleManager. createLocalizedString(Locale l, String s, String charSetName)Creates a LocalizedString instance using the specified Locale, String, and character set parameters. -
Uses of LocalizedString in javax.xml.registry.infomodel
Methods in javax.xml.registry.infomodel that return LocalizedString Modifier and Type Method Description LocalizedStringInternationalString. getLocalizedString(Locale locale, String charsetName)Gets the LocalizedString for the specified Locale and charsetName.Methods in javax.xml.registry.infomodel with parameters of type LocalizedString Modifier and Type Method Description voidInternationalString. addLocalizedString(LocalizedString localizedString)Adds a LocalizedString to this object.voidInternationalString. removeLocalizedString(LocalizedString localizedString)Removes a LocalizedString from this object.
-