+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

com.ibm.portal.streaming.json
Interface JsonProducer

public interface JsonProducer

Represents a buffered JSON stream that can be copied onto

Since:
8.0

Method Summary
 void produce(JsonContentHandler handler)
          Produces a JSON document and writes it onto the target handler
 

Method Detail

produce

void produce(JsonContentHandler handler)
             throws java.io.IOException
Produces a JSON document and writes it onto the target handler

Parameters:
handler - the JSON handler
Throws:
java.io.IOException
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD