Uses of Interface
org.apache.camel.StatefulService
-
Packages that use StatefulService 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 StatefulService in org.apache.camel.spi
Classes in org.apache.camel.spi that implement StatefulService 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 StatefulService in org.apache.camel.support.service
Classes in org.apache.camel.support.service that implement StatefulService 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.
-