org.apache.juddi.v3.client.i18n
Class EntityForLang
java.lang.Object
org.apache.juddi.v3.client.i18n.EntityForLang
public class EntityForLang
- extends java.lang.Object
Returns the entity in the proper language. If no language is specified
or if no language is matched return the value of the first entity in the list.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityForLang
public EntityForLang()
getName
public static Name getName(java.util.List<Name> entityList,
java.lang.String lang)
getAddress
public static Address getAddress(java.util.List<Address> entityList,
java.lang.String lang)
getDescription
public static Description getDescription(java.util.List<Description> entityList,
java.lang.String lang)
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.