Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.1.0)

E17483-02

oracle.adf.model.adapter.dataformat
Interface InputContentHandler

All Known Implementing Classes:
XMLContentHandler

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

writeContent

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.

Parameters:
properties - Any specific data required for the transformation
obj - The input object to be represented in a specific format
os - The OutputStream to which the resulting content will be sent.

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.1.0)

E17483-02

Copyright © 1997, 2011, Oracle. All rights reserved.