The ServiceMix Bean component is used to process JBI message exchanges using plain old Java objects (POJOs). If you deploy a Bean with a POJO that implements the MessageExchangeListener interface, Bean acts as a replacement for the lightweight container component.
The class is the class name of your Bean with its package. The location is the path to the JAR file or directory containing the class you want to use.
For example,
path_to_my_jar
.jar
and the class property is
my_package.my_supackage.my_class
path_to_my_package
and the class property is
my_package.my_supackage.my_clas