public class ThrottleMediator
extends org.wso2.carbon.mediator.service.ui.AbstractListMediator
Constructor and Description |
---|
ThrottleMediator() |
Modifier and Type | Method and Description |
---|---|
void |
build(org.apache.axiom.om.OMElement elem) |
String |
getId() |
org.apache.axiom.om.OMElement |
getInLinePolicy() |
String |
getOnAcceptSeqKey() |
String |
getOnRejectSeqKey() |
String |
getPolicyKey() |
String |
getTagLocalName() |
org.apache.axiom.om.OMElement |
serialize(org.apache.axiom.om.OMElement parent) |
void |
setId(String id) |
void |
setInLinePolicy(org.apache.axiom.om.OMElement inLinePolicy) |
void |
setOnAcceptSeqKey(String onAcceptSeqKey) |
void |
setOnRejectSeqKey(String onRejectSeqKey) |
void |
setPolicyKey(String policyKey) |
addChild, addChildren, getChild, getList, removeChild, removeChild, serializeChildren
collectNameValuePairs, disableStatistics, enableStatistics, getMediatorProperties, getMediatorProperties, getTraceState, isAuditConfigurable, isStatisticsEnable, processAuditStatus, saveTracingState, serializeMediatorProperties, serializeNamespaces, setAuditConfigurable, setTraceState
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 String getPolicyKey()
public void setPolicyKey(String policyKey)
public org.apache.axiom.om.OMElement getInLinePolicy()
public void setInLinePolicy(org.apache.axiom.om.OMElement inLinePolicy)
public String getOnRejectSeqKey()
public void setOnRejectSeqKey(String onRejectSeqKey)
public String getOnAcceptSeqKey()
public void setOnAcceptSeqKey(String onAcceptSeqKey)
public String getId()
public void setId(String id)
Copyright © 2021 WSO2. All rights reserved.