org.robotframework.remoteserver.xmlrpc
Class MapSerializer

java.lang.Object
  extended by org.apache.xmlrpc.serializer.TypeSerializerImpl
      extended by org.robotframework.remoteserver.xmlrpc.MapSerializer
All Implemented Interfaces:
org.apache.xmlrpc.serializer.TypeSerializer

public class MapSerializer
extends org.apache.xmlrpc.serializer.TypeSerializerImpl


Field Summary
static String MEMBER_TAG
           
static String NAME_TAG
           
static String STRUCT_TAG
           
 
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)
           
 
Method Summary
 void write(ContentHandler pHandler, Object pObject)
           
protected  void writeData(ContentHandler pHandler, Object pData)
           
protected  void writeEntry(ContentHandler pHandler, Object pKey, Object pValue)
           
 
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
 

Field Detail

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
Constructor Detail

MapSerializer

public MapSerializer(org.apache.xmlrpc.common.TypeFactory pTypeFactory,
                     org.apache.xmlrpc.common.XmlRpcStreamConfig pConfig)
Method Detail

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.