Uses of Class
org.apache.camel.support.service.BaseService
Packages that use BaseService
Package
Description
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
Base service classes
-
Uses of BaseService in org.apache.camel.spi
Subclasses of BaseService in org.apache.camel.spiModifier and TypeClassDescriptionclass
Transformer performs message transformation according to the declared data type.class
Validator 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.serviceModifier and TypeClassDescriptionclass
A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status.