org.ofbiz.service.xmlrpc
Class XmlRpcClient

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

public class XmlRpcClient
extends org.apache.xmlrpc.client.XmlRpcClient

XmlRpcClient


Field Summary
protected  java.lang.String keyAlias
           
protected  java.lang.String keyStoreComponent
           
protected  java.lang.String keyStoreName
           
static java.lang.String module
           
 
Constructor Summary
XmlRpcClient(org.apache.xmlrpc.client.XmlRpcClientConfig config)
           
XmlRpcClient(org.apache.xmlrpc.client.XmlRpcClientConfig config, java.lang.String keyStoreComponent, java.lang.String keyStoreName, java.lang.String keyAlias)
           
 
Method Summary
 org.apache.xmlrpc.client.XmlRpcTransportFactory getClientTransportFactory()
           
 
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
 

Field Detail

module

public static final java.lang.String module

keyStoreComponent

protected java.lang.String keyStoreComponent

keyStoreName

protected java.lang.String keyStoreName

keyAlias

protected java.lang.String keyAlias
Constructor Detail

XmlRpcClient

public XmlRpcClient(org.apache.xmlrpc.client.XmlRpcClientConfig config,
                    java.lang.String keyStoreComponent,
                    java.lang.String keyStoreName,
                    java.lang.String keyAlias)

XmlRpcClient

public XmlRpcClient(org.apache.xmlrpc.client.XmlRpcClientConfig config)
Method Detail

getClientTransportFactory

public org.apache.xmlrpc.client.XmlRpcTransportFactory getClientTransportFactory()