public static interface PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder |
basic() |
default PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder |
basicPropertyBinding(String basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder |
exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder |
exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder |
exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder |
exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder |
fileNameExtWhitelist(String fileNameExtWhitelist)
A comma or whitespace separated list of file extensions.
|
default PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder |
headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter headers to and from
Camel message.
|
default PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder |
headerFilterStrategy(String headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter headers to and from
Camel message.
|
default PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder |
platformHttpEngine(Object platformHttpEngine)
An HTTP Server engine implementation to serve the requests of this
endpoint.
|
default PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder |
platformHttpEngine(String platformHttpEngine)
An HTTP Server engine implementation to serve the requests of this
endpoint.
|
default PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder basic()
default PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
org.apache.camel.spi.ExceptionHandler
type.
Group: consumer (advanced)default PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder exceptionHandler(String exceptionHandler)
org.apache.camel.spi.ExceptionHandler type.
Group: consumer (advanced)default PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
org.apache.camel.ExchangePattern type.
Group: consumer (advanced)default PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder exchangePattern(String exchangePattern)
org.apache.camel.ExchangePattern type.
Group: consumer (advanced)default PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder fileNameExtWhitelist(String fileNameExtWhitelist)
java.lang.String type.
Group: consumer (advanced)default PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder basicPropertyBinding(String basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
org.apache.camel.spi.HeaderFilterStrategy type.
Group: advanceddefault PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder headerFilterStrategy(String headerFilterStrategy)
org.apache.camel.spi.HeaderFilterStrategy type.
Group: advanceddefault PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder platformHttpEngine(Object platformHttpEngine)
org.apache.camel.component.platform.http.spi.PlatformHttpEngine type.
Group: advanceddefault PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder platformHttpEngine(String platformHttpEngine)
org.apache.camel.component.platform.http.spi.PlatformHttpEngine type.
Group: advanceddefault PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder synchronous(boolean synchronous)
boolean type.
Default: false
Group: advanceddefault PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder synchronous(String synchronous)
boolean type.
Default: false
Group: advancedApache Camel