Author: chirino
Date: Fri Nov 24 00:54:44 2006
New Revision: 478806
URL: http://svn.apache.org/viewvc?view=rev&rev=478806
Log:
Latest export from confluence
Modified:
incubator/servicemix/site/main/jbi-components.html
incubator/servicemix/site/main/servicemix-eip.html
Modified: incubator/servicemix/site/main/jbi-components.html
URL:
http://svn.apache.org/viewvc/incubator/servicemix/site/main/jbi-components.html?view=diff&rev=478806&r1=478805&r2=478806
==============================================================================
--- incubator/servicemix/site/main/jbi-components.html (original)
+++ incubator/servicemix/site/main/jbi-components.html Fri Nov 24 00:54:44 2006
@@ -157,9 +157,6 @@
<a
href="http://goopen.org/confluence/display/SM/servicemix- bean"
title="servicemix- bean">servicemix- bean</a>
<span class="smalltext">(ServiceMix)</span>
<br>
- <a
href="http://goopen.org/confluence/display/SM/servicemix- jsr181"
title="servicemix- jsr181">servicemix- jsr181</a>
- <span class="smalltext">(ServiceMix)</span>
- <br>
<a
href="http://goopen.org/confluence/display/SM/servicemix- wsn2005+old"
title="servicemix- wsn2005 old">servicemix- wsn2005 old</a>
<span class="smalltext">(ServiceMix)</span>
<br>
@@ -185,6 +182,9 @@
<span class="smalltext">(ServiceMix)</span>
<br>
<a
href="http://goopen.org/confluence/display/SM/servicemix- saxon"
title="servicemix- saxon">servicemix- saxon</a>
+ <span class="smalltext">(ServiceMix)</span>
+ <br>
+ <a
href="http://goopen.org/confluence/display/SM/servicemix- jsr181"
title="servicemix- jsr181">servicemix- jsr181</a>
<span class="smalltext">(ServiceMix)</span>
<br>
</div>
Modified: incubator/servicemix/site/main/servicemix-eip.html
URL:
http://svn.apache.org/viewvc/incubator/servicemix/site/main/servicemix-eip.html?view=diff&rev=478806&r1=478805&r2=478806
==============================================================================
--- incubator/servicemix/site/main/servicemix-eip.html (original)
+++ incubator/servicemix/site/main/servicemix-eip.html Fri Nov 24 00:54:44 2006
@@ -105,6 +105,27 @@
<LI><A href="resources.html" title="Resources">Resources</A></LI>
</UL>
+
+<H3><A name="Navigation-Components"></A>Components</H3>
+
+<UL class="alternate" type="square">
+ <LI><SPAN class="nobr"><A
href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM&title=servicemix-beans&linkCreation=true&fromPageId=2021"
title="Create Page: servicemix-beans"
class="createlink">servicemix-beans<SUP><IMG class="rendericon"
src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7"
align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
+ <LI><A href="servicemix-bpe.html"
title="servicemix-bpe">servicemix-bpe</A></LI>
+ <LI><A href="servicemix-drools.html"
title="servicemix-drools">servicemix-drools</A></LI>
+ <LI><A href="" title="servicemix-eip">servicemix-eip</A></LI>
+ <LI><A href="servicemix-file.html"
title="servicemix-file">servicemix-file</A></LI>
+ <LI><A href="servicemix-ftp.html"
title="servicemix-ftp">servicemix-ftp</A></LI>
+ <LI><A href="servicemix-http.html"
title="servicemix-http">servicemix-http</A></LI>
+ <LI><A href="servicemix-jms.html"
title="servicemix-jms">servicemix-jms</A></LI>
+ <LI><A href="servicemix-jsr181.html"
title="servicemix-jsr181">servicemix-jsr181</A></LI>
+ <LI><A href="servicemix-lwcontainer.html"
title="servicemix-lwcontainer">servicemix-lwcontainer</A></LI>
+ <LI><A href="servicemix-saxon.html"
title="servicemix-saxon">servicemix-saxon</A></LI>
+ <LI><SPAN class="nobr"><A
href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM&title=servicemix-script&linkCreation=true&fromPageId=2021"
title="Create Page: servicemix-script"
class="createlink">servicemix-script<SUP><IMG class="rendericon"
src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7"
align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
+ <LI><A href="servicemix-wsn2005.html"
title="servicemix-wsn2005">servicemix-wsn2005</A></LI>
+ <LI><A href="servicemix-xmpp.html"
title="servicemix-xmpp">servicemix-xmpp</A></LI>
+</UL>
+
+
</DIV>
</TD>
<TD valign="top">
@@ -128,6 +149,7 @@
<LI><A href="#servicemix-eip-WireTap" title="Wire Tap on
servicemix-eip">Wire Tap</A></LI>
<LI><A href="#servicemix-eip-XPathSplitter" title="XPath Splitter on
servicemix-eip">XPath Splitter</A></LI>
<LI><A href="#servicemix-eip-SplitAggregator" title="Split Aggregator
on servicemix-eip">Aggregator</A></LI>
+ <LI><A href="#servicemix-eip-ContentEnricher" title="Content Enricher
on servicemix-eip">Content Enricher</A></LI>
</UL>
@@ -331,6 +353,23 @@
<SPAN class="code-tag"></eip:split-aggregator></SPAN></PRE>
</DIV></DIV>
+<H3><A name="servicemix-eip-ContentEnricher"></A>Content Enricher</H3>
+
+<P>With a Content Enricher you can extract additional information from a
source and add this information to your message. This is useful if the calling
service for example extracts a 'userID' and your target system is
only aware of a 'userName'. By using the Content-Enricher you could
extract this information from a source system and add this additional
information ('userName') to your message.</P>
+
+<P><IMG
src="http://www.enterpriseintegrationpatterns.com/img/DataEnricher.gif"
align="absmiddle" border="0"></P>
+<DIV class="code"><DIV class="codeContent">
+<PRE class="code-xml"><SPAN class="code-tag"><eip:content-enricher
service=<SPAN class="code-quote">"test:contentEnricher"</SPAN>
endpoint=<SPAN class="code-quote">"endpoint"</SPAN>></SPAN>
+ <SPAN class="code-tag"><eip:enricherTarget></SPAN>
+ <SPAN class="code-tag"><eip:exchange-target service=<SPAN
class="code-quote">"test:additionalInformationExtracter"</SPAN>
/></SPAN>
+ <SPAN class="code-tag"></eip:enricherTarget></SPAN>
+ <SPAN class="code-tag"><eip:target></SPAN>
+ <SPAN class="code-tag"><eip:exchange-target service=<SPAN
class="code-quote">"test:myTarget"</SPAN> /></SPAN>
+ <SPAN class="code-tag"></eip:target></SPAN>
+<SPAN class="code-tag"></eip:content-enricher></SPAN></PRE>
+</DIV></DIV>
+
+
<H2><A name="servicemix-eip-Tips"></A>Tips</H2>
@@ -407,8 +446,8 @@
</DIV>
<DIV id="site-footer">
Added by <A
href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnt">gnt</A>,
- last edited by <A
href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnodet">Guillaume
Nodet</A> on Nov 12, 2006
- (<A
href="http://goopen.org/confluence/pages/diffpages.action?pageId=1915&originalId=14935">view
change</A>)
+ last edited by <A
href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnodet">Guillaume
Nodet</A> on Nov 24, 2006
+ (<A
href="http://goopen.org/confluence/pages/diffpages.action?pageId=1915&originalId=15152">view
change</A>)
(<A
href="http://goopen.org/confluence/pages/editpage.action?pageId=1915">edit
page</A>)
</DIV>