Package org.apache.xmlrpc
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 likeXmlRpcStreamRequestConfig
.
-
-
Method Summary
-
Methods inherited from interface org.apache.xmlrpc.XmlRpcConfig
getTimeZone, isEnabledForExtensions
-
-