org.apache.xmlrpc.common
public class TypeFactoryImpl extends Object implements TypeFactory
| Constructor Summary | |
|---|---|
| TypeFactoryImpl(XmlRpcController pController) Creates a new instance. | |
| Method Summary | |
|---|---|
| XmlRpcController | getController() Returns the controller, which operates the type factory. |
| TypeParser | getParser(XmlRpcStreamConfig pConfig, NamespaceContextImpl pContext, String pURI, String pLocalName) |
| TypeSerializer | getSerializer(XmlRpcStreamConfig pConfig, Object pObject) |
Parameters: pController The controller, which operates the type factory.
Returns: The controller, an instance of XmlRpcClient, or XmlRpcServer.