Annotation Type and Description |
---|
org.apache.camel.FallbackConverter
use @Converter(fallback = true) instead
|
Field and Description |
---|
org.apache.camel.Exchange.ACCEPT_CONTENT_TYPE |
org.apache.camel.Exchange.CREATED_TIMESTAMP |
org.apache.camel.Exchange.ERRORHANDLER_HANDLED |
org.apache.camel.Exchange.EXTERNAL_REDELIVERED |
org.apache.camel.Exchange.INTERRUPTED |
org.apache.camel.Exchange.NOTIFY_EVENT |
org.apache.camel.Exchange.REDELIVERY_EXHAUSTED |
org.apache.camel.Exchange.ROLLBACK_ONLY |
org.apache.camel.Exchange.ROLLBACK_ONLY_LAST |
org.apache.camel.Exchange.ROUTE_STOP |
org.apache.camel.Exchange.UNIT_OF_WORK_PROCESS_SYNC
UNIT_OF_WORK_PROCESS_SYNC is not in use and will be removed in future Camel release
|
Method and Description |
---|
org.apache.camel.FluentProducerTemplate.clearAll()
the template automatic clears when sending
|
org.apache.camel.FluentProducerTemplate.clearBody()
the template automatic clears when sending
|
org.apache.camel.FluentProducerTemplate.clearHeaders()
the template automatic clears when sending
|
org.apache.camel.CamelContext.getEndpointMap() |
org.apache.camel.CamelContext.getLanguageNames()
not in use
|
org.apache.camel.Exchange.getOut() |
org.apache.camel.Exchange.getOut(Class<T>) |
org.apache.camel.Exchange.getProperty(String, Object) |
org.apache.camel.Exchange.hasOut() |
org.apache.camel.spi.ExecutorServiceManager.newCachedThreadPool(Object, String) |
org.apache.camel.spi.ThreadPoolFactory.newCachedThreadPool(ThreadFactory) |
org.apache.camel.spi.LifecycleStrategy.onContextStart(CamelContext) |
org.apache.camel.spi.LifecycleStrategy.onContextStop(CamelContext) |
org.apache.camel.Exchange.setOut(Message) |
Annotation Type Element and Description |
---|
org.apache.camel.spi.UriEndpoint.consumerClass |
org.apache.camel.spi.UriEndpoint.label |
org.apache.camel.RecipientList.shareUnitOfWork |
org.apache.camel.Consume.uri
use value instead
|
org.apache.camel.Produce.uri
use value instead
|
org.apache.camel.EndpointInject.uri
use value instead
|
Apache Camel