PREV CLASS
NEXT CLASS
|
|
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
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
|
|
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |