Class ThrottleMediator
- java.lang.Object
-
- org.wso2.carbon.mediator.service.ui.AbstractMediator
-
- org.wso2.carbon.mediator.service.ui.AbstractListMediator
-
- org.wso2.carbon.mediator.throttle.ThrottleMediator
-
- All Implemented Interfaces:
org.wso2.carbon.mediator.service.ui.ListMediator
,org.wso2.carbon.mediator.service.ui.Mediator
public class ThrottleMediator extends org.wso2.carbon.mediator.service.ui.AbstractListMediator
-
-
Constructor Summary
Constructors Constructor Description ThrottleMediator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
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)
-
getPolicyKey
public String getPolicyKey()
-
setPolicyKey
public void setPolicyKey(String policyKey)
-
getInLinePolicy
public org.apache.axiom.om.OMElement getInLinePolicy()
-
setInLinePolicy
public void setInLinePolicy(org.apache.axiom.om.OMElement inLinePolicy)
-
getOnRejectSeqKey
public String getOnRejectSeqKey()
-
setOnRejectSeqKey
public void setOnRejectSeqKey(String onRejectSeqKey)
-
getOnAcceptSeqKey
public String getOnAcceptSeqKey()
-
setOnAcceptSeqKey
public void setOnAcceptSeqKey(String onAcceptSeqKey)
-
getId
public String getId()
-
setId
public void setId(String id)
-
-