Package org.wso2.carbon.mediator.xquery
Class XQueryMediator
- java.lang.Object
-
- org.wso2.carbon.mediator.service.ui.AbstractMediator
-
- org.wso2.carbon.mediator.service.ui.AbstractListMediator
-
- org.wso2.carbon.mediator.xquery.XQueryMediator
-
- All Implemented Interfaces:
org.wso2.carbon.mediator.service.ui.ListMediator
,org.wso2.carbon.mediator.service.ui.Mediator
public class XQueryMediator extends org.wso2.carbon.mediator.service.ui.AbstractListMediator
-
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description XQueryMediator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class org.wso2.carbon.mediator.service.ui.AbstractListMediator
addChild, addChildren, getChild, getList, removeChild, removeChild, serializeChildren
-
Methods inherited from class org.wso2.carbon.mediator.service.ui.AbstractMediator
collectNameValuePairs, disableStatistics, enableStatistics, getMediatorProperties, getMediatorProperties, getTraceState, isAuditConfigurable, isStatisticsEnable, processAuditStatus, saveTracingState, serializeMediatorProperties, serializeNamespaces, setAuditConfigurable, setTraceState
-
-
-
-
Method Detail
-
getTagLocalName
public String getTagLocalName()
-
serialize
public org.apache.axiom.om.OMElement serialize(org.apache.axiom.om.OMElement parent)
-
build
public void build(org.apache.axiom.om.OMElement elem)
-
getQueryKey
public org.apache.synapse.mediators.Value getQueryKey()
-
setQueryKey
public void setQueryKey(org.apache.synapse.mediators.Value queryKey)
-
getQuerySource
public String getQuerySource()
-
setQuerySource
public void setQuerySource(String querySource)
-
addVariable
public void addVariable(Variable variable)
-
getDataSourceProperties
public List<org.wso2.carbon.mediator.service.util.MediatorProperty> getDataSourceProperties()
-
getTarget
public org.apache.synapse.util.xpath.SynapseXPath getTarget()
-
setTarget
public void setTarget(org.apache.synapse.util.xpath.SynapseXPath source)
-
addAllDataSourceProperties
public void addAllDataSourceProperties(List<org.wso2.carbon.mediator.service.util.MediatorProperty> list)
-
-