Uses of Class
org.wso2.carbon.mediator.datamapper.engine.core.exceptions.ReaderException
-
-
Uses of ReaderException in org.wso2.carbon.mediator.datamapper.engine.core.mapper
Methods in org.wso2.carbon.mediator.datamapper.engine.core.mapper that throw ReaderException Modifier and Type Method 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)
-
Uses of ReaderException in org.wso2.carbon.mediator.datamapper.engine.core.notifiers
Methods in org.wso2.carbon.mediator.datamapper.engine.core.notifiers that throw ReaderException Modifier and Type Method Description void
InputVariableNotifier. notifyInputVariable(Object variable)
-
Uses of ReaderException in org.wso2.carbon.mediator.datamapper.engine.input
Methods in org.wso2.carbon.mediator.datamapper.engine.input that throw ReaderException Modifier and Type Method 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 -
Uses of ReaderException in org.wso2.carbon.mediator.datamapper.engine.input.readers
Methods in org.wso2.carbon.mediator.datamapper.engine.input.readers that throw ReaderException Modifier and Type Method Description void
CSVInputReader. read(InputStream input, Schema inputSchema, InputBuilder messageBuilder)
void
InputReader. read(InputStream input, Schema inputSchema, InputBuilder messageBuilder)
void
JSONInputReader. read(InputStream input, Schema inputSchema, InputBuilder messageBuilder)
Read, parse the XML and notify with the output JSON messagevoid
XMLInputReader. read(InputStream input, Schema inputSchema, InputBuilder messageBuilder)
Read, parse the XML and notify with the output JSON messageString
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
-