org.rhq.enterprise.server.plugins.rhnhosted.xmlrpc
Class XmlRpcExecutorFactory

java.lang.Object
  extended by org.rhq.enterprise.server.plugins.rhnhosted.xmlrpc.XmlRpcExecutorFactory

public class XmlRpcExecutorFactory
extends Object

Class responsible for handing out XmlRpcClient classes, either real or mocked.


Field Summary
protected static String sslCertPath
           
protected static String XML_DUMP_VERSION
           
 
Constructor Summary
XmlRpcExecutorFactory()
           
 
Method Summary
static XmlRpcExecutor getClient(String url)
           
static XmlRpcExecutor getClient(String url, String sslCertPathIn)
           
static XmlRpcExecutor getJaxbClient(String url)
           
static XmlRpcExecutor getJaxbClient(String url, String sslCertPathIn)
           
static Map getRequestProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XML_DUMP_VERSION

protected static String XML_DUMP_VERSION

sslCertPath

protected static String sslCertPath
Constructor Detail

XmlRpcExecutorFactory

public XmlRpcExecutorFactory()
Method Detail

getJaxbClient

public static XmlRpcExecutor getJaxbClient(String url)

getJaxbClient

public static XmlRpcExecutor getJaxbClient(String url,
                                           String sslCertPathIn)

getClient

public static XmlRpcExecutor getClient(String url)

getClient

public static XmlRpcExecutor getClient(String url,
                                       String sslCertPathIn)

getRequestProperties

public static Map getRequestProperties()


Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.