org.robotframework.remoteserver.xmlrpc
Class MapSerializer
java.lang.Object
org.apache.xmlrpc.serializer.TypeSerializerImpl
org.robotframework.remoteserver.xmlrpc.MapSerializer
- All Implemented Interfaces:
- org.apache.xmlrpc.serializer.TypeSerializer
public class MapSerializer
- extends org.apache.xmlrpc.serializer.TypeSerializerImpl
| Fields inherited from class org.apache.xmlrpc.serializer.TypeSerializerImpl |
VALUE_TAG, ZERO_ATTRIBUTES |
|
Constructor Summary |
MapSerializer(org.apache.xmlrpc.common.TypeFactory pTypeFactory,
org.apache.xmlrpc.common.XmlRpcStreamConfig pConfig)
|
| Methods inherited from class org.apache.xmlrpc.serializer.TypeSerializerImpl |
write, write, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STRUCT_TAG
public static final String STRUCT_TAG
- See Also:
- Constant Field Values
MEMBER_TAG
public static final String MEMBER_TAG
- See Also:
- Constant Field Values
NAME_TAG
public static final String NAME_TAG
- See Also:
- Constant Field Values
MapSerializer
public MapSerializer(org.apache.xmlrpc.common.TypeFactory pTypeFactory,
org.apache.xmlrpc.common.XmlRpcStreamConfig pConfig)
writeEntry
protected void writeEntry(ContentHandler pHandler,
Object pKey,
Object pValue)
throws SAXException
- Throws:
SAXException
writeData
protected void writeData(ContentHandler pHandler,
Object pData)
throws SAXException
- Throws:
SAXException
write
public void write(ContentHandler pHandler,
Object pObject)
throws SAXException
- Throws:
SAXException
Copyright © 2012. All Rights Reserved.