- setAddress(String) - Method in class org.apache.camel.component.xmlrpc.XmlRpcEndpoint
-
The server url
- setBasicEncoding(String) - Method in class org.apache.camel.component.xmlrpc.XmlRpcConfiguration
-
Sets the encoding for basic authentication, null means UTF-8 is chosen.
- setBasicPassword(String) - Method in class org.apache.camel.component.xmlrpc.XmlRpcConfiguration
-
The password for basic authentication.
- setBasicUserName(String) - Method in class org.apache.camel.component.xmlrpc.XmlRpcConfiguration
-
The user name for basic authentication.
- setClientConfig(XmlRpcClientConfigImpl) - Method in class org.apache.camel.component.xmlrpc.XmlRpcEndpoint
-
To use the given XmlRpcClientConfigImpl as configuration for the client.
- setClientConfigurer(XmlRpcClientConfigurer) - Method in class org.apache.camel.component.xmlrpc.XmlRpcEndpoint
-
To use a custom XmlRpcClientConfigurer to configure the client
- setConfiguration(XmlRpcConfiguration) - Method in class org.apache.camel.component.xmlrpc.XmlRpcEndpoint
-
- setConnectionTimeout(int) - Method in class org.apache.camel.component.xmlrpc.XmlRpcConfiguration
-
Set the connection timeout in milliseconds, 0 is to disable it
- setContentLengthOptional(boolean) - Method in class org.apache.camel.component.xmlrpc.XmlRpcConfiguration
-
Whether a "Content-Length" header may be omitted.
- setDefaultMethodName(String) - Method in class org.apache.camel.component.xmlrpc.XmlRpcEndpoint
-
The method name which would be used for the xmlrpc requests by default, if the Message header CamelXmlRpcMethodName is not set.
- setEnabledForExceptions(boolean) - Method in class org.apache.camel.component.xmlrpc.XmlRpcConfiguration
-
Whether the response should contain a "faultCause" element in case of errors.
- setEnabledForExtensions(boolean) - Method in class org.apache.camel.component.xmlrpc.XmlRpcConfiguration
-
Whether extensions are enabled.
- setEncoding(String) - Method in class org.apache.camel.component.xmlrpc.XmlRpcConfiguration
-
Sets the requests encoding, null means UTF-8 is chosen.
- setGzipCompressing(boolean) - Method in class org.apache.camel.component.xmlrpc.XmlRpcConfiguration
-
Whether gzip compression is being used for transmitting the request.
- setGzipRequesting(boolean) - Method in class org.apache.camel.component.xmlrpc.XmlRpcConfiguration
-
Whether gzip compression is being used for transmitting the request.
- setReplyTimeout(int) - Method in class org.apache.camel.component.xmlrpc.XmlRpcConfiguration
-
Set the reply timeout in milliseconds, 0 is to disable it.
- setRequest(boolean) - Method in class org.apache.camel.dataformat.xmlrpc.XmlRpcDataFormat
-
- setTimeZone(TimeZone) - Method in class org.apache.camel.component.xmlrpc.XmlRpcConfiguration
-
The timezone, which is used to interpret date/time.
- setTypeFactory(TypeFactory) - Method in class org.apache.camel.dataformat.xmlrpc.XmlRpcDataFormat
-
- setUserAgent(String) - Method in class org.apache.camel.component.xmlrpc.XmlRpcConfiguration
-
The http user agent header to set when doing xmlrpc requests
- setXmlRpcServer(XmlRpcRequestProcessor) - Method in class org.apache.camel.component.xmlrpc.XmlRpcConfiguration
-
To use a custom XmlRpcRequestProcessor as server.
- setXmlRpcStreamRequestConfig(XmlRpcStreamRequestConfig) - Method in class org.apache.camel.dataformat.xmlrpc.XmlRpcDataFormat
-