org.sourceforge.ifx.utils
Class IFXDecoder

java.lang.Object
  extended byorg.sourceforge.ifx.utils.IFXDecoder

public class IFXDecoder
extends java.lang.Object

Decodes an IFX XML String to its equivalent Framework bean.

Version:
$Revision: 1.3 $
Author:
Sujit Pal (spal@users.sourceforge.net)

Constructor Summary
IFXDecoder()
          Creates an IFXDecoder object.
 
Method Summary
 IFXObject decode(org.jdom.Element element)
          Decodes the element into its equivalent IFX XML representation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IFXDecoder

public IFXDecoder()
Creates an IFXDecoder object.

Method Detail

decode

public IFXObject decode(org.jdom.Element element)
                 throws IFXException
Decodes the element into its equivalent IFX XML representation.

Parameters:
element - the Element to decode.
Returns:
an IFXObject.
Throws:
IFXException - wrapper for underlying exception.