Uses of Interface
org.apache.camel.StatefulService
Packages that use StatefulService
Package
Description
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
Base service classes
-
Uses of StatefulService in org.apache.camel.spi
Classes in org.apache.camel.spi that implement StatefulServiceModifier 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 StatefulService in org.apache.camel.support.service
Classes in org.apache.camel.support.service that implement StatefulServiceModifier 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.