A useful base class for writing new JBI components which includes the
ComponentLifeCycle interface methods so that
you can write a new component in a single class with minimal overloading.
This class is a wrapper around an existing DeliveryChannel
that will be given to service engine endpoints so that
they are able to send messages and to interact with the
JBI container.
Base class for component configuration.
Due to classloading mechanism in JBI, Shared Libraries are
not available at bootstrap time, so this class should be
copied in your own component and modified directly, instead
of inheriting it.