Package org.wso2.carbon.mediator.header
Class HeaderMediator
- java.lang.Object
-
- org.wso2.carbon.mediator.service.ui.AbstractMediator
-
- org.wso2.carbon.mediator.header.HeaderMediator
-
- All Implemented Interfaces:
org.wso2.carbon.mediator.service.ui.Mediator
public class HeaderMediator extends org.wso2.carbon.mediator.service.ui.AbstractMediator
-
-
Field Summary
Fields Modifier and Type Field Description static int
ACTION_REMOVE
static int
ACTION_SET
-
Constructor Summary
Constructors Constructor Description HeaderMediator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
build(org.apache.axiom.om.OMElement elem)
int
getAction()
org.apache.synapse.config.xml.SynapsePath
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.config.xml.SynapsePath expression)
void
setQName(QName qName)
void
setScope(String scope)
void
setValue(String value)
void
setXml(org.apache.axiom.om.OMElement xml)
-
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
-
-
-
-
Field Detail
-
ACTION_SET
public static final int ACTION_SET
- See Also:
- Constant Field Values
-
ACTION_REMOVE
public static final int ACTION_REMOVE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getScope
public String getScope()
-
setScope
public void setScope(String scope)
-
getAction
public int getAction()
-
setAction
public void setAction(int action)
-
getQName
public QName getQName()
-
setQName
public void setQName(QName qName)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getExpression
public org.apache.synapse.config.xml.SynapsePath getExpression()
-
setExpression
public void setExpression(org.apache.synapse.config.xml.SynapsePath expression)
-
setXml
public void setXml(org.apache.axiom.om.OMElement xml)
-
getXml
public org.apache.axiom.om.OMElement getXml()
-
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)
-
-