Class OdooXmlRpcClient

java.lang.Object
org.apache.xmlrpc.common.XmlRpcController
org.apache.xmlrpc.client.XmlRpcClient
ch.helvethink.odoo4java.xmlrpc.OdooXmlRpcClient

public class OdooXmlRpcClient extends org.apache.xmlrpc.client.XmlRpcClient
Encapsulates the XmlRpcClient to get FetchException instead of XmlRpcException
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(String pMethodName, List pParams)
     

    Methods inherited from class org.apache.xmlrpc.client.XmlRpcClient

    execute, execute, execute, execute, executeAsync, executeAsync, executeAsync, executeAsync, executeAsync, getClientConfig, getConfig, getTransportFactory, getXmlWriterFactory, setConfig, setTransportFactory, setXmlWriterFactory

    Methods inherited from class org.apache.xmlrpc.common.XmlRpcController

    getMaxThreads, getTypeFactory, getWorkerFactory, setMaxThreads, setTypeFactory, setWorkerFactory

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • execute

      public Object execute(String pMethodName, List pParams)
      Overrides:
      execute in class org.apache.xmlrpc.client.XmlRpcClient