org.robotframework.remoteserver.xmlrpc
Class IterableSerializer

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

public class IterableSerializer
extends org.apache.xmlrpc.serializer.ObjectArraySerializer


Field Summary
 
Fields inherited from class org.apache.xmlrpc.serializer.ObjectArraySerializer
ARRAY_TAG, DATA_TAG
 
Fields inherited from class org.apache.xmlrpc.serializer.TypeSerializerImpl
VALUE_TAG, ZERO_ATTRIBUTES
 
Constructor Summary
IterableSerializer(org.apache.xmlrpc.common.TypeFactory pTypeFactory, org.apache.xmlrpc.common.XmlRpcStreamConfig pConfig)
           
 
Method Summary
protected  void writeData(ContentHandler pHandler, Object pObject)
           
 
Methods inherited from class org.apache.xmlrpc.serializer.ObjectArraySerializer
write, writeObject
 
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
 

Constructor Detail

IterableSerializer

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

writeData

protected void writeData(ContentHandler pHandler,
                         Object pObject)
                  throws SAXException
Overrides:
writeData in class org.apache.xmlrpc.serializer.ObjectArraySerializer
Throws:
SAXException


Copyright © 2012. All Rights Reserved.