org.apache.synapse.mediators.bsf
Class ScriptMediatorSerializer

java.lang.Object
  extended by org.apache.synapse.config.xml.AbstractMediatorSerializer
      extended by org.apache.synapse.mediators.bsf.ScriptMediatorSerializer
All Implemented Interfaces:
org.apache.synapse.config.xml.MediatorSerializer

public class ScriptMediatorSerializer
extends org.apache.synapse.config.xml.AbstractMediatorSerializer

Serializer for a script mediator

See Also:
ScriptMediatorFactory

Field Summary
 
Fields inherited from class org.apache.synapse.config.xml.AbstractMediatorSerializer
DESCRIPTION_Q, fac, log, nullNS, PROP_Q, synNS
 
Constructor Summary
ScriptMediatorSerializer()
           
 
Method Summary
 String getMediatorClassName()
           
 org.apache.axiom.om.OMElement serializeSpecificMediator(org.apache.synapse.Mediator m)
           
 
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
 

Constructor Detail

ScriptMediatorSerializer

public ScriptMediatorSerializer()
Method Detail

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.