portaview.model
Interface XmlRpcType

All Known Implementing Classes:
Album

public interface XmlRpcType

Interface for data types that can be translated to XmlRpcType.

Version:
$Id: XmlRpcType.java,v 1.1 2003/10/13 14:55:47 wlee Exp $
Author:
William Lee

Method Summary
 java.lang.Object toXmlRpcType()
          Returns an object that can be used in the XmlRpc calls.
 

Method Detail

toXmlRpcType

public java.lang.Object toXmlRpcType()
Returns an object that can be used in the XmlRpc calls.

Returns:
object of XmlRpc type.


Copyright © 2003 The PortaView Team. All Rights Reserved.