|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xmlrpc.common.TypeFactoryImpl
org.apache.xmlrpc.serializer.MyTypeFactory
public class MyTypeFactory
| 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 |
|---|
public MyTypeFactory(XmlRpcController pController)
| Method Detail |
|---|
public TypeSerializer getSerializer(XmlRpcStreamConfig pConfig,
java.lang.Object pObject)
throws org.xml.sax.SAXException
TypeFactorypObject.
getSerializer in interface TypeFactorygetSerializer in class TypeFactoryImplpConfig - The request configuration.pObject - The object being serialized.
pObject.
org.xml.sax.SAXException - Creating the serializer failed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||