Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.types
Class XmlUtil

java.lang.Object
  extended by org.hyperic.hq.types.XmlUtil

public class XmlUtil
extends java.lang.Object


Constructor Summary
XmlUtil()
           
 
Method Summary
static
<T> T
deserialize(java.lang.Class<T> res, java.io.InputStream is)
           
static void serialize(java.lang.Object o, java.io.OutputStream os, java.lang.Boolean format)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlUtil

public XmlUtil()
Method Detail

deserialize

public static <T> T deserialize(java.lang.Class<T> res,
                                java.io.InputStream is)
                     throws javax.xml.bind.JAXBException
Throws:
javax.xml.bind.JAXBException

serialize

public static void serialize(java.lang.Object o,
                             java.io.OutputStream os,
                             java.lang.Boolean format)
                      throws javax.xml.bind.JAXBException
Throws:
javax.xml.bind.JAXBException

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.