|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DefaultEndpoint | |
---|---|
org.apache.camel.component.direct | The Direct Component which synchronously invokes all the consumers when a producer sends an exchange to the endpoint. |
org.apache.camel.component.file | The File Component for working with file systems. |
org.apache.camel.component.jmx | The JMX Component for monitoring JMX Attributes uisng a CounterMonitor. |
org.apache.camel.component.mock | The Mock Component which is used for testing of routing and mediation rules. |
org.apache.camel.component.pojo | The POJO Component provides a simple Reflection based transport. |
org.apache.camel.component.pojo.timer | The Timer Component extends the POJO component to provide a simple timer |
org.apache.camel.component.processor | A component to make it easy to turn a Processor into a fully fledged Endpoint |
org.apache.camel.component.queue | The Queue Component provides asynchronous (in-VM) dispatch of messages to consumer to implement SEDA based message routing using Java's Queue interface. |
org.apache.camel.impl | Default implementation classes for Camel Core |
Uses of DefaultEndpoint in org.apache.camel.component.direct |
---|
Subclasses of DefaultEndpoint in org.apache.camel.component.direct | |
---|---|
class |
DirectEndpoint<E extends Exchange>
Represents a direct endpoint that synchronously invokes the consumers of the endpoint when a producer sends a message to it. |
Uses of DefaultEndpoint in org.apache.camel.component.file |
---|
Subclasses of DefaultEndpoint in org.apache.camel.component.file | |
---|---|
class |
FileEndpoint
A File Endpoint for working with file systems |
Uses of DefaultEndpoint in org.apache.camel.component.jmx |
---|
Subclasses of DefaultEndpoint in org.apache.camel.component.jmx | |
---|---|
class |
JMXEndpoint
Creates a CounterMonitor for jmx attributes |
Uses of DefaultEndpoint in org.apache.camel.component.mock |
---|
Subclasses of DefaultEndpoint in org.apache.camel.component.mock | |
---|---|
class |
MockEndpoint
A Mock endpoint which provides a literate, fluent API for testing routes using a JMock style API. |
Uses of DefaultEndpoint in org.apache.camel.component.pojo |
---|
Subclasses of DefaultEndpoint in org.apache.camel.component.pojo | |
---|---|
class |
PojoEndpoint
Represents a pojo endpoint that uses reflection to send messages around. |
Uses of DefaultEndpoint in org.apache.camel.component.pojo.timer |
---|
Subclasses of DefaultEndpoint in org.apache.camel.component.pojo.timer | |
---|---|
class |
TimerEndpoint
Represents a timer endpoint that can generate periodic inbound PojoExchanges. |
Uses of DefaultEndpoint in org.apache.camel.component.processor |
---|
Subclasses of DefaultEndpoint in org.apache.camel.component.processor | |
---|---|
class |
ProcessorEndpoint
A base class for creating Endpoint implementations from a Processor |
Uses of DefaultEndpoint in org.apache.camel.component.queue |
---|
Subclasses of DefaultEndpoint in org.apache.camel.component.queue | |
---|---|
class |
QueueEndpoint<E extends Exchange>
Represents a queue endpoint that uses a BlockingQueue
object to process inbound exchanges. |
Uses of DefaultEndpoint in org.apache.camel.impl |
---|
Subclasses of DefaultEndpoint in org.apache.camel.impl | |
---|---|
class |
ScheduledPollEndpoint<E extends Exchange>
A base class for Endpoint which creates a ScheduledPollConsumer |
Constructors in org.apache.camel.impl with parameters of type DefaultEndpoint | |
---|---|
ScheduledPollConsumer(DefaultEndpoint<E> endpoint,
Processor processor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |