org.apache.xmlrpc
Interface XmlRpcConfig
- XmlRpcClientConfig, XmlRpcHttpClientConfig, XmlRpcHttpConfig, XmlRpcHttpRequestConfig, XmlRpcHttpServerConfig, XmlRpcLocalClientConfig, XmlRpcRequestConfig, XmlRpcServerConfig, XmlRpcStreamConfig, XmlRpcStreamRequestConfig
- RequestData, XmlRpcClientConfigImpl, XmlRpcConfigImpl, XmlRpcHttpRequestConfigImpl, XmlRpcServerConfigImpl
public interface XmlRpcConfig
TimeZone | getTimeZone() - Returns the timezone, which is used to interpret date/time
values.
|
boolean | isEnabledForExtensions() - Returns, whether support for extensions are enabled.
|
getTimeZone
public TimeZone getTimeZone()
Returns the timezone, which is used to interpret date/time
values. Defaults to TimeZone.getDefault()
.
isEnabledForExtensions
public boolean isEnabledForExtensions()
Returns, whether support for extensions are enabled.
By default, extensions are disabled and your client is
interoperable with other XML-RPC implementations.
Interoperable XML-RPC implementations are those, which
are compliant to the
XML-RPC Specification.
- Whether extensions are enabled or not.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.