com.sun.management.oss.impl.pm.opstatus.xml
Class OperationalStatusDataAvailableEventDescriptorXmlTranslator

java.lang.Object
  extended bycom.sun.management.oss.impl.pm.opstatus.xml.OperationalStatusDataAvailableEventDescriptorXmlTranslator

public class OperationalStatusDataAvailableEventDescriptorXmlTranslator
extends java.lang.Object


Constructor Summary
OperationalStatusDataAvailableEventDescriptorXmlTranslator()
           
 
Method Summary
static java.lang.Object fromXml(org.w3c.dom.Element element, java.lang.String type)
           
static void fromXmlNoRoot(org.jdom.Element element, OperationalStatusDataAvailableEventDescriptor performData)
           
static java.lang.String toXml(OperationalStatusDataAvailableEventDescriptor eventDesc, java.lang.String elementName)
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationalStatusDataAvailableEventDescriptorXmlTranslator

public OperationalStatusDataAvailableEventDescriptorXmlTranslator()
Method Detail

toXml

public static java.lang.String toXml(OperationalStatusDataAvailableEventDescriptor eventDesc,
                                     java.lang.String elementName)
                              throws org.xml.sax.SAXException

Throws:
org.xml.sax.SAXException

fromXml

public static java.lang.Object fromXml(org.w3c.dom.Element element,
                                       java.lang.String type)
                                throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

fromXmlNoRoot

public static void fromXmlNoRoot(org.jdom.Element element,
                                 OperationalStatusDataAvailableEventDescriptor performData)
                          throws org.xml.sax.SAXException,
                                 java.text.ParseException
Throws:
org.xml.sax.SAXException
java.text.ParseException