gov.nih.nci.cagrid.introduce.extension.utils
Class AxisJdomUtils

java.lang.Object
  extended by gov.nih.nci.cagrid.introduce.extension.utils.AxisJdomUtils

public class AxisJdomUtils
extends java.lang.Object

AxisJdomUtils Utils to consolidate conversion to / from axis' message element and JDom's element

Version:
$Id: AxisJdomUtils.java,v 1.2 2006/06/30 16:03:51 dervin Exp $
Author:
David W. Ervin

Constructor Summary
AxisJdomUtils()
           
 
Method Summary
static org.apache.axis.message.MessageElement fromElement(org.jdom.Element elem)
           
static org.jdom.Element fromMessageElement(org.apache.axis.message.MessageElement me)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisJdomUtils

public AxisJdomUtils()
Method Detail

fromMessageElement

public static org.jdom.Element fromMessageElement(org.apache.axis.message.MessageElement me)

fromElement

public static org.apache.axis.message.MessageElement fromElement(org.jdom.Element elem)
                                                          throws org.jdom.JDOMException
Throws:
org.jdom.JDOMException