|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.openharbor.beck.ObjectXMLWriter
Copies Java objects to XML.
| Field Summary | |
protected org.apache.commons.logging.Log |
log
|
| Constructor Summary | |
ObjectXMLWriter(MapToXML.Source mapperSource)
Allocate mappers from the given Source. |
|
ObjectXMLWriter(MapToXML mapper)
Use the given mapper. |
|
| Method Summary | |
void |
write(java.lang.Object source,
java.io.OutputStream out)
Copy an object to XML encoded in UTF-8. |
void |
write(java.lang.Object source,
java.io.Writer writer)
Copy an object to XML. |
void |
write(java.lang.Object source,
XMLWriter writer)
Copy an object to XML. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected final org.apache.commons.logging.Log log
| Constructor Detail |
public ObjectXMLWriter(MapToXML mapper)
public ObjectXMLWriter(MapToXML.Source mapperSource)
| Method Detail |
public void write(java.lang.Object source,
XMLWriter writer)
throws java.lang.Exception
java.lang.Exception
public void write(java.lang.Object source,
java.io.Writer writer)
throws java.lang.Exception
java.lang.Exception
public void write(java.lang.Object source,
java.io.OutputStream out)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||