public class XQueryMediator
extends org.wso2.carbon.mediator.service.ui.AbstractListMediator
Modifier and Type | Field and Description |
---|---|
static QName |
ATT_EXPR_Q |
static QName |
ATT_KEY_Q |
static QName |
ATT_NAME_Q |
static QName |
ATT_TYPE_Q |
static QName |
ATT_VALUE_Q |
Constructor and Description |
---|
XQueryMediator() |
Modifier and Type | Method and Description |
---|---|
void |
addAllDataSourceProperties(List<org.wso2.carbon.mediator.service.util.MediatorProperty> list) |
void |
addAllVariables(List<Variable> list) |
void |
addVariable(Variable variable) |
void |
build(org.apache.axiom.om.OMElement elem) |
List<org.wso2.carbon.mediator.service.util.MediatorProperty> |
getDataSourceProperties() |
org.apache.synapse.mediators.Value |
getQueryKey() |
String |
getQuerySource() |
String |
getTagLocalName() |
org.apache.synapse.util.xpath.SynapseXPath |
getTarget() |
List<Variable> |
getVariables() |
org.apache.axiom.om.OMElement |
serialize(org.apache.axiom.om.OMElement parent) |
void |
setQueryKey(org.apache.synapse.mediators.Value queryKey) |
void |
setQuerySource(String querySource) |
void |
setTarget(org.apache.synapse.util.xpath.SynapseXPath source) |
addChild, addChildren, getChild, getList, removeChild, removeChild, serializeChildren
collectNameValuePairs, disableStatistics, enableStatistics, getMediatorProperties, getMediatorProperties, getTraceState, isAuditConfigurable, isStatisticsEnable, processAuditStatus, saveTracingState, serializeMediatorProperties, serializeNamespaces, setAuditConfigurable, setTraceState
public static final QName ATT_NAME_Q
public static final QName ATT_VALUE_Q
public static final QName ATT_EXPR_Q
public static final QName ATT_KEY_Q
public static final QName ATT_TYPE_Q
public String getTagLocalName()
public org.apache.axiom.om.OMElement serialize(org.apache.axiom.om.OMElement parent)
public void build(org.apache.axiom.om.OMElement elem)
public org.apache.synapse.mediators.Value getQueryKey()
public void setQueryKey(org.apache.synapse.mediators.Value queryKey)
public String getQuerySource()
public void setQuerySource(String querySource)
public void addVariable(Variable variable)
public List<org.wso2.carbon.mediator.service.util.MediatorProperty> getDataSourceProperties()
public org.apache.synapse.util.xpath.SynapseXPath getTarget()
public void setTarget(org.apache.synapse.util.xpath.SynapseXPath source)
public void addAllDataSourceProperties(List<org.wso2.carbon.mediator.service.util.MediatorProperty> list)
Copyright © 2022 WSO2. All rights reserved.