org.apache.synapse.mediators.throttle
Class ThrottleMediatorSerializer
java.lang.Object
org.apache.synapse.config.xml.AbstractMediatorSerializer
org.apache.synapse.mediators.throttle.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>
| Fields inherited from class org.apache.synapse.config.xml.AbstractMediatorSerializer |
DESCRIPTION_Q, fac, log, nullNS, PROP_Q, synNS |
| Methods inherited from class org.apache.synapse.config.xml.AbstractMediatorSerializer |
handleException, handleException, saveTracingState, serializeMediator, serializeMediatorProperties, serializeMediatorProperties, serializeNamespaces, serializeProperties |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThrottleMediatorSerializer
public ThrottleMediatorSerializer()
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()
Copyright © 2005–2015 Apache Software Foundation. All rights reserved.