Uses of Interface
org.wso2.carbon.mediator.datamapper.engine.input.readers.InputReader
-
Packages that use InputReader Package Description org.wso2.carbon.mediator.datamapper.engine.input.readers -
-
Uses of InputReader in org.wso2.carbon.mediator.datamapper.engine.input.readers
Classes in org.wso2.carbon.mediator.datamapper.engine.input.readers that implement InputReader Modifier and Type Class Description class
CSVInputReader
This class is responsible for generating the JSON message for the given CSV messageclass
JSONInputReader
This class is capable of parsing XML through AXIOMS for the InputStream and build the respective JSON messageclass
XMLInputReader
This class is capable of parsing XML through AXIOMS for the InputStream and build the respective JSON messageMethods in org.wso2.carbon.mediator.datamapper.engine.input.readers that return InputReader Modifier and Type Method Description static InputReader
InputReaderFactory. getReader(InputOutputDataType inputType)
-