|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.sourceforge.ifx.utils.IFXEncoder
Encodes an IFXObject to its equivalent IFX XML Element.
Constructor Summary | |
IFXEncoder()
Creates an IFXEncoder object in the default namespace. |
|
IFXEncoder(java.lang.String namespacePrefix,
java.lang.String namespaceURI)
Creates an IFXEncoder in the specified namespace. |
Method Summary | |
org.jdom.Element |
encode(IFXObject obj)
Builds a JDOM Element for the IFXObject supplied. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IFXEncoder()
public IFXEncoder(java.lang.String namespacePrefix, java.lang.String namespaceURI)
namespacePrefix
- the namespace prefix to use. If set to null,
then the element will be considered to be in the default namespace.namespaceURI
- the URI of the namespace.Method Detail |
public org.jdom.Element encode(IFXObject obj) throws IFXException
obj
- an IFXObject.
IFXException
- if an exception was encountered in encoding.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |