org.apache.synapse.config.xml
Class InMediatorSerializer

java.lang.Object
  extended by org.apache.synapse.config.xml.AbstractMediatorSerializer
      extended by org.apache.synapse.config.xml.AbstractListMediatorSerializer
          extended by org.apache.synapse.config.xml.InMediatorSerializer
All Implemented Interfaces:
MediatorSerializer

public class InMediatorSerializer
extends AbstractListMediatorSerializer


Field Summary
 
Fields inherited from class org.apache.synapse.config.xml.AbstractMediatorSerializer
fac, nullNS, synNS
 
Constructor Summary
InMediatorSerializer()
           
 
Method Summary
 java.lang.String getMediatorClassName()
          Return the class name of the mediator which can be serialized
 org.apache.axiom.om.OMElement serializeMediator(org.apache.axiom.om.OMElement parent, Mediator m)
          Return the XML representation of this mediator
 
Methods inherited from class org.apache.synapse.config.xml.AbstractListMediatorSerializer
serializeChildren
 
Methods inherited from class org.apache.synapse.config.xml.AbstractMediatorSerializer
finalizeSerialization, serializeMediatorProperties, serializeNamespaces, serializeProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InMediatorSerializer

public InMediatorSerializer()
Method Detail

serializeMediator

public org.apache.axiom.om.OMElement serializeMediator(org.apache.axiom.om.OMElement parent,
                                                       Mediator m)
Description copied from interface: MediatorSerializer
Return the XML representation of this mediator

Parameters:
parent - the OMElement to which the serialization should be attached
m - mediator to be serialized
Returns:
the serialized mediator XML

getMediatorClassName

public java.lang.String getMediatorClassName()
Description copied from interface: MediatorSerializer
Return the class name of the mediator which can be serialized

Returns:
the class name


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