|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XmlStreamWriterTemplate
| Method Summary | |
|---|---|
void |
execute(Writer writer,
XmlStreamWriterCallback callback)
Executes the specified callback and writes to the provided writer. |
String |
execute(XmlStreamWriterCallback callback)
Deprecated. since 5.2 - use the streaming version of the method execute(java.io.Writer, XmlStreamWriterCallback) |
| Method Detail |
|---|
@Deprecated
String execute(XmlStreamWriterCallback callback)
throws XMLStreamException,
XhtmlException
execute(java.io.Writer, XmlStreamWriterCallback)
callback - the stream writer will be exposed to this callback for writing
XMLStreamException
XhtmlException
void execute(Writer writer,
XmlStreamWriterCallback callback)
throws XMLStreamException,
IOException
callback - the stream writer will be exposed to this callback for writingwriter - the writer to which the output should be sent
XMLStreamException
XhtmlException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||