Package org.apache.synapse.config.xml
Class AnonymousListMediatorSerializer
- java.lang.Object
-
- org.apache.synapse.config.xml.AbstractMediatorSerializer
-
- org.apache.synapse.config.xml.AbstractListMediatorSerializer
-
- org.apache.synapse.config.xml.AnonymousListMediatorSerializer
-
- All Implemented Interfaces:
MediatorSerializer
public class AnonymousListMediatorSerializer extends AbstractListMediatorSerializer
This is Serializer for serialization of an anonymous list mediator(an unnamed list of mediators )
-
-
Field Summary
-
Fields inherited from class org.apache.synapse.config.xml.AbstractMediatorSerializer
DESCRIPTION_Q, fac, log, nullNS, PROP_Q, synNS
-
-
Constructor Summary
Constructors Constructor Description AnonymousListMediatorSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMediatorClassName()
Return the class name of the mediator which can be serializedorg.apache.axiom.om.OMElement
serializeSpecificMediator(Mediator m)
To serialize an anonymous list mediator-
Methods inherited from class org.apache.synapse.config.xml.AbstractListMediatorSerializer
serializeChildren
-
Methods inherited from class org.apache.synapse.config.xml.AbstractMediatorSerializer
handleException, handleException, saveTracingState, serializeComments, serializeComments, serializeMediator, serializeMediatorProperties, serializeMediatorProperties, serializeNamespaces, serializeProperties
-
-
-
-
Method Detail
-
serializeSpecificMediator
public org.apache.axiom.om.OMElement serializeSpecificMediator(Mediator m)
To serialize an anonymous list mediator- Specified by:
serializeSpecificMediator
in classAbstractMediatorSerializer
- Parameters:
m
-- Returns:
- OMElement
-
getMediatorClassName
public String getMediatorClassName()
Description copied from interface:MediatorSerializer
Return the class name of the mediator which can be serialized- Returns:
- the class name
-
-