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

Packages that use LocalizedString
javax.xml.registry   
javax.xml.registry.infomodel   
org.apache.ws.scout.registry   
org.apache.ws.scout.registry.infomodel   
 

Uses of LocalizedString in javax.xml.registry
 

Methods in javax.xml.registry that return LocalizedString
 LocalizedString LifeCycleManager.createLocalizedString(Locale locale, String value)
           
 LocalizedString LifeCycleManager.createLocalizedString(Locale locale, String value, String chatsetName)
           
 

Uses of LocalizedString in javax.xml.registry.infomodel
 

Methods in javax.xml.registry.infomodel that return LocalizedString
 LocalizedString InternationalString.getLocalizedString(Locale locale, String charsetName)
           
 

Methods in javax.xml.registry.infomodel that return types with arguments of type LocalizedString
 Collection<LocalizedString> InternationalString.getLocalizedStrings()
           
 

Methods in javax.xml.registry.infomodel with parameters of type LocalizedString
 void InternationalString.addLocalizedString(LocalizedString localizedString)
           
 void InternationalString.removeLocalizedString(LocalizedString localizedString)
           
 

Uses of LocalizedString in org.apache.ws.scout.registry
 

Methods in org.apache.ws.scout.registry that return LocalizedString
 LocalizedString LifeCycleManagerImpl.createLocalizedString(Locale locale, String value)
           
 LocalizedString LifeCycleManagerImpl.createLocalizedString(Locale locale, String value, String charsetName)
           
 

Uses of LocalizedString in org.apache.ws.scout.registry.infomodel
 

Classes in org.apache.ws.scout.registry.infomodel that implement LocalizedString
 class LocalizedStringImpl
          Implements JAXR Interface.
 

Methods in org.apache.ws.scout.registry.infomodel that return LocalizedString
 LocalizedString InternationalStringImpl.getLocalizedString(Locale locale, String charset)
           
 

Methods in org.apache.ws.scout.registry.infomodel that return types with arguments of type LocalizedString
 Collection<LocalizedString> InternationalStringImpl.getLocalizedStrings()
           
 

Methods in org.apache.ws.scout.registry.infomodel with parameters of type LocalizedString
 void InternationalStringImpl.addLocalizedString(LocalizedString localizedString)
           
 void InternationalStringImpl.removeLocalizedString(LocalizedString localizedString)
           
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.