public class DBReportMediator
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 |
---|
DBReportMediator() |
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) |
boolean |
isUseTransaction() |
org.apache.axiom.om.OMElement |
serialize(org.apache.axiom.om.OMElement parent) |
void |
setUseTransaction(boolean useTransaction) |
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 boolean isUseTransaction()
public void setUseTransaction(boolean useTransaction)
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 © 2018 WSO2. All rights reserved.