Uses of Class
org.apache.camel.CamelExecutionException
Packages that use CamelExecutionException
-
Uses of CamelExecutionException in org.apache.camel
Methods in org.apache.camel that return CamelExecutionExceptionModifier and TypeMethodDescriptionstatic CamelExecutionExceptionCamelExecutionException.wrapCamelExecutionException(Exchange exchange, Throwable e) Wraps the caused exception in aCamelExecutionExceptionif its not already such an exception.Methods in org.apache.camel that throw CamelExecutionExceptionModifier and TypeMethodDescription<T> TProducerTemplate.extractFutureBody(Future<?> future, long timeout, TimeUnit unit, Class<T> type) Gets the response body from the future handle, will wait at most the given time for the response to be ready.<T> TProducerTemplate.extractFutureBody(Future<?> future, Class<T> type) Gets the response body from the future handle, will wait until the response is ready.FluentProducerTemplate.request()Send to an endpoint (InOut) returning any result output body.<T> TSend to an endpoint (InOut).ProducerTemplate.requestBody(Object body) Sends the body to the default endpoint and returns the result content Uses anExchangePattern.InOutmessage exchange pattern.<T> TProducerTemplate.requestBody(Object body, Class<T> type) Sends the body to the default endpoint and returns the result content Uses anExchangePattern.InOutmessage exchange pattern.ProducerTemplate.requestBody(String endpointUri, Object body) Send the body to an endpoint returning any result output body.<T> TProducerTemplate.requestBody(String endpointUri, Object body, Class<T> type) Send the body to an endpoint returning any result output body.ProducerTemplate.requestBody(Endpoint endpoint, Object body) Send the body to an endpoint returning any result output body.<T> TProducerTemplate.requestBody(Endpoint endpoint, Object body, Class<T> type) Send the body to an endpoint returning any result output body.ProducerTemplate.requestBodyAndHeader(Object body, String header, Object headerValue) Sends the body to the default endpoint and returns the result content Uses anExchangePattern.InOutmessage exchange pattern.ProducerTemplate.requestBodyAndHeader(String endpointUri, Object body, String header, Object headerValue) Send the body to an endpoint returning any result output body.<T> TProducerTemplate.requestBodyAndHeader(String endpointUri, Object body, String header, Object headerValue, Class<T> type) Send the body to an endpoint returning any result output body.ProducerTemplate.requestBodyAndHeader(Endpoint endpoint, Object body, String header, Object headerValue) Send the body to an endpoint returning any result output body.<T> TProducerTemplate.requestBodyAndHeader(Endpoint endpoint, Object body, String header, Object headerValue, Class<T> type) Send the body to an endpoint returning any result output body.ProducerTemplate.requestBodyAndHeaders(Object body, Map<String, Object> headers) Sends the body to the default endpoint and returns the result content Uses anExchangePattern.InOutmessage exchange pattern.Sends the body to an endpoint with the specified headers and header values.<T> TProducerTemplate.requestBodyAndHeaders(String endpointUri, Object body, Map<String, Object> headers, Class<T> type) Sends the body to an endpoint with the specified headers and header values.Sends the body to an endpoint with the specified headers and header values.<T> TProducerTemplate.requestBodyAndHeaders(Endpoint endpoint, Object body, Map<String, Object> headers, Class<T> type) Sends the body to an endpoint with the specified headers and header values.FluentProducerTemplate.send()Send to an endpoint (InOnly)voidSends the body to the default endpoint
voidSend the body to an endpoint
ProducerTemplate.sendBody(String endpointUri, ExchangePattern pattern, Object body) Send the body to an endpoint returning any result output body
voidSend the body to an endpoint
ProducerTemplate.sendBody(Endpoint endpoint, ExchangePattern pattern, Object body) voidProducerTemplate.sendBodyAndHeader(Object body, String header, Object headerValue) Sends the body to the default endpoint with a specified header and header value
voidProducerTemplate.sendBodyAndHeader(String endpointUri, Object body, String header, Object headerValue) Sends the body to an endpoint with a specified header and header value
ProducerTemplate.sendBodyAndHeader(String endpoint, ExchangePattern pattern, Object body, String header, Object headerValue) Sends the body to an endpoint with a specified header and header value
voidProducerTemplate.sendBodyAndHeader(Endpoint endpoint, Object body, String header, Object headerValue) Sends the body to an endpoint with a specified header and header value
ProducerTemplate.sendBodyAndHeader(Endpoint endpoint, ExchangePattern pattern, Object body, String header, Object headerValue) Sends the body to an endpoint with a specified header and header value
voidProducerTemplate.sendBodyAndHeaders(Object body, Map<String, Object> headers) Sends the body to the default endpoint with the specified headers and header values
voidSends the body to an endpoint with the specified headers and header values
ProducerTemplate.sendBodyAndHeaders(String endpointUri, ExchangePattern pattern, Object body, Map<String, Object> headers) Sends the body to an endpoint with the specified headers and header values
voidSends the body to an endpoint with the specified headers and header values
ProducerTemplate.sendBodyAndHeaders(Endpoint endpoint, ExchangePattern pattern, Object body, Map<String, Object> headers) Sends the body to an endpoint with the specified headers and header values
voidProducerTemplate.sendBodyAndProperty(Object body, String property, Object propertyValue) Sends the body to the default endpoint with a specified property and property value
voidProducerTemplate.sendBodyAndProperty(String endpointUri, Object body, String property, Object propertyValue) Sends the body to an endpoint with a specified property and property value
ProducerTemplate.sendBodyAndProperty(String endpoint, ExchangePattern pattern, Object body, String property, Object propertyValue) Sends the body to an endpoint with a specified property and property value
voidProducerTemplate.sendBodyAndProperty(Endpoint endpoint, Object body, String property, Object propertyValue) Sends the body to an endpoint with a specified property and property value
ProducerTemplate.sendBodyAndProperty(Endpoint endpoint, ExchangePattern pattern, Object body, String property, Object propertyValue) Sends the body to an endpoint with a specified property and property value