|
Oracle® Coherence Java API Reference v3.5.3 E15583-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.tangosol.util.Base
com.tangosol.util.BitHelper
com.tangosol.util.ExternalizableHelper
com.tangosol.run.xml.PropertyAdapter
com.tangosol.run.xml.SimpleAdapter
com.tangosol.run.xml.SimpleAdapter.StringAdapter
com.tangosol.run.xml.QNameAdapter
public class QNameAdapter
A property adapter for QName primitive datatype.
<adapter>com.tangosol.run.xml.QNameAdapter</adapter>
<value-space>
<xmlns>
<uri>Uri-1</uri>
<prefix>prefix-1</prefix>
</xmlns>
<xmlns>
<uri>Uri-2</uri>
<prefix>prefix-2</prefix>
</xmlns>
...
</value-space>
| Nested Class Summary |
|---|
| Field Summary |
|---|
| Fields inherited from class com.tangosol.run.xml.PropertyAdapter |
|---|
m_clzType, m_fAttribute, m_infoBean, m_methodClone, m_methodGet, m_methodSet, m_sName, m_sNmsPrefix, m_sNmsUri, m_sXml, NOPARAMS |
| Constructor Summary | |
|---|---|
QNameAdapter(XmlBean.BeanInfo infoBean,
java.lang.Class clzType,
java.lang.String sName,
java.lang.String sXml,
XmlElement xml)
Construct a QNameAdapter. |
|
| Method Summary | |
|---|---|
java.lang.Object |
fromXml(XmlElement xml)
Deserialize an object from an XML element. |
boolean |
isValidQName(java.lang.String sValue)
Specifies whether or not the specified QName value is assosiated with a known namespace declaration. |
XmlElement |
toXml(java.lang.Object o)
Serialize an object into an XML element. |
| Methods inherited from class com.tangosol.run.xml.SimpleAdapter.StringAdapter |
|---|
fromUri, readExternal, toUri, writeExternal |
| Methods inherited from class com.tangosol.run.xml.SimpleAdapter |
|---|
decodeString, encodeString, isCloneRequired, parseNumber |
| Methods inherited from class com.tangosol.run.xml.PropertyAdapter |
|---|
clone, equalsValue, findAttribute, findElement, get, getAccessor, getBeanInfo, getCloner, getElements, getLocalXmlName, getMutator, getName, getNamespacePrefix, getNamespaceUri, getType, getXmlName, hash, isAnonymous, isAttribute, isElementMatch, isEmpty, readXml, set, setNamespacePrefix, toString, writeXml |
| Methods inherited from class com.tangosol.util.BitHelper |
|---|
countBits, countBits, countBits, indexOfLSB, indexOfLSB, indexOfLSB, indexOfMSB, indexOfMSB, indexOfMSB, rotateLeft, rotateLeft, rotateLeft, rotateRight, rotateRight, rotateRight, toBitString, toBitString, toBitString |
| Constructor Detail |
|---|
public QNameAdapter(XmlBean.BeanInfo infoBean,
java.lang.Class clzType,
java.lang.String sName,
java.lang.String sXml,
XmlElement xml)
infoBean - BeanInfo for a bean containing this propertyclzType - the type of the propertysName - the property namesXml - the XML tag namexml - additional XML information| Method Detail |
|---|
public java.lang.Object fromXml(XmlElement xml)
fromXml in class SimpleAdapterxml - the XML element to deserialize from
public XmlElement toXml(java.lang.Object o)
toXml in class SimpleAdaptero - the object to serialize
public boolean isValidQName(java.lang.String sValue)
|
Oracle® Coherence Java API Reference v3.5.3 E15583-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||