org.apache.xmlrpc.client
Class XmlRpcClientDefaults

java.lang.Object
  extended by org.apache.xmlrpc.client.XmlRpcClientDefaults

public class XmlRpcClientDefaults
extends java.lang.Object

This class is responsible to provide default settings.


Constructor Summary
XmlRpcClientDefaults()
           
 
Method Summary
static XmlRpcTransportFactory newTransportFactory(XmlRpcClient pClient)
          Creates a new transport factory for the given client.
static XmlRpcClientConfig newXmlRpcClientConfig()
          Creates a new instance of XmlRpcClientConfig.
static XmlWriterFactory newXmlWriterFactory()
          Creates a new XmlWriterFactory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlRpcClientDefaults

public XmlRpcClientDefaults()
Method Detail

newTransportFactory

public static XmlRpcTransportFactory newTransportFactory(XmlRpcClient pClient)
Creates a new transport factory for the given client.


newXmlRpcClientConfig

public static XmlRpcClientConfig newXmlRpcClientConfig()
Creates a new instance of XmlRpcClientConfig.


newXmlWriterFactory

public static XmlWriterFactory newXmlWriterFactory()
Creates a new XmlWriterFactory.



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