WSO2 ESB is an open source Enterprise Service Bus that enables interoperability among various heterogeneous systems and business applications.
Detach Mediator is an helper mediator to detach element(s) or attribute(s) from payload. Mediator modifies original payload.
You have two options:
a) Add as a Maven/Gradle/Ivy dependency to your project. Get the dependency snippet from here.
b) Download it manually from here.
Copy the wso2-esb-detach-mediator-x.y.jar
to $WSO2_ESB_HOME/repository/components/dropins/
.
Mediator can be used as follows:
<detach xpath="expression"/>
<detach xpath="//element"/>
<detach xpath="//element/@attribute"/>
- Oracle Java 6 or above
- WSO2 ESB
- Wrapper Mediator has been tested with WSO2 ESB versions 4.9.0 & 5.0.0
- Java 6 + Maven 3.0.X
Copyright © 2016 Mystes Oy. Licensed under the Apache 2.0 License.