Index

A B C D G I M O P R S 
All Classes and Interfaces|All Packages|Serialized Form

A

addConsumer(String, DirectConsumer) - Method in class org.apache.camel.component.direct.DirectComponent
 

B

buildUri(String, Map<String, Object>, boolean) - Method in class org.apache.camel.component.direct.DirectEndpointUriFactory
 

C

configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.direct.DirectComponentConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.direct.DirectEndpointConfigurer
 
createConsumer(Processor) - Method in class org.apache.camel.component.direct.DirectEndpoint
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.direct.DirectComponent
 
createProducer() - Method in class org.apache.camel.component.direct.DirectEndpoint
 

D

deferShutdown(ShutdownRunningTask) - Method in class org.apache.camel.component.direct.DirectConsumer
 
DirectComponent - Class in org.apache.camel.component.direct
The Direct Component manages DirectEndpoint and holds the list of named direct endpoints.
DirectComponent() - Constructor for class org.apache.camel.component.direct.DirectComponent
 
DirectComponentConfigurer - Class in org.apache.camel.component.direct
Generated by camel build tools - do NOT edit this file!
DirectComponentConfigurer() - Constructor for class org.apache.camel.component.direct.DirectComponentConfigurer
 
DirectConsumer - Class in org.apache.camel.component.direct
The direct consumer.
DirectConsumer(DirectEndpoint, Processor, String) - Constructor for class org.apache.camel.component.direct.DirectConsumer
 
DirectConsumerNotAvailableException - Exception in org.apache.camel.component.direct
Exception thrown when no consumers are available.
DirectConsumerNotAvailableException(String, Exchange) - Constructor for exception org.apache.camel.component.direct.DirectConsumerNotAvailableException
 
DirectEndpoint - Class in org.apache.camel.component.direct
Call another endpoint from the same Camel Context synchronously.
DirectEndpoint(String, DirectComponent) - Constructor for class org.apache.camel.component.direct.DirectEndpoint
 
DirectEndpointConfigurer - Class in org.apache.camel.component.direct
Generated by camel build tools - do NOT edit this file!
DirectEndpointConfigurer() - Constructor for class org.apache.camel.component.direct.DirectEndpointConfigurer
 
DirectEndpointUriFactory - Class in org.apache.camel.component.direct
Generated by camel build tools - do NOT edit this file!
DirectEndpointUriFactory() - Constructor for class org.apache.camel.component.direct.DirectEndpointUriFactory
 
DirectProducer - Class in org.apache.camel.component.direct
The direct producer.
DirectProducer(DirectEndpoint, String) - Constructor for class org.apache.camel.component.direct.DirectProducer
 
doResume() - Method in class org.apache.camel.component.direct.DirectConsumer
 
doShutdown() - Method in class org.apache.camel.component.direct.DirectComponent
 
doStart() - Method in class org.apache.camel.component.direct.DirectConsumer
 
doStop() - Method in class org.apache.camel.component.direct.DirectConsumer
 
doSuspend() - Method in class org.apache.camel.component.direct.DirectConsumer
 

G

getConsumer() - Method in class org.apache.camel.component.direct.DirectEndpoint
Deprecated.
getConsumer(String, boolean, long) - Method in class org.apache.camel.component.direct.DirectComponent
 
getEndpoint() - Method in class org.apache.camel.component.direct.DirectConsumer
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.direct.DirectComponentConfigurer
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.direct.DirectEndpointConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.direct.DirectComponentConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.direct.DirectEndpointConfigurer
 
getPendingExchangesSize() - Method in class org.apache.camel.component.direct.DirectConsumer
 
getTimeout() - Method in class org.apache.camel.component.direct.DirectComponent
 
getTimeout() - Method in class org.apache.camel.component.direct.DirectEndpoint
 

I

isBlock() - Method in class org.apache.camel.component.direct.DirectComponent
 
isBlock() - Method in class org.apache.camel.component.direct.DirectEndpoint
 
isEnabled(String) - Method in class org.apache.camel.component.direct.DirectEndpointUriFactory
 
isFailIfNoConsumers() - Method in class org.apache.camel.component.direct.DirectEndpoint
 
isLenientProperties() - Method in class org.apache.camel.component.direct.DirectEndpointUriFactory
 
isSynchronous() - Method in class org.apache.camel.component.direct.DirectEndpoint
 

M

multiValuePrefixes() - Method in class org.apache.camel.component.direct.DirectEndpointUriFactory
 

O

org.apache.camel.component.direct - package org.apache.camel.component.direct
The Direct Component which synchronously invokes all the consumers when a producer sends an exchange to the endpoint.

P

prepareShutdown(boolean, boolean) - Method in class org.apache.camel.component.direct.DirectConsumer
 
process(Exchange) - Method in class org.apache.camel.component.direct.DirectProducer
 
process(Exchange, AsyncCallback) - Method in class org.apache.camel.component.direct.DirectProducer
 
propertyNames() - Method in class org.apache.camel.component.direct.DirectEndpointUriFactory
 

R

removeConsumer(String, DirectConsumer) - Method in class org.apache.camel.component.direct.DirectComponent
 

S

secretPropertyNames() - Method in class org.apache.camel.component.direct.DirectEndpointUriFactory
 
setBlock(boolean) - Method in class org.apache.camel.component.direct.DirectComponent
If sending a message to a direct endpoint which has no active consumer, then we can tell the producer to block and wait for the consumer to become active.
setBlock(boolean) - Method in class org.apache.camel.component.direct.DirectEndpoint
If sending a message to a direct endpoint which has no active consumer, then we can tell the producer to block and wait for the consumer to become active.
setFailIfNoConsumers(boolean) - Method in class org.apache.camel.component.direct.DirectEndpoint
Whether the producer should fail by throwing an exception, when sending to a DIRECT endpoint with no active consumers.
setSynchronous(boolean) - Method in class org.apache.camel.component.direct.DirectEndpoint
Whether synchronous processing is forced.
setTimeout(long) - Method in class org.apache.camel.component.direct.DirectComponent
The timeout value to use if block is enabled.
setTimeout(long) - Method in class org.apache.camel.component.direct.DirectEndpoint
The timeout value to use if block is enabled.
A B C D G I M O P R S 
All Classes and Interfaces|All Packages|Serialized Form