Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The purpose of this example is to demonstrate how Format Indicator EIP could This section explains how the Format Indicator EIP can be implemented using WSO2 ESB. The purpose of this EIP is to allow the following topics are covered:

Table of Contents

Introduction to Format Indicator

The Format Indicator EIP allows communication channels to know the format of data which is transmitted into to the ESB. Once the format is identified, the receiver will know how to process the message based on its format. For more information, refer to http://www.eaipatterns.com/FormatIndicator.html.

How WSO2 ESB Implements the EIP

ESB Architecture best describes on how a message will be tackled when it arrivesThe Architecture section in WSO2 ESB documentation describes how the ESB processes a message it receives. When a message arrives before its it is sent through the pipes for mediation, it will be transformed to a SOAP envelop using message builders. This way, the message will be of a standard format for the message mediation engine to do the processing. Once the response is ready to be sent back to the receiver, it will be changed back to its original format through message formatters. 

 

 

 

 

 

 

 

Excerpt
hiddentrue

Format Indicator, Integration Patterns with WSO2 ESB