|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PojoExchange | |
---|---|
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 |
Uses of PojoExchange in org.apache.camel.component.pojo |
---|
Methods in org.apache.camel.component.pojo that return PojoExchange | |
---|---|
PojoExchange |
PojoEndpoint.createExchange()
|
Methods in org.apache.camel.component.pojo that return types with arguments of type PojoExchange | |
---|---|
Consumer<PojoExchange> |
PojoEndpoint.createConsumer(Processor processor)
|
protected Endpoint<PojoExchange> |
PojoComponent.createEndpoint(String uri,
String remaining,
Map parameters)
|
Producer<PojoExchange> |
PojoEndpoint.createProducer()
|
Methods in org.apache.camel.component.pojo with parameters of type PojoExchange | |
---|---|
static void |
PojoEndpoint.invoke(Object pojo,
PojoExchange exchange)
This causes us to invoke the endpoint Pojo using reflection. |
Uses of PojoExchange in org.apache.camel.component.pojo.timer |
---|
Methods in org.apache.camel.component.pojo.timer that return PojoExchange | |
---|---|
PojoExchange |
TimerEndpoint.createExchange()
|
Methods in org.apache.camel.component.pojo.timer that return types with arguments of type PojoExchange | |
---|---|
Consumer<PojoExchange> |
TimerEndpoint.createConsumer(Processor processor)
|
protected Endpoint<PojoExchange> |
TimerComponent.createEndpoint(String uri,
String remaining,
Map parameters)
|
Producer<PojoExchange> |
TimerEndpoint.createProducer()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |