public interface InputContentHandler
| Modifier and Type | Method and Description |
|---|---|
void |
writeContent(java.util.Map properties,
java.lang.Object obj,
java.io.OutputStream os)
Writes the data represented in the input object as XML to the Output
Stream.
|
void writeContent(java.util.Map properties,
java.lang.Object obj,
java.io.OutputStream os)
properties - Any specific data required for the transformationobj - The input object to be represented in a specific formatos - The OutputStream to which the resulting content will be sent.