Package | Description |
---|---|
org.wso2.carbon.mediator.datamapper.engine.input.readers |
Modifier and Type | Method and Description |
---|---|
void |
JSONInputReader.read(InputStream input,
Schema inputSchema,
InputBuilder messageBuilder)
Read, parse the XML and notify with the output JSON message
|
void |
CSVInputReader.read(InputStream input,
Schema inputSchema,
InputBuilder messageBuilder) |
void |
InputReader.read(InputStream input,
Schema inputSchema,
InputBuilder messageBuilder) |
void |
XMLInputReader.read(InputStream input,
Schema inputSchema,
InputBuilder messageBuilder)
Read, parse the XML and notify with the output JSON message
|
Copyright © 2020 WSO2. All rights reserved.