public class DataMapperMediator
extends org.wso2.carbon.mediator.service.ui.AbstractMediator
Modifier and Type | Field and Description |
---|---|
static int |
CSV_VALUE |
static int |
JSON_VALUE |
static int |
XML_VALUE |
Constructor and Description |
---|
DataMapperMediator() |
Modifier and Type | Method and Description |
---|---|
void |
build(org.apache.axiom.om.OMElement element) |
org.apache.synapse.mediators.Value |
getConfigurationKey()
Gets the key which is used to pick the mapping configuration from the
registry
|
org.apache.synapse.mediators.Value |
getInputSchemaKey()
Gets the registry key of the inputSchema
|
int |
getInputType()
Gets the inputDataType
|
org.apache.synapse.mediators.Value |
getOutputSchemaKey()
Gets the registry key of the outputSchema
|
int |
getOutputType()
Gets the outputDataType
|
String |
getTagLocalName() |
org.apache.axiom.om.OMElement |
serialize(org.apache.axiom.om.OMElement parent) |
void |
setConfigurationKey(org.apache.synapse.mediators.Value dataMapperKey)
Sets the registry key in order to pick the mapping configuration
|
void |
setInputSchemaKey(org.apache.synapse.mediators.Value dataMapperKey)
Sets the registry key in order to pick the inputSchema
|
void |
setInputType(int type)
Sets the inputDataType
|
void |
setOutputSchemaKey(org.apache.synapse.mediators.Value dataMapperKey)
Sets the registry key in order to pick the outputSchema
|
void |
setOutputType(int type)
Sets the outputDataType
|
collectNameValuePairs, disableStatistics, enableStatistics, getMediatorProperties, getTraceState, isAuditConfigurable, isStatisticsEnable, processAuditStatus, saveTracingState, serializeMediatorProperties, serializeNamespaces, setAuditConfigurable, setTraceState
public static final int CSV_VALUE
public static final int XML_VALUE
public static final int JSON_VALUE
public String getTagLocalName()
public org.apache.synapse.mediators.Value getConfigurationKey()
public void setConfigurationKey(org.apache.synapse.mediators.Value dataMapperKey)
public org.apache.synapse.mediators.Value getInputSchemaKey()
public void setInputSchemaKey(org.apache.synapse.mediators.Value dataMapperKey)
public org.apache.synapse.mediators.Value getOutputSchemaKey()
public void setOutputSchemaKey(org.apache.synapse.mediators.Value dataMapperKey)
public int getInputType()
public void setInputType(int type)
public int getOutputType()
public void setOutputType(int type)
public org.apache.axiom.om.OMElement serialize(org.apache.axiom.om.OMElement parent)
public void build(org.apache.axiom.om.OMElement element)
Copyright © 2017 WSO2. All rights reserved.