Interface XmlRpcRequestConfig

All Superinterfaces:
XmlRpcConfig
All Known Subinterfaces:
XmlRpcClientConfig, XmlRpcHttpClientConfig, XmlRpcHttpRequestConfig, XmlRpcLocalClientConfig, XmlRpcStreamRequestConfig
All Known Implementing Classes:
RequestData, XmlRpcClientConfigImpl, XmlRpcHttpRequestConfigImpl

public interface XmlRpcRequestConfig extends XmlRpcConfig
Interface of a request configuration. Depending on the transport, implementations will also implement additional interfaces like XmlRpcStreamRequestConfig.