public class RouterMediatorFactory
extends org.apache.synapse.config.xml.AbstractMediatorFactory
Builds the RouterMediator
using 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 |
---|
RouterMediatorFactory() |
Modifier and Type | Method and Description |
---|---|
org.apache.synapse.Mediator |
createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties) |
QName |
getTagQName() |
public org.apache.synapse.Mediator createSpecificMediator(org.apache.axiom.om.OMElement elem, Properties properties)
createSpecificMediator
in class org.apache.synapse.config.xml.AbstractMediatorFactory
public QName getTagQName()
Copyright © 2020 WSO2. All rights reserved.