|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface InputContentHandler
An interface to define a content handler for the input. The content handler extracts the data from the input object and represents in a specific format like XML.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||