org.dasein.persist.xml
Class XMLWriter<C>
java.lang.Object
org.dasein.persist.xml.XMLWriter<C>
public class XMLWriter<C>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLWriter
public XMLWriter()
getElement
public static String getElement(Class<?> type)
write
public void write(PrintWriter output,
C target)
throws IOException
- Throws:
IOException
write
public void write(PrintWriter output,
C target,
BodyAppender<C> appender)
throws IOException
- Throws:
IOException
write
public void write(PrintWriter output,
C target,
String id)
throws IOException
- Throws:
IOException
write
public void write(PrintWriter output,
C target,
String id,
BodyAppender<C> appender)
throws IOException
- Throws:
IOException
main
public static void main(String... args)
throws Exception
- Throws:
Exception
Copyright © 2011 enStratus Networks LLC. All Rights Reserved.