Uses of Class
org.apache.camel.support.service.BaseService
-
Packages that use BaseService Package Description org.apache.camel.spi Service Provider Interfaces used by the Camel runtime which are plugin strategies.org.apache.camel.support.service Base service classes -
-
Uses of BaseService in org.apache.camel.spi
Subclasses of BaseService in org.apache.camel.spi Modifier and Type Class Description classTransformerTransformer performs message transformation according to the declared data type.classValidatorValidator performs message content validation according to the declared data type. -
Uses of BaseService in org.apache.camel.support.service
Subclasses of BaseService in org.apache.camel.support.service Modifier and Type Class Description classServiceSupportA useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status.
-