| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder |
ServletEndpointBuilderFactory.ServletEndpointBuilder.advanced() |
default ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder |
ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.attachmentMultipartBinding(boolean attachmentMultipartBinding)
Whether to automatic bind multipart/form-data as attachments on the
Camel Exchange.
|
default ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder |
ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.attachmentMultipartBinding(String attachmentMultipartBinding)
Whether to automatic bind multipart/form-data as attachments on the
Camel Exchange.
|
default ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder |
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.
|
default ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder |
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.
|
default ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder |
ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder |
ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder |
ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder |
ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder |
ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.fileNameExtWhitelist(String fileNameExtWhitelist)
Whitelist of accepted filename extensions for accepting uploaded
files.
|
default ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder |
ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.httpBinding(Object httpBinding)
To use a custom HttpBinding to control the mapping between Camel
message and HttpClient.
|
default ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder |
ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.httpBinding(String httpBinding)
To use a custom HttpBinding to control the mapping between Camel
message and HttpClient.
|
default ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder |
ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.mapHttpMessageBody(boolean mapHttpMessageBody)
If this option is true then IN exchange Body of the exchange will be
mapped to HTTP body.
|
default ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder |
ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.mapHttpMessageBody(String mapHttpMessageBody)
If this option is true then IN exchange Body of the exchange will be
mapped to HTTP body.
|
default ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder |
ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.mapHttpMessageFormUrlEncodedBody(boolean mapHttpMessageFormUrlEncodedBody)
If this option is true then IN exchange Form Encoded body of the
exchange will be mapped to HTTP.
|
default ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder |
ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.mapHttpMessageFormUrlEncodedBody(String mapHttpMessageFormUrlEncodedBody)
If this option is true then IN exchange Form Encoded body of the
exchange will be mapped to HTTP.
|
default ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder |
ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.mapHttpMessageHeaders(boolean mapHttpMessageHeaders)
If this option is true then IN exchange Headers of the exchange will
be mapped to HTTP headers.
|
default ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder |
ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.mapHttpMessageHeaders(String mapHttpMessageHeaders)
If this option is true then IN exchange Headers of the exchange will
be mapped to HTTP headers.
|
default ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder |
ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.optionsEnabled(boolean optionsEnabled)
Specifies whether to enable HTTP OPTIONS for this Servlet consumer.
|
default ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder |
ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.optionsEnabled(String optionsEnabled)
Specifies whether to enable HTTP OPTIONS for this Servlet consumer.
|
default ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder |
ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.traceEnabled(boolean traceEnabled)
Specifies whether to enable HTTP TRACE for this Servlet consumer.
|
default ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder |
ServletEndpointBuilderFactory.AdvancedServletEndpointBuilder.traceEnabled(String traceEnabled)
Specifies whether to enable HTTP TRACE for this Servlet consumer.
|
Apache Camel