Class PublishEventMediatorSerializer
- java.lang.Object
-
- org.apache.synapse.config.xml.AbstractMediatorSerializer
-
- org.wso2.carbon.mediator.publishevent.PublishEventMediatorSerializer
-
- All Implemented Interfaces:
org.apache.synapse.config.xml.MediatorSerializer
public class PublishEventMediatorSerializer extends org.apache.synapse.config.xml.AbstractMediatorSerializer
-
-
Constructor Summary
Constructors Constructor Description PublishEventMediatorSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMediatorClassName()
org.apache.axiom.om.OMElement
serializeSpecificMediator(org.apache.synapse.Mediator mediator)
Creates XML representation of the publishEvent mediator
-
-
-
Method Detail
-
serializeSpecificMediator
public org.apache.axiom.om.OMElement serializeSpecificMediator(org.apache.synapse.Mediator mediator)
Creates XML representation of the publishEvent mediator- Specified by:
serializeSpecificMediator
in classorg.apache.synapse.config.xml.AbstractMediatorSerializer
- Parameters:
mediator
- The mediator for which the XML representation should be created- Returns:
- The Created XML representation of mediator as an OMElement
-
getMediatorClassName
public String getMediatorClassName()
-
-