Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Default Value

Context

Description

bridgeEndpoint

true

Producer

If set to true the Exchange.HTTP_URI header will be ignored. To override the default endpoint URI with the Exchange.HTTP_URI header set this option to false.

throwExceptionOnFailure

true

Producer

Throw a org.apache.camel.component.gae.http if the response code is >= 400. To disable throwing an exception set this option to false.

inboundBindingRef

reference to GHttpBinding

Consumer

Reference to an InboundBinding<GHttpEndpoint, HttpServletRequest, HttpServletResponse> in the Registry for customizing the binding of an Exchange to the Servlet API. The referenced binding is used as post-processor to org.apache.camel.component.http.HttpBinding.

outboundBindingRef

reference to GHttpBinding

Producer

Reference to an OutboundBinding<GHttpEndpoint, HTTPRequest, HTTPResponse> in the Registry for customizing the binding of an Exchange to the URLFetchService.

urlFetchServiceRef

reference to URLFetchServiceFactory.getURLFetchService()

Producer

Reference to an URLFetchService in the Registry. Only relevant in context of testing.

On the consumer-side, all options of the Servlet component are supported.

...