...
Table of Contents |
---|
maxLevel | 3 |
---|
minLevel | 3 |
---|
location | top |
---|
style | border:1 |
---|
type | flat |
---|
separator | pipe |
---|
|
...
Syntax
In
Code Block |
---|
|
<in>
mediator+
</in>
|
Out
Code Block |
---|
|
<out>
mediator+
</out>
|
...
UI Configuration
None.
...
Usage Scenario
Code Block |
---|
|
<syn:sequence name="main" xmlns:syn="http://ws.apache.org/ns/synapse">
<syn:in>
<syn:log level="full"/>
<syn:filter source="get-property('To')" regex="http://localhost:9000.*">
<syn:send/>
</syn:filter>
</syn:in>
<syn:out>
<syn:send/>
</syn:out>
</syn:sequence>
|
Main sequence with the In and Out Mediators. Messages coming to the ESB will be sent using wsa:to
address and responses will be sent back to the requester.
Info |
---|
|
These Mediators are pointless to be used in Proxy Service sequences. Proxy Services has predefined sequences for in messages and out messagemessages. |
Excerpt |
---|
|
Description of the In and the Out Mediators in WSO2 ESB. |