|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.enhydra.zeus.Marshaller
Marshaller takes a Java Object instance and writes
out an XML representation of that object, with each property (variable)
of the instance and its value.
| Constructor Summary | |
Marshaller()
Simple constructor. |
|
| Method Summary | |
void |
marshall(java.lang.Object obj,
Result result)
This method is the public entry point for marshalling an object into an XML instance document. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public Marshaller()
Simple constructor.
| Method Detail |
public void marshall(java.lang.Object obj,
Result result)
throws java.io.IOException
This method is the public entry point for marshalling an object into an XML instance document.
obj - Object to convert to XML.result - Result to write XML to.IOException - when errors in output occur.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||