public static interface PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder |
basic() |
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.PlatformHttpEndpointBuilder basic()
default PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
exceptionHandler - the value to setdefault PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder exceptionHandler(String exceptionHandler)
exceptionHandler - the value to setdefault PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
exchangePattern - the value to setdefault PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder exchangePattern(String exchangePattern)
exchangePattern - the value to setdefault PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder fileNameExtWhitelist(String fileNameExtWhitelist)
fileNameExtWhitelist - the value to setdefault PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
headerFilterStrategy - the value to setdefault PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder headerFilterStrategy(String headerFilterStrategy)
headerFilterStrategy - the value to setdefault PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder platformHttpEngine(Object platformHttpEngine)
platformHttpEngine - the value to setdefault PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder platformHttpEngine(String platformHttpEngine)
platformHttpEngine - the value to setApache Camel