public class RouterMediatorSerializer
extends org.apache.synapse.config.xml.AbstractMediatorSerializer
Serializes the RouterMediator
into the following configuration
<router [continueAfter=(true | false)]> <route expression="xpath" [match="regEx"] [breakRouter=(true | false)]> <target [sequence="string"] [endpoint="string"]> <sequence ....../>? <endpoint ....../>? </target> </route>+ </router>
Constructor and Description |
---|
RouterMediatorSerializer() |
Modifier and Type | Method and Description |
---|---|
String |
getMediatorClassName() |
org.apache.axiom.om.OMElement |
serializeSpecificMediator(org.apache.synapse.Mediator mediator) |
public org.apache.axiom.om.OMElement serializeSpecificMediator(org.apache.synapse.Mediator mediator)
serializeSpecificMediator
in class org.apache.synapse.config.xml.AbstractMediatorSerializer
public String getMediatorClassName()
Copyright © 2021 WSO2. All rights reserved.