org.apache.synapse.config.xml
Class MediatorSerializerFinder

java.lang.Object
  extended by org.apache.synapse.config.xml.MediatorSerializerFinder

public class MediatorSerializerFinder
extends Object


Method Summary
static MediatorSerializerFinder getInstance()
           
 MediatorSerializer getSerializer(Mediator mediator)
           
 Map<String,MediatorSerializer> getSerializerMap()
          This method will return the serializer Map registered with the Finder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.