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(@Nullable 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> @Nullable 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> @Nullable TProducerTemplate.extractFutureBody(Future<?> future, Class<T> type) Gets the response body from the future handle, will wait until the response is ready.@Nullable ObjectFluentProducerTemplate.request()Send to an endpoint (InOut) returning any result output body.<T> @Nullable TSend to an endpoint (InOut).@Nullable ObjectProducerTemplate.requestBody(Object body) Sends the body to the default endpoint and returns the result content Uses anExchangePattern.InOutmessage exchange pattern.<T> @Nullable TProducerTemplate.requestBody(Object body, Class<T> type) Sends the body to the default endpoint and returns the result content Uses anExchangePattern.InOutmessage exchange pattern.@Nullable ObjectProducerTemplate.requestBody(String endpointUri, Object body) Send the body to an endpoint returning any result output body.<T> @Nullable TProducerTemplate.requestBody(String endpointUri, Object body, Class<T> type) Send the body to an endpoint returning any result output body.@Nullable ObjectProducerTemplate.requestBody(Endpoint endpoint, Object body) Send the body to an endpoint returning any result output body.<T> @Nullable TProducerTemplate.requestBody(Endpoint endpoint, Object body, Class<T> type) Send the body to an endpoint returning any result output body.@Nullable ObjectProducerTemplate.requestBodyAndHeader(Object body, String header, Object headerValue) Sends the body to the default endpoint and returns the result content Uses anExchangePattern.InOutmessage exchange pattern.@Nullable ObjectProducerTemplate.requestBodyAndHeader(String endpointUri, Object body, String header, Object headerValue) Send the body to an endpoint returning any result output body.<T> @Nullable TProducerTemplate.requestBodyAndHeader(String endpointUri, Object body, String header, Object headerValue, Class<T> type) Send the body to an endpoint returning any result output body.@Nullable ObjectProducerTemplate.requestBodyAndHeader(Endpoint endpoint, Object body, String header, Object headerValue) Send the body to an endpoint returning any result output body.<T> @Nullable TProducerTemplate.requestBodyAndHeader(Endpoint endpoint, Object body, String header, Object headerValue, Class<T> type) Send the body to an endpoint returning any result output body.@Nullable ObjectProducerTemplate.requestBodyAndHeaders(Object body, Map<String, Object> headers) Sends the body to the default endpoint and returns the result content Uses anExchangePattern.InOutmessage exchange pattern.@Nullable ObjectSends the body to an endpoint with the specified headers and header values.<T> @Nullable 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.@Nullable ObjectSends the body to an endpoint with the specified headers and header values.<T> @Nullable 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
@Nullable ObjectProducerTemplate.sendBody(String endpointUri, ExchangePattern pattern, Object body) Send the body to an endpoint returning any result output body
voidSend the body to an endpoint
@Nullable ObjectProducerTemplate.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
@Nullable ObjectProducerTemplate.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
@Nullable ObjectProducerTemplate.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
@Nullable ObjectProducerTemplate.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
@Nullable ObjectProducerTemplate.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
@Nullable ObjectProducerTemplate.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
@Nullable ObjectProducerTemplate.sendBodyAndProperty(Endpoint endpoint, ExchangePattern pattern, Object body, String property, Object propertyValue) Sends the body to an endpoint with a specified property and property value