Class XQueryMediatorSerializer
- java.lang.Object
-
- org.apache.synapse.config.xml.AbstractMediatorSerializer
-
- org.apache.synapse.mediators.xquery.XQueryMediatorSerializer
-
- All Implemented Interfaces:
org.apache.synapse.config.xml.MediatorSerializer
public class XQueryMediatorSerializer extends org.apache.synapse.config.xml.AbstractMediatorSerializer
Serialize the given XQuery mediator into a XML<xquery key="string" [target="xpath"]> <variable name="string" type="string" [key="string"] [expression="xpath"] [value="string"]/>? </xquery>
-
-
Constructor Summary
Constructors Constructor Description XQueryMediatorSerializer()
-
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 m)
-
-
-
Method Detail
-
serializeSpecificMediator
public org.apache.axiom.om.OMElement serializeSpecificMediator(org.apache.synapse.Mediator m)
- Specified by:
serializeSpecificMediator
in classorg.apache.synapse.config.xml.AbstractMediatorSerializer
-
getMediatorClassName
public String getMediatorClassName()
-
-