Class OfbizXmlRpcClient

java.lang.Object
org.apache.xmlrpc.common.XmlRpcController
org.apache.xmlrpc.client.XmlRpcClient
org.apache.ofbiz.service.xmlrpc.OfbizXmlRpcClient

public class OfbizXmlRpcClient extends org.apache.xmlrpc.client.XmlRpcClient
XmlRpcClient
  • Constructor Summary

    Constructors
    Constructor
    Description
    OfbizXmlRpcClient(org.apache.xmlrpc.client.XmlRpcClientConfig config)
     
    OfbizXmlRpcClient(org.apache.xmlrpc.client.XmlRpcClientConfig config, String keyStoreComponent, String keyStoreName, String keyAlias)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.xmlrpc.client.XmlRpcTransportFactory
    Gets client transport factory.

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

    execute, execute, execute, execute, execute, executeAsync, executeAsync, executeAsync, executeAsync, executeAsync, getClientConfig, getConfig, getDefaultXmlRpcWorkerFactory, 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

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OfbizXmlRpcClient

      public OfbizXmlRpcClient(org.apache.xmlrpc.client.XmlRpcClientConfig config, String keyStoreComponent, String keyStoreName, String keyAlias)
    • OfbizXmlRpcClient

      public OfbizXmlRpcClient(org.apache.xmlrpc.client.XmlRpcClientConfig config)
  • Method Details

    • getClientTransportFactory

      public org.apache.xmlrpc.client.XmlRpcTransportFactory getClientTransportFactory()
      Gets client transport factory.
      Returns:
      the client transport factory