Uses of Interface
javax.xml.registry.infomodel.LocalizedString

Packages that use LocalizedString
com.sun.xml.registry.uddi   
com.sun.xml.registry.uddi.infomodel   
javax.xml.registry   
javax.xml.registry.infomodel   
 

Uses of LocalizedString in com.sun.xml.registry.uddi
 

Methods in com.sun.xml.registry.uddi that return LocalizedString
 LocalizedString LifeCycleManagerImpl.createLocalizedString(Locale locale, String str)
           
 LocalizedString LifeCycleManagerImpl.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
 class LocalizedStringImpl
          Implementation of JAXR LocalizedString.
 

Methods in com.sun.xml.registry.uddi.infomodel that return LocalizedString
 LocalizedString InternationalStringImpl.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
 void InternationalStringImpl.addLocalizedString(LocalizedString localizedString)
          Adds given localized string to collection.
 void InternationalStringImpl.removeLocalizedString(LocalizedString lString)
          Removes given localized string.
 

Constructors in com.sun.xml.registry.uddi.infomodel with parameters of type LocalizedString
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
 LocalizedString LifeCycleManager.createLocalizedString(Locale l, String s)
          Creates a LocalizedString instance using the specified Locale and String parameters.
 LocalizedString LifeCycleManager.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
 LocalizedString InternationalString.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
 void InternationalString.addLocalizedString(LocalizedString localizedString)
          Adds a LocalizedString to this object.
 void InternationalString.removeLocalizedString(LocalizedString localizedString)
          Removes a LocalizedString from this object.
 



Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.