Posts Tagged ‘WSO2 ESB’

Apache Synapse Ant mediator

Ant mediator is a pluggable extension to Apache Synapse and WSO2 ESB, Enterprise Service Bus products. It executes Ant tasks programmatically through the Synapse configuration. It can extract properties and values from the current message context and pass them to the Ant build file as properties. Also Ant target can be selected dynamically by setting a property in the message context as well. For example Ant mediator can be used to call shell scripts in the message mediation. Check out the sample, and download the binary with the source code here.

Add comment    Date: June 14, 2008

Categories: ESB   Tags: , , , , , , , ,

Apache Synapse simulate mediator

Simulate mediator is a pluggable extension to Apache Synapse and WSO2 ESB, Enterprise Service Bus products. It performs regular expression matches against the message and if all the matches succeed, it replaces the message with the given contents of the file. You can replace the whole SOAP envelope or replace only the body contents. This mediator can be used to simulate Web service responses for development and testing. Check out the sample, and download the binary with the source code here.

Add comment    Date: April 27, 2008

Categories: ESB, Web Services   Tags: , , , , , , , ,

Apache Synapse session mediator

Session mediator is a pluggable extension to Apache Synapse and WSO2 ESB, Enterprise Service Bus products. It provides a simple session object for ongoing messages. Currently it supports only session information transfered through cookies. Check out the sample, and download the binary with the source code here.

Add comment    Date: April 18, 2008

Categories: ESB   Tags: , , , , , , ,

Apache Synapse IM Mediator

IM mediator is a pluggable extension to Apache Synapse and WSO2 ESB, Enterprise Service Bus products. It can extract a property or a value from the current message context and send it as an instant message to the given recipient. IM Mediator uses WSO2 Commons IMWrapper library. It is a common wrapper for different IM protocol libraries. Currenty it supports MSN, AIM, ICQ, Yahoo and Jabber. Check out the sample, and download the binary with the source code here.

Add comment    Date: April 7, 2008

Categories: ESB   Tags: , , , , , , , , , , , ,

Apache Synapse ESB Atom mediator

Atom mediator is a pluggable extension to Apache Synapse and WSO2 ESB, Enterprise Service Bus products. It can extract properties and values from the current message context and publish them as an Atom entry to the given feed. Atom mediator uses Apache Abdera. Check out the sample, and download the binary with the source code here.

Add comment    Date: April 5, 2008

Categories: ESB   Tags: , , , , , , ,

Next Page »