DOC

org.apache.servicemix : servicemix-bean

Maven & Gradle

Jan 15, 2013
13 usages

Apache ServiceMix :: Components :: Bean Service Engine · The ServiceMix Bean component provides integration with beans (POJOs) with the JBI bus to make it easy to use POJOs to process JBI message exchanges. Like in an Message Driven Bean in J2EE a POJO will receive a message from the NMR and process it in any way it likes. Unlike in a JMS component where the coding is already done the Bean component gives the developer the freedom to create any type of message handling but it must be hand coded all the way.

Table Of Contents

Latest Version

Download org.apache.servicemix : servicemix-bean Javadoc & API Documentation - Latest Versions:

All Versions

Download org.apache.servicemix : servicemix-bean Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2013.01
2011.02.x
2011.02
2011.01
2010.02
2010.01
2009.02
2009.01
2008.01
3.2.x
3.2
3.1.x

How to open Javadoc JAR file in web browser

  1. Rename the file servicemix-bean-2013.01-javadoc.jar to servicemix-bean-2013.01-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder servicemix-bean-2013.01-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "servicemix-bean-2013.01-sources.jar" -d "servicemix-bean-2013.01-javadoc" -subpackages