Uses of Class
org.wso2.carbon.mediator.datamapper.engine.core.exceptions.JSException
-
-
Uses of JSException in org.wso2.carbon.mediator.datamapper.engine.core.executors
Methods in org.wso2.carbon.mediator.datamapper.engine.core.executors that throw JSException Modifier and Type Method Description Model
Executor. execute(MappingResource mappingResource, String inputVariable, String properties)
Method to execute the mapping config in theMappingResource
on input variable and returns the output modelModel
ScriptExecutor. execute(MappingResource mappingResource, String inputVariable, String properties)
-
Uses of JSException in org.wso2.carbon.mediator.datamapper.engine.core.mapper
Methods in org.wso2.carbon.mediator.datamapper.engine.core.mapper that throw JSException 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)
Constructors in org.wso2.carbon.mediator.datamapper.engine.core.mapper that throw JSException Constructor Description MappingResource(InputStream inputSchema, InputStream outputSchema, InputStream mappingConfig, String outputType)
-
Uses of JSException in org.wso2.carbon.mediator.datamapper.engine.core.notifiers
Methods in org.wso2.carbon.mediator.datamapper.engine.core.notifiers that throw JSException Modifier and Type Method Description void
InputVariableNotifier. notifyInputVariable(Object variable)
-
Uses of JSException in org.wso2.carbon.mediator.datamapper.engine.input
Methods in org.wso2.carbon.mediator.datamapper.engine.input that throw JSException Modifier and Type Method Description void
InputBuilder. notifyWithResult(String builtMessage)
This method will be called by the XMLInputReader instance to notify with the output -
Uses of JSException in org.wso2.carbon.mediator.datamapper.engine.input.readers
Methods in org.wso2.carbon.mediator.datamapper.engine.input.readers that throw JSException Modifier and Type Method Description 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 -
Uses of JSException in org.wso2.carbon.mediator.datamapper.engine.utils
Methods in org.wso2.carbon.mediator.datamapper.engine.utils that throw JSException Modifier and Type Method Description static Map<String,Object>
DataMapperEngineUtils. getMapFromNativeArray(Object value)
-