Author: chirino
Date: Thu Jan  4 12:14:26 2007
New Revision: 492714

URL: http://svn.apache.org/viewvc?view=rev&rev=492714
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=492714&r1=492713&r2=492714
==============================================================================
--- incubator/servicemix/site/hello-world-se.html (original)
+++ incubator/servicemix/site/hello-world-se.html Thu Jan  4 12:14:26 2007
@@ -332,16 +332,16 @@
 
 
 <UL>
-       <LI><TT>MyComponent.java</TT> - Extends the <SPAN class="nobr"><A 
href="http://fisheye3.cenqua.com/browse/servicemix/trunk/common/servicemix-common/src/main/java/org/apache/servicemix/common/DefaultComponent.java?r=trunk";
 title="Visit page outside Confluence" 
rel="nofollow"><TT>DefaultComponent</TT><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>, a convience 
class that makes creating JBI components much easier and provides lifecycle 
management of components deployed to the JBI container. This class should be 
fleshed out by overriding methods in the <TT>DefaultComponent</TT> to configure 
and initialize the component. This is where we will place the logic to print 
out the Hello World message.</LI>
+       <LI><TT>MyComponent.java</TT> - Extends the <SPAN class="nobr"><A 
href="http://fisheye3.cenqua.com/browse/servicemix/trunk/common/servicemix-common/src/main/java/org/apache/servicemix/common/DefaultComponent.java?r=trunk";
 title="Visit page outside Confluence" 
rel="nofollow"><TT>DefaultComponent</TT><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>, a convience 
class that makes creating JBI components much easier and provides lifecycle 
management of components deployed to the JBI container. This class should be 
fleshed out by overriding methods in the <TT>DefaultComponent</TT> to configure 
and initialize the component.</LI>
 </UL>
 
 
 <UL>
-       <LI><TT>MyEndpoint.java</TT> - Extends <SPAN class="nobr"><A 
href="http://fisheye3.cenqua.com/browse/servicemix/trunk/common/servicemix-common/src/main/java/org/apache/servicemix/common/Endpoint.java?r=trunk";
 title="Visit page outside Confluence" 
rel="nofollow"><TT>Endpoint</TT><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> and implements 
<SPAN class="nobr"><A 
href="http://fisheye3.cenqua.com/browse/servicemix/trunk/common/servicemix-common/src/main/java/org/apache/servicemix/common/ExchangeProcessor.java?r=trunk";
 title="Visit page outside Confluence" 
rel="nofollow"><TT>ExchangeProcessor</TT><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>. 
<TT>Endpoint</TT> provides a referenceable resource for the component and the 
<TT>ExchangeProcessor</TT> 
 provides the ability for the JBI container to process the message 
exchange.</LI>
+       <LI><TT>MyEndpoint.java</TT> - Extends <SPAN class="nobr"><A 
href="http://fisheye3.cenqua.com/browse/servicemix/trunk/common/servicemix-common/src/main/java/org/apache/servicemix/common/Endpoint.java?r=trunk";
 title="Visit page outside Confluence" 
rel="nofollow"><TT>Endpoint</TT><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> and implements 
<SPAN class="nobr"><A 
href="http://fisheye3.cenqua.com/browse/servicemix/trunk/common/servicemix-common/src/main/java/org/apache/servicemix/common/ExchangeProcessor.java?r=trunk";
 title="Visit page outside Confluence" 
rel="nofollow"><TT>ExchangeProcessor</TT><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>. 
<TT>Endpoint</TT> provides a referenceable resource for the component and the 
<TT>ExchangeProcessor</TT> 
 provides the ability for the JBI container to process a message exchange with 
the component. The <TT>ExchangeProcessor.process()</TT> method is where we will 
place the logic to print out the Hello World message.</LI>
 </UL>
 
 
-
+<H4><A name="HelloWorld-SE-"></A></H4>
 
 <H3><A 
name="HelloWorld-SE-CreatingtheMavenSubprojectsFortheServiceUnitandServiceAssembly"></A>Creating
 the Maven Subprojects For the Service Unit and Service Assembly</H3>
 
@@ -658,7 +658,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=15241";>view
 change</A>)
+                  &nbsp;(<A 
href="http://goopen.org/confluence/pages/diffpages.action?pageId=13823&originalId=15242";>view
 change</A>)
               
       (<A 
href="http://goopen.org/confluence/pages/editpage.action?pageId=13823";>edit 
page</A>)
     </DIV>


Reply via email to