Uses of Class
org.wso2.carbon.mediator.datamapper.engine.core.exceptions.SchemaException
-
-
Uses of SchemaException in org.wso2.carbon.mediator.datamapper.engine.core.executors
Methods in org.wso2.carbon.mediator.datamapper.engine.core.executors that throw SchemaException 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 SchemaException in org.wso2.carbon.mediator.datamapper.engine.core.mapper
Methods in org.wso2.carbon.mediator.datamapper.engine.core.mapper that throw SchemaException 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 SchemaException Constructor Description MappingHandler(MappingResource mappingResource, String inputType, String outputType, String dmExecutorPoolSize)
MappingResource(InputStream inputSchema, InputStream outputSchema, InputStream mappingConfig, String outputType)
-
Uses of SchemaException in org.wso2.carbon.mediator.datamapper.engine.core.notifiers
Methods in org.wso2.carbon.mediator.datamapper.engine.core.notifiers that throw SchemaException Modifier and Type Method Description void
InputVariableNotifier. notifyInputVariable(Object variable)
-
Uses of SchemaException in org.wso2.carbon.mediator.datamapper.engine.core.schemas
Methods in org.wso2.carbon.mediator.datamapper.engine.core.schemas that throw SchemaException Modifier and Type Method Description String
JacksonJSONSchema. getElementTypeByName(String elementName)
String
JacksonJSONSchema. getElementTypeByName(List<SchemaElement> elementStack)
String
Schema. getElementTypeByName(String elementStack)
String
Schema. getElementTypeByName(List<SchemaElement> elementStack)
Method to get the element type specified in the schema by giving the element hierarchyString
JacksonJSONSchema. getName()
String
Schema. getName()
Method for get defined name of the schemaboolean
JacksonJSONSchema. isChildElement(List<SchemaElement> elementStack, String childElementName)
boolean
Schema. isChildElement(List<SchemaElement> elementStack, String childElementName)
Constructors in org.wso2.carbon.mediator.datamapper.engine.core.schemas that throw SchemaException Constructor Description JacksonJSONSchema(InputStream inputSchema)
-
Uses of SchemaException in org.wso2.carbon.mediator.datamapper.engine.input
Methods in org.wso2.carbon.mediator.datamapper.engine.input that throw SchemaException 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 SchemaException in org.wso2.carbon.mediator.datamapper.engine.input.readers
Methods in org.wso2.carbon.mediator.datamapper.engine.input.readers that throw SchemaException Modifier and Type Method Description String
XMLInputReader. getAttributeQName(org.apache.axiom.om.OMNamespace omNamespace, String localName, Map jsonSchemaMap)
This function will resolve prefix for given URI depending on the provided traversal level given by jsonSchemaMapString
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 SchemaException in org.wso2.carbon.mediator.datamapper.engine.output
Methods in org.wso2.carbon.mediator.datamapper.engine.output that throw SchemaException Modifier and Type Method Description void
OutputMessageBuilder. buildOutputMessage(Model outputModel, OutputVariableNotifier mappingHandler)
void
OutputMessageBuilder. notifyEvent(ReaderEvent readerEvent)
Constructors in org.wso2.carbon.mediator.datamapper.engine.output that throw SchemaException Constructor Description OutputMessageBuilder(InputOutputDataType dataType, ModelType modelType, Schema outputSchema)
-
Uses of SchemaException in org.wso2.carbon.mediator.datamapper.engine.output.formatters
Methods in org.wso2.carbon.mediator.datamapper.engine.output.formatters that throw SchemaException Modifier and Type Method Description void
Formatter. format(Model model, OutputMessageBuilder outputMessageBuilder, Schema outputSchema)
void
MapOutputFormatter. format(Model model, OutputMessageBuilder outputMessageBuilder, Schema outputSchema)
-
Uses of SchemaException in org.wso2.carbon.mediator.datamapper.engine.output.writers
Methods in org.wso2.carbon.mediator.datamapper.engine.output.writers that throw SchemaException Modifier and Type Method Description static Writer
WriterFactory. getWriter(InputOutputDataType outputType, Schema outputSchema)
Constructors in org.wso2.carbon.mediator.datamapper.engine.output.writers that throw SchemaException Constructor Description CSVWriter(Schema outputSchema)
JSONWriter(Schema outputSchema)
XMLWriter(Schema outputSchema)
-