|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProducerTemplate<E extends Exchange>
| Method Summary | |
|---|---|
E |
send(E exchange)
Sends the exchange to the default endpoint |
E |
send(Endpoint<E> endpoint,
E exchange)
Sends the exchange to the given endpoint |
E |
send(Endpoint<E> endpoint,
Processor processor)
Sends an exchange to an endpoint using a supplied |
E |
send(Processor processor)
Sends an exchange to the default endpoint using a supplied |
E |
send(String endpointUri,
E exchange)
Sends the exchange to the given endpoint |
E |
send(String endpointUri,
Processor processor)
Sends an exchange to an endpoint using a supplied |
Object |
sendBody(Endpoint<E> endpoint,
Object body)
Send the body to an endpoint |
Object |
sendBody(Object body)
Sends the body to the default endpoint and returns the result content |
Object |
sendBody(String endpointUri,
Object body)
Send the body to an endpoint |
Object |
sendBodyAndHeader(Object body,
String header,
Object headerValue)
Sends the body to the default endpoint with a specified header and header value |
Object |
sendBodyAndHeaders(Object body,
Map<String,Object> headers)
Sends the body to the default endpoint with the specified headers and header values |
| Methods inherited from interface org.apache.camel.Service |
|---|
start, stop |
| Method Detail |
|---|
E send(E exchange)
exchange - the exchange to sendE send(Processor processor)
processor - the transformer used to populate the new exchangeObject sendBody(Object body)
body - the body to send
Object sendBodyAndHeader(Object body,
String header,
Object headerValue)
body - the payload sendheader - the header nameheaderValue - the header value
Object sendBodyAndHeaders(Object body,
Map<String,Object> headers)
body - the payload send
E send(String endpointUri,
E exchange)
endpointUri - the endpoint URI to send the exchange toexchange - the exchange to send
E send(String endpointUri,
Processor processor)
endpointUri - the endpoint URI to send the exchange toprocessor - the transformer used to populate the new exchange
E send(Endpoint<E> endpoint,
E exchange)
endpoint - the endpoint to send the exchange toexchange - the exchange to send
E send(Endpoint<E> endpoint,
Processor processor)
endpoint - the endpoint to send the exchange toprocessor - the transformer used to populate the new exchange
Object sendBody(Endpoint<E> endpoint,
Object body)
endpoint - body - = the payload
Object sendBody(String endpointUri,
Object body)
endpointUri - body - = the payload
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||