public class DBLookupMediator
extends org.wso2.carbon.mediator.service.ui.AbstractMediator
Modifier and Type | Field and Description |
---|---|
protected Map |
dataSourceProps |
static QName |
DSNAME_Q |
static QName |
URL_Q |
Constructor and Description |
---|
DBLookupMediator() |
Modifier and Type | Method and Description |
---|---|
void |
addDataSourceProperty(QName name,
String value) |
void |
addDataSourceProperty(String name,
String value) |
void |
addStatement(Statement stmnt) |
void |
build(org.apache.axiom.om.OMElement elem) |
protected String |
getAttribute(org.apache.axiom.om.OMElement elt,
QName qName) |
Map |
getDataSourceProps() |
List |
getStatementList() |
String |
getTagLocalName() |
protected String |
getValue(org.apache.axiom.om.OMElement elt,
QName qName) |
org.apache.axiom.om.OMElement |
serialize(org.apache.axiom.om.OMElement parent) |
collectNameValuePairs, disableStatistics, enableStatistics, getMediatorProperties, getTraceState, isAuditConfigurable, isStatisticsEnable, processAuditStatus, saveTracingState, serializeMediatorProperties, serializeNamespaces, setAuditConfigurable, setTraceState
public static final QName URL_Q
public static final QName DSNAME_Q
protected final Map dataSourceProps
public Map getDataSourceProps()
public void addStatement(Statement stmnt)
public List getStatementList()
public org.apache.axiom.om.OMElement serialize(org.apache.axiom.om.OMElement parent)
public void build(org.apache.axiom.om.OMElement elem)
public String getTagLocalName()
Copyright © 2020 WSO2. All rights reserved.