|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Serializer
Interface contract for XML serialization business.
| Method Summary | |
|---|---|
DocumentHandler |
asDocumentHandler()
Returns the DocumentHandler to use for serialization. |
void |
setOutputByteStream(OutputStream output)
Sets the OutputStream to use. |
void |
setOutputCharStream(Writer out)
Sets the OutputCharStream to use. |
void |
setOutputFormat(OutputFormat format)
Sets the OutputFormat to use during serialization. |
| Method Detail |
|---|
void setOutputCharStream(Writer out)
out - the OutputCharStream to use.
DocumentHandler asDocumentHandler()
throws IOException
DocumentHandler to use for serialization.
IOExceptionvoid setOutputFormat(OutputFormat format)
OutputFormat to use during serialization.
format - The output format to use.void setOutputByteStream(OutputStream output)
OutputStream to use.
output - the OutputStream to use
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||