Class Throttle
java.lang.Object
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.STNode
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.Mediator
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.filter.throttle.Throttle
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()voidsetDescription(String description) voidvoidsetOnAccept(Sequence onAccept) voidsetOnAcceptAttribute(String onAcceptAttribute) voidsetOnReject(Sequence onReject) voidsetOnRejectAttribute(String onRejectAttribute) voidsetPolicies(ThrottlePolicies policies) Methods inherited from class org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.Mediator
getDisplayName, setDisplayNameMethods inherited from class org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.STNode
addNamespace, elementNode, getNamespaces, getRange, getTag, getTextNode, isSelfClosed, setTag, setTextNode
-
Constructor Details
-
Throttle
public Throttle()
-
-
Method Details
-
getPolicies
-
setPolicies
-
getOnAccept
-
setOnAccept
-
getOnReject
-
setOnReject
-
getId
-
setId
-
getOnAcceptAttribute
-
setOnAcceptAttribute
-
getOnRejectAttribute
-
setOnRejectAttribute
-
getDescription
-
setDescription
-