Package | Description |
---|---|
org.apache.camel |
The core Camel API.
|
org.apache.camel.spi |
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
|
org.apache.camel.support.service |
Base service classes
|
Modifier and Type | Interface and Description |
---|---|
interface |
StatefulService
A
Service which has all the lifecycle events and offers details about its current state. |
Modifier and Type | Class and Description |
---|---|
class |
Transformer
Transformer performs message transformation according to the
declared data type.
|
class |
Validator
Validator performs message content validation according to the
declared data type.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceSupport
A useful base class which ensures that a service is only initialized once and provides some helper methods for
enquiring of its status.
|
Apache Camel