|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Producer<E extends Exchange>
Provides a channel on which clients can create and invoke message exchanges
on an Endpoint
| Method Summary | |
|---|---|
E |
createExchange()
Creates a new exchange to send to this endpoint |
E |
createExchange(E exchange)
Creates a new exchange for communicating with this exchange using the given exchange to pre-populate the values of the headers and messages |
E |
createExchange(ExchangePattern pattern)
Creates a new exchange of the given pattern to send to this endpoint |
Endpoint<E> |
getEndpoint()
|
| Methods inherited from interface org.apache.camel.Processor |
|---|
process |
| Methods inherited from interface org.apache.camel.Service |
|---|
start, stop |
| Method Detail |
|---|
Endpoint<E> getEndpoint()
E createExchange()
E createExchange(ExchangePattern pattern)
E createExchange(E exchange)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||