Modifier and Type | Method and Description |
---|---|
String |
MappingHandler.doMap(InputStream inputMsg,
Map<String,Map<String,Object>> propertiesMap)
This method performs the mapping from input message to the specified output schema.
|
void |
MappingHandler.notifyInputVariable(Object variable) |
Modifier and Type | Method and Description |
---|---|
void |
InputVariableNotifier.notifyInputVariable(Object variable) |
Modifier and Type | Method and Description |
---|---|
void |
InputBuilder.buildInputModel(InputStream inputStream,
InputVariableNotifier inputVariableNotifier) |
void |
InputBuilder.notifyWithResult(String builtMessage)
This method will be called by the XMLInputReader instance to notify with the output
|
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 |
XMLInputReader.read(InputStream input,
Schema inputSchema,
InputBuilder messageBuilder)
Read, parse the XML and notify with the output JSON message
|
void |
InputReader.read(InputStream input,
Schema inputSchema,
InputBuilder messageBuilder) |
String |
XMLInputReader.xmlTraverse(org.apache.axiom.om.OMElement omElement,
String prevElementName,
Map jsonSchemaMap)
This method will perform a Depth First Search on the XML message and build the json message
|
Copyright © 2019 WSO2. All rights reserved.