org.kuali.common.util.xml
Interface XmlService

All Known Implementing Classes:
DefaultXmlService

public interface XmlService


Method Summary
<T> T
getObject(File in, Class<T> type)
           
<T> T
getObject(InputStream in, Class<T> type)
           
<T> T
getObject(String location, Class<T> type)
           
<T> String
toString(T instance, String encoding)
           
<T> void
write(File file, T instance)
           
<T> void
write(OutputStream out, T instance)
           
 

Method Detail

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.