Class | Description |
---|---|
AbstractCamelCommand |
Camel jBPM
Command which allows to call Camel routes with a direct endpoint. |
AbstractCamelWorkItemHandler |
Camel jBPM
WorkItemHandler which allows to call Camel routes with a direct endpoint. |
DeploymentContextCamelCommand |
CamelCommand that uses the
CamelContext registered on the ServiceRegistry for this specific deployment. |
GlobalContextCamelCommand |
CamelCommand that uses the global
CamelContext registered on the ServiceRegistry . |
InOnlyCamelWorkItemHandler |
Camel jBPM
WorkItemHandler that sends Exchanges with an InOnly Message Exchange Pattern. |
InOutCamelWorkItemHandler |
Camel jBPM
WorkItemHandler that sends Exchanges with an InOut Message Exchange Pattern. |
Apache Camel