org.apache.xmlrpc
public class DefaultTypeDecoder extends Object implements TypeDecoder
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
See Also: TypeDecoder
Constructor Summary | |
---|---|
DefaultTypeDecoder()
Creates a new instance. |
Method Summary | |
---|---|
boolean | isXmlRpcDouble(Object o) |
boolean | isXmlRpcI4(Object o) |