org.apache.xmlrpc

Interface XmlRpcConfig

Known Subinterfaces:
XmlRpcClientConfig, XmlRpcHttpClientConfig, XmlRpcHttpConfig, XmlRpcHttpRequestConfig, XmlRpcHttpServerConfig, XmlRpcLocalClientConfig, XmlRpcRequestConfig, XmlRpcServerConfig, XmlRpcStreamConfig, XmlRpcStreamRequestConfig
Known Implementing Classes:
RequestData, XmlRpcClientConfigImpl, XmlRpcConfigImpl, XmlRpcHttpRequestConfigImpl, XmlRpcServerConfigImpl

public interface XmlRpcConfig

A common base interface for XmlRpcClientConfig, and XmlRpcServerConfig.

Method Summary

TimeZone
getTimeZone()
Returns the timezone, which is used to interpret date/time values.
boolean
isEnabledForExtensions()
Returns, whether support for extensions are enabled.

Method Details

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 extensions are enabled or not.

Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.