public class CacheMediatorSerializer
extends org.apache.synapse.config.xml.AbstractMediatorSerializer
Constructor and Description |
---|
CacheMediatorSerializer() |
Modifier and Type | Method and Description |
---|---|
String |
getMediatorClassName() |
protected void |
serializeChildren(org.apache.axiom.om.OMElement parent,
List<org.apache.synapse.Mediator> list)
Creates XML representation of the child mediators.
|
protected org.apache.axiom.om.OMElement |
serializeSpecificMediator(org.apache.synapse.Mediator mediator)
Serializes the cache mediator into XML element.
|
protected org.apache.axiom.om.OMElement serializeSpecificMediator(org.apache.synapse.Mediator mediator)
serializeSpecificMediator
in class org.apache.synapse.config.xml.AbstractMediatorSerializer
mediator
- mediator to be serializedpublic String getMediatorClassName()
protected void serializeChildren(org.apache.axiom.om.OMElement parent, List<org.apache.synapse.Mediator> list)
parent
- The mediator for which the XML representation child should be attachedlist
- The mediators list for which the XML representation should be createdCopyright © 2020 WSO2. All rights reserved.