org.apache.xmlrpc

Interface TypeDecoder

Known Implementing Classes:
DefaultTypeDecoder

public interface TypeDecoder

Allows developers to customize the types translated to the XML-RPC <i4> and <double&gt .
Author:
Andrew Evers
Since:
1.2
See Also:
DefaultTypeDecoder

Method Summary

boolean
isXmlRpcDouble(Object o)
Test if a local object translates to a <double> tag.
boolean
isXmlRpcI4(Object o)
Test if a local object translates to an <i4> tag.

Method Details

isXmlRpcDouble

public boolean isXmlRpcDouble(Object o)
Test if a local object translates to a <double> tag.

isXmlRpcI4

public boolean isXmlRpcI4(Object o)
Test if a local object translates to an <i4> tag.

Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.