org.apache.xmlrpc.common

Interface XmlRpcStreamConfig

public interface XmlRpcStreamConfig extends XmlRpcConfig

Interface of a configuration for a stream based transport.
Field Summary
static StringUTF8_ENCODING
Default encoding (UTF-8).
Method Summary
StringgetEncoding()
Returns the encoding being used for data encoding, when writing to a stream.

Field Detail

UTF8_ENCODING

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

Method Detail

getEncoding

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

Returns: Suggested encoding, or null, if the {@link #UTF8_ENCODING} is being used.

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