Uses of Class
org.apache.camel.support.service.BaseService
Packages that use BaseService
Package
Description
Base classes for implementing the Camel service lifecycle (build, init, start, stop, suspend, resume).
-
Uses of BaseService in org.apache.camel.spi
Subclasses of BaseService in org.apache.camel.spiModifier and TypeClassDescriptionclassPerforms message body transformation between twoDataTypes as part of Camel's Transformer contract mechanism.classValidates message content against a declaredDataType, as described in the Transformer and Validator documentation. -
Uses of BaseService in org.apache.camel.support.service
Subclasses of BaseService in org.apache.camel.support.serviceModifier and TypeClassDescriptionclassA useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status.