Uses of Interface
org.apache.camel.builder.endpoint.dsl.ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder
Packages that use ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder
-
Uses of ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return ServletEndpointBuilderFactory.AdvancedServletEndpointBuilderModifier and TypeMethodDescriptionServletEndpointBuilderFactory.ServletEndpointBuilder.advanced()ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.attachmentMultipartBinding(boolean attachmentMultipartBinding) Whether to automatic bind multipart/form-data as attachments on the Camel Exchange.ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.attachmentMultipartBinding(String attachmentMultipartBinding) Whether to automatic bind multipart/form-data as attachments on the Camel Exchange.ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.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.ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.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.ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.eagerCheckContentAvailable(boolean eagerCheckContentAvailable) Whether to eager check whether the HTTP requests has content if the content-length header is 0 or not present.ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.eagerCheckContentAvailable(String eagerCheckContentAvailable) Whether to eager check whether the HTTP requests has content if the content-length header is 0 or not present.ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.fileNameExtWhitelist(String fileNameExtWhitelist) Whitelist of accepted filename extensions for accepting uploaded files.ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.headerFilterStrategy(String headerFilterStrategy) To use a custom HeaderFilterStrategy to filter header to and from Camel message.ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) To use a custom HeaderFilterStrategy to filter header to and from Camel message.ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.httpBinding(String httpBinding) To use a custom HttpBinding to control the mapping between Camel message and HttpClient.ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.httpBinding(org.apache.camel.http.common.HttpBinding httpBinding) To use a custom HttpBinding to control the mapping between Camel message and HttpClient.ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.mapHttpMessageBody(boolean mapHttpMessageBody) If this option is true then IN exchange Body of the exchange will be mapped to HTTP body.ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.mapHttpMessageBody(String mapHttpMessageBody) If this option is true then IN exchange Body of the exchange will be mapped to HTTP body.ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.mapHttpMessageFormUrlEncodedBody(boolean mapHttpMessageFormUrlEncodedBody) If this option is true then IN exchange Form Encoded body of the exchange will be mapped to HTTP.ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.mapHttpMessageFormUrlEncodedBody(String mapHttpMessageFormUrlEncodedBody) If this option is true then IN exchange Form Encoded body of the exchange will be mapped to HTTP.ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.mapHttpMessageHeaders(boolean mapHttpMessageHeaders) If this option is true then IN exchange Headers of the exchange will be mapped to HTTP headers.ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.mapHttpMessageHeaders(String mapHttpMessageHeaders) If this option is true then IN exchange Headers of the exchange will be mapped to HTTP headers.ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.optionsEnabled(boolean optionsEnabled) Specifies whether to enable HTTP OPTIONS for this Servlet consumer.ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.optionsEnabled(String optionsEnabled) Specifies whether to enable HTTP OPTIONS for this Servlet consumer.ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.traceEnabled(boolean traceEnabled) Specifies whether to enable HTTP TRACE for this Servlet consumer.ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.traceEnabled(String traceEnabled) Specifies whether to enable HTTP TRACE for this Servlet consumer.