Class ThrottleMediatorSerializer

  • All Implemented Interfaces:
    org.apache.synapse.config.xml.MediatorSerializer

    public class ThrottleMediatorSerializer
    extends org.apache.synapse.config.xml.AbstractMediatorSerializer
    The Serializer for Throttle Mediator saving throttle instance
     <throttle [onReject="string"] [onAccept="string"] id="string">
       (<policy key="string"/> | <policy>..</policy>)
        <onReject>..</onReject>?
        <onAccept>..</onAccept>?
     </throttle>
     
    • Constructor Detail

      • ThrottleMediatorSerializer

        public ThrottleMediatorSerializer()
    • Method Detail

      • serializeSpecificMediator

        public org.apache.axiom.om.OMElement serializeSpecificMediator​(org.apache.synapse.Mediator m)
        Specified by:
        serializeSpecificMediator in class org.apache.synapse.config.xml.AbstractMediatorSerializer
      • getMediatorClassName

        public String getMediatorClassName()