Sign in
apache
/
synapse
/
refs/heads/M2
/
.
/
modules
/
core
/
test
/
rules
/
synapse-send.xml
blob: 1be9f5a2c3685e98d31d758113b12ce798d791b6 [
file
]
<synapse
xmlns
=
"http://ws.apache.org/ns/synapse"
>
<stage
name
=
"xpath"
>
<xpath
expr
=
"//ns:text"
xmlns:ns
=
"urn:text-body"
>
<classmediator
name
=
"sendBackHelper"
class
=
"org.apache.synapse.mediators.SendBack"
/>
<send/>
</xpath>
</stage>
</synapse>