Uses of Interface
org.apache.camel.builder.endpoint.dsl.PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder
Packages that use PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder
-
Uses of PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilderModifier and TypeMethodDescriptionPlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder.advanced()PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.bridgeErrorHandler(String bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.fileNameExtWhitelist(String fileNameExtWhitelist) A comma or whitespace separated list of file extensions.PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.headerFilterStrategy(String headerFilterStrategy) To use a custom HeaderFilterStrategy to filter headers to and from Camel message.PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) To use a custom HeaderFilterStrategy to filter headers to and from Camel message.PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.platformHttpEngine(String platformHttpEngine) An HTTP Server engine implementation to serve the requests of this endpoint.PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.platformHttpEngine(org.apache.camel.component.platform.http.spi.PlatformHttpEngine platformHttpEngine) An HTTP Server engine implementation to serve the requests of this endpoint.