public class XmlRpcEndpoint
extends org.apache.camel.impl.DefaultEndpoint
| Constructor and Description |
|---|
XmlRpcEndpoint() |
XmlRpcEndpoint(String uri,
XmlRpcComponent component,
String address) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.xmlrpc.client.XmlRpcClient |
createClient() |
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
String |
getAddress() |
org.apache.xmlrpc.client.XmlRpcClientConfigImpl |
getClientConfig() |
XmlRpcClientConfigurer |
getClientConfigurer() |
boolean |
isSingleton() |
void |
setAddress(String address) |
void |
setClientConfig(org.apache.xmlrpc.client.XmlRpcClientConfigImpl config) |
void |
setClientConfigurer(XmlRpcClientConfigurer configurer) |
configureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, hashCode, isLenientProperties, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setProperties, setSynchronous, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspendpublic XmlRpcEndpoint()
public XmlRpcEndpoint(String uri, XmlRpcComponent component, String address)
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionpublic boolean isSingleton()
public org.apache.xmlrpc.client.XmlRpcClient createClient()
throws MalformedURLException
MalformedURLExceptionpublic String getAddress()
public void setAddress(String address)
public XmlRpcClientConfigurer getClientConfigurer()
public void setClientConfigurer(XmlRpcClientConfigurer configurer)
public void setClientConfig(org.apache.xmlrpc.client.XmlRpcClientConfigImpl config)
public org.apache.xmlrpc.client.XmlRpcClientConfigImpl getClientConfig()
Apache Camel