Author: chirino
Date: Thu Jan  4 13:10:08 2007
New Revision: 492743

URL: http://svn.apache.org/viewvc?view=rev&rev=492743
Log:
Latest export from confluence

Modified:
    incubator/servicemix/site/hello-world-se.html

Modified: incubator/servicemix/site/hello-world-se.html
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/site/hello-world-se.html?view=diff&rev=492743&r1=492742&r2=492743
==============================================================================
--- incubator/servicemix/site/hello-world-se.html (original)
+++ incubator/servicemix/site/hello-world-se.html Thu Jan  4 13:10:08 2007
@@ -408,7 +408,7 @@
     }</PRE>
 </DIV></DIV>
 
-<P>The implementation of this method was provided by the 
servicemix-service-engine Maven archetype and is shown in the code snippet 
above. Because the archetype can be used to create a consumer or a provider, 
this snippet contains a conditional block for handling either a consuemr or a 
provider role. In the case of the Hello World SE, we are only interested in the 
provider role so we&apos;re going to make some changes to <TT>MyEndpoint</TT>. 
</P>
+<P>The implementation of this method was provided by the 
servicemix-service-engine Maven archetype and is shown in the code snippet 
above. Because the archetype can be used to create a consumer or a provider, 
this method is very generic and contains a conditional block for handling 
either a consumer or a provider role. But this method will still require us to 
make the decision of which style of <SPAN class="nobr"><A 
href="http://servicemix.org/site/5-jbi.html#5.JBI-ServiceinvocationandMEP"; 
title="Visit page outside Confluence" rel="nofollow">Message Exchange Pattern 
(MEP)<SUP><IMG class="rendericon" 
src="http://goopen.org/confluence/images/icons/linkext7.gif"; height="0" 
width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN> to handle as 
well. In the case of the Hello World SE, we know that it is a provider so it 
will need to send a return message. Therefore it will need to handle an InOut 
MEP.  </P>
 
 <P><IMG src="hello-world-se.data/simple_endpoint_hierarchy.png" 
align="absmiddle" border="0"></P>
 
@@ -740,7 +740,7 @@
     <DIV id="site-footer">
           Added by     <A 
href="http://goopen.org/confluence/users/viewuserprofile.action?username=georg_dembowski";>Georg
 Dembowski</A>,
     last edited by     <A 
href="http://goopen.org/confluence/users/viewuserprofile.action?username=bsnyder";>Bruce
 Snyder</A> on Jan 06, 2007
-                  &nbsp;(<A 
href="http://goopen.org/confluence/pages/diffpages.action?pageId=13823&originalId=15244";>view
 change</A>)
+                  &nbsp;(<A 
href="http://goopen.org/confluence/pages/diffpages.action?pageId=13823&originalId=15245";>view
 change</A>)
               
       (<A 
href="http://goopen.org/confluence/pages/editpage.action?pageId=13823";>edit 
page</A>)
     </DIV>


Reply via email to