Package org.apache.synapse.config.xml
Class JSONTransformMediatorSerializer
- java.lang.Object
-
- org.apache.synapse.config.xml.AbstractMediatorSerializer
-
- org.apache.synapse.config.xml.JSONTransformMediatorSerializer
-
- All Implemented Interfaces:
MediatorSerializer
public class JSONTransformMediatorSerializer extends AbstractMediatorSerializer
Serializer for JSON Transform mediator
-
-
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 JSONTransformMediatorSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMediatorClassName()Return the class name of the mediator which can be serializedprotected org.apache.axiom.om.OMElementserializeSpecificMediator(Mediator mediator)Specific mediator factory implementations should implement this method to build theMediatorby the given XML configuration-
Methods inherited from class org.apache.synapse.config.xml.AbstractMediatorSerializer
handleException, handleException, saveTracingState, serializeComments, serializeComments, serializeMediator, serializeMediatorProperties, serializeMediatorProperties, serializeNamespaces, serializeProperties
-
-
-
-
Method Detail
-
serializeSpecificMediator
protected org.apache.axiom.om.OMElement serializeSpecificMediator(Mediator mediator)
Description copied from class:AbstractMediatorSerializerSpecific mediator factory implementations should implement this method to build theMediatorby the given XML configuration- Specified by:
serializeSpecificMediatorin classAbstractMediatorSerializer- Parameters:
mediator- mediator to be serialized- Returns:
- serialized element of the mediator
-
getMediatorClassName
public String getMediatorClassName()
Description copied from interface:MediatorSerializerReturn the class name of the mediator which can be serialized- Returns:
- the class name
-
-