org.kuali.common.util.xml
Interface XmlService
- All Known Implementing Classes:
- DefaultXmlService
public interface XmlService
getObject
<T> T getObject(InputStream in,
Class<T> type)
getObject
<T> T getObject(File in,
Class<T> type)
getObject
<T> T getObject(String location,
Class<T> type)
write
<T> void write(File file,
T instance)
write
<T> void write(OutputStream out,
T instance)
toString
<T> String toString(T instance,
String encoding)
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.