org.apache.xmlrpc

Class DefaultTypeDecoder

public class DefaultTypeDecoder extends Object implements TypeDecoder

The default implementation of the TypeDecoder interface. Provides the following mappings:
XML-RPC data type Java class
<i4> or <int> java.lang.Integer
<double> java.lang.Double, java.lang.Float

Since: 1.2

Author: Andrew Evers

See Also: TypeDecoder

Constructor Summary
DefaultTypeDecoder()
Creates a new instance.
Method Summary
booleanisXmlRpcDouble(Object o)
booleanisXmlRpcI4(Object o)

Constructor Detail

DefaultTypeDecoder

public DefaultTypeDecoder()
Creates a new instance.

Method Detail

isXmlRpcDouble

public boolean isXmlRpcDouble(Object o)

isXmlRpcI4

public boolean isXmlRpcI4(Object o)
Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.