org.ocpsoft.rewrite.showcase.rest
Class XMLUtil
java.lang.Object
org.ocpsoft.rewrite.showcase.rest.XMLUtil
public class XMLUtil
- extends Object
- Author:
- Lincoln Baxter, III
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLUtil
public XMLUtil()
streamFromObject
public static <T> void streamFromObject(Class<T> type,
T object,
ServletOutputStream outputStream)
streamToObject
public static <T> T streamToObject(Class<T> type,
ServletInputStream inputStream)
Copyright © 2013 OCPsoft. All Rights Reserved.