Class XMLUtil
java.lang.Object
org.ocpsoft.rewrite.showcase.rest.XMLUtil
- Author:
- Lincoln Baxter, III
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> voidstreamFromObject(Class<T> type, T object, ServletOutputStream outputStream) static <T> TstreamToObject(Class<T> type, ServletInputStream inputStream)
-
Constructor Details
-
XMLUtil
public XMLUtil()
-
-
Method Details
-
streamFromObject
-
streamToObject
-