| Package | Description |
|---|---|
| com.sun.xml.registry.uddi | |
| com.sun.xml.registry.uddi.infomodel | |
| javax.xml.registry | |
| javax.xml.registry.infomodel |
| Modifier and Type | Method and Description |
|---|---|
LocalizedString |
LifeCycleManagerImpl.createLocalizedString(Locale locale,
String str) |
LocalizedString |
LifeCycleManagerImpl.createLocalizedString(Locale locale,
String s,
String charsetName) |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalizedStringImpl
Implementation of JAXR LocalizedString.
|
| Modifier and Type | Method and Description |
|---|---|
LocalizedString |
InternationalStringImpl.getLocalizedString(Locale locale,
String charsetName)
Gets the localized string for the given locale, if one exists.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InternationalStringImpl.addLocalizedString(LocalizedString localizedString)
Adds given localized string to collection.
|
void |
InternationalStringImpl.removeLocalizedString(LocalizedString lString)
Removes given localized string.
|
| Constructor and Description |
|---|
InternationalStringImpl(LocalizedString lString)
Utility constructor used with a given LocalizedString.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
LocalizedString |
InternationalString.getLocalizedString(Locale locale,
String charsetName)
Gets the LocalizedString for the specified Locale and charsetName.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InternationalString.addLocalizedString(LocalizedString localizedString)
Adds a LocalizedString to this object.
|
void |
InternationalString.removeLocalizedString(LocalizedString localizedString)
Removes a LocalizedString from this object.
|
Copyright © 2005–2017 Oracle Corporation. All rights reserved.