org.apache.xmlrpc.common

Interface XmlRpcStreamConfig

All Superinterfaces:
XmlRpcConfig
Known Subinterfaces:
XmlRpcHttpClientConfig, XmlRpcHttpConfig, XmlRpcHttpRequestConfig, XmlRpcHttpServerConfig, XmlRpcStreamRequestConfig
Known Implementing Classes:
RequestData, XmlRpcClientConfigImpl, XmlRpcConfigImpl, XmlRpcHttpRequestConfigImpl, XmlRpcServerConfigImpl

public interface XmlRpcStreamConfig
extends XmlRpcConfig

Interface of a configuration for a stream based transport.

Field Summary

static String
UTF8_ENCODING
Default encoding (UTF-8).

Method Summary

String
getEncoding()
Returns the encoding being used for data encoding, when writing to a stream.

Methods inherited from interface org.apache.xmlrpc.XmlRpcConfig

getTimeZone, isEnabledForExtensions

Field Details

UTF8_ENCODING

public static final String UTF8_ENCODING
Default encoding (UTF-8).

Method Details

getEncoding

public String getEncoding()
Returns the encoding being used for data encoding, when writing to a stream.

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