Package org.apache.synapse.config.xml
Class MediatorSerializerFinder
- java.lang.Object
-
- org.apache.synapse.config.xml.MediatorSerializerFinder
-
public class MediatorSerializerFinder extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MediatorSerializerFinder
getInstance()
MediatorSerializer
getSerializer(Mediator mediator)
Map<String,MediatorSerializer>
getSerializerMap()
This method will return the serializer Map registered with the Finder
-
-
-
Method Detail
-
getInstance
public static MediatorSerializerFinder getInstance()
-
getSerializer
public MediatorSerializer getSerializer(Mediator mediator)
-
getSerializerMap
public Map<String,MediatorSerializer> getSerializerMap()
This method will return the serializer Map registered with the Finder- Returns:
- Map of serilaizers already registered with the Finder
-
-