I m constructiong a POC. I am trying to access facebook's graph api using wso2 esb. But it seems that i m not getting the complete json data. So i decided to use Message Relays as mentioned here But while searching for an example of how to use it i came across 2 terms namely : Message Builders & Formatters. Can any one explain me the difference between these two. Also I was unable to find a working example with sufficient explanation to use Message Relays.
1630 次
1 に答える
3
メッセージビルダー:AXis2に由来する概念。メッセージが特定のトランスポート(HTTP)を介してwso2 esbに到達する場合、メッセージのコンテンツタイプに基づいて、そこからSOAPメッセージを構築する必要があります(たとえば、JSONをSOAP / XMLに変換します)。
メッセージフォーマッタ:メッセージがESBから送信される場合、出力コンテンツタイプに基づいて、メッセージを必要な形式に変換する必要があります。(例:SOAPからJSON)
バイナリリレー:この投稿を参照してください。
于 2012-06-08T14:24:48.953 に答える