org.ow2.frascati.jdom
Class JDOM

java.lang.Object
  extended by org.ow2.frascati.jdom.JDOM

public abstract class JDOM
extends Object

OW2 FraSCAti JDOM Helper class.

Version:
1.3
Author:
Philippe Merle

Method Summary
static org.jdom.Element toElement(String xmlMessage)
           
static String toString(org.jdom.Element element)
           
static Object unmarshallContent0(org.jdom.Element element, Class<?> type)
           
static Object unmarshallElement0(org.jdom.Element element, Class<?> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toElement

public static org.jdom.Element toElement(String xmlMessage)

toString

public static String toString(org.jdom.Element element)

unmarshallElement0

public static Object unmarshallElement0(org.jdom.Element element,
                                        Class<?> type)
                                 throws Exception
Throws:
Exception

unmarshallContent0

public static Object unmarshallContent0(org.jdom.Element element,
                                        Class<?> type)
                                 throws Exception
Throws:
Exception


Copyright © 2007-2011 OW2 Consortium. All Rights Reserved.