org.eclipse.cosmos.dc.mgmt.serializer
Class SpecSerializer
java.lang.Object
org.eclipse.cosmos.dc.mgmt.serializer.SpecSerializer
- All Implemented Interfaces:
- org.apache.muse.core.serializer.Serializer
public class SpecSerializer
- extends java.lang.Object
- implements org.apache.muse.core.serializer.Serializer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getStatisticalTupleSerializer
public static SpecSerializer getStatisticalTupleSerializer()
fromXML
public java.lang.Object fromXML(org.w3c.dom.Element xml)
throws org.apache.muse.ws.addressing.soap.SoapFault
- Specified by:
fromXML in interface org.apache.muse.core.serializer.Serializer
- Throws:
org.apache.muse.ws.addressing.soap.SoapFault
getSerializableType
public java.lang.Class getSerializableType()
- Specified by:
getSerializableType in interface org.apache.muse.core.serializer.Serializer
toXML
public org.w3c.dom.Element toXML(java.lang.Object obj,
javax.xml.namespace.QName qname)
throws org.apache.muse.ws.addressing.soap.SoapFault
- Specified by:
toXML in interface org.apache.muse.core.serializer.Serializer
- Throws:
org.apache.muse.ws.addressing.soap.SoapFault