public class HeaderMediator
extends org.wso2.carbon.mediator.service.ui.AbstractMediator
Modifier and Type | Field and Description |
---|---|
static int |
ACTION_REMOVE |
static int |
ACTION_SET |
Constructor and Description |
---|
HeaderMediator() |
Modifier and Type | Method and Description |
---|---|
void |
build(org.apache.axiom.om.OMElement elem) |
int |
getAction() |
org.apache.synapse.util.xpath.SynapseXPath |
getExpression() |
QName |
getQName() |
String |
getScope() |
String |
getTagLocalName() |
String |
getValue() |
org.apache.axiom.om.OMElement |
getXml() |
org.apache.axiom.om.OMElement |
serialize(org.apache.axiom.om.OMElement parent) |
void |
setAction(int action) |
void |
setExpression(org.apache.synapse.util.xpath.SynapseXPath expression) |
void |
setQName(QName qName) |
void |
setScope(String scope) |
void |
setValue(String value) |
void |
setXml(org.apache.axiom.om.OMElement xml) |
collectNameValuePairs, disableStatistics, enableStatistics, getMediatorProperties, getTraceState, isAuditConfigurable, isStatisticsEnable, processAuditStatus, saveTracingState, serializeMediatorProperties, serializeNamespaces, setAuditConfigurable, setTraceState
public static final int ACTION_SET
public static final int ACTION_REMOVE
public String getScope()
public void setScope(String scope)
public int getAction()
public void setAction(int action)
public QName getQName()
public void setQName(QName qName)
public String getValue()
public void setValue(String value)
public org.apache.synapse.util.xpath.SynapseXPath getExpression()
public void setExpression(org.apache.synapse.util.xpath.SynapseXPath expression)
public void setXml(org.apache.axiom.om.OMElement xml)
public org.apache.axiom.om.OMElement getXml()
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)
Copyright © 2017 WSO2. All rights reserved.