org.apache.camel.component.xmlrpc
Interface XmlRpcClientConfigurer


public interface XmlRpcClientConfigurer

A pluggable strategy for configuring the XmlRpcClient used by this component


Method Summary
 void configureXmlRpcClient(org.apache.xmlrpc.client.XmlRpcClient client)
          Configure the XmlRpcClient
 

Method Detail

configureXmlRpcClient

void configureXmlRpcClient(org.apache.xmlrpc.client.XmlRpcClient client)
Configure the XmlRpcClient

Parameters:
client - the client of XmlRpc


Apache Camel