org.apache.xmlrpc.serializer
Class MyTypeFactory

java.lang.Object
  extended by org.apache.xmlrpc.common.TypeFactoryImpl
      extended by org.apache.xmlrpc.serializer.MyTypeFactory
All Implemented Interfaces:
TypeFactory

public class MyTypeFactory
extends TypeFactoryImpl


Constructor Summary
MyTypeFactory(XmlRpcController pController)
           
 
Method Summary
 TypeSerializer getSerializer(XmlRpcStreamConfig pConfig, java.lang.Object pObject)
          Creates a serializer for the object pObject.
 
Methods inherited from class org.apache.xmlrpc.common.TypeFactoryImpl
getController, getParser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyTypeFactory

public MyTypeFactory(XmlRpcController pController)
Method Detail

getSerializer

public TypeSerializer getSerializer(XmlRpcStreamConfig pConfig,
                                    java.lang.Object pObject)
                             throws org.xml.sax.SAXException
Description copied from interface: TypeFactory
Creates a serializer for the object pObject.

Specified by:
getSerializer in interface TypeFactory
Overrides:
getSerializer in class TypeFactoryImpl
Parameters:
pConfig - The request configuration.
pObject - The object being serialized.
Returns:
A serializer for pObject.
Throws:
org.xml.sax.SAXException - Creating the serializer failed.


Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.