Uses of Interface
org.apache.camel.builder.component.dsl.ServletComponentBuilderFactory.ServletComponentBuilder
Packages that use ServletComponentBuilderFactory.ServletComponentBuilder
-
Uses of ServletComponentBuilderFactory.ServletComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return ServletComponentBuilderFactory.ServletComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.servlet()Servlet (camel-servlet) Serve HTTP requests by a Servlet. -
Uses of ServletComponentBuilderFactory.ServletComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement ServletComponentBuilderFactory.ServletComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return ServletComponentBuilderFactory.ServletComponentBuilderModifier and TypeMethodDescriptionServletComponentBuilderFactory.ServletComponentBuilder.allowJavaSerializedObject(boolean allowJavaSerializedObject) Whether to allow java serialization when a request uses context-type=application/x-java-serialized-object.ServletComponentBuilderFactory.ServletComponentBuilder.attachmentMultipartBinding(boolean attachmentMultipartBinding) Whether to automatic bind multipart/form-data as attachments on the Camel Exchange.ServletComponentBuilderFactory.ServletComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.ServletComponentBuilderFactory.ServletComponentBuilder.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.ServletComponentBuilderFactory.ServletComponentBuilder.fileNameExtWhitelist(String fileNameExtWhitelist) Whitelist of accepted filename extensions for accepting uploaded files.ServletComponentBuilderFactory.ServletComponentBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel message.ServletComponentBuilderFactory.ServletComponentBuilder.httpBinding(org.apache.camel.http.common.HttpBinding httpBinding) To use a custom HttpBinding to control the mapping between Camel message and HttpClient.ServletComponentBuilderFactory.ServletComponentBuilder.httpConfiguration(org.apache.camel.http.common.HttpConfiguration httpConfiguration) To use the shared HttpConfiguration as base configuration.ServletComponentBuilderFactory.ServletComponentBuilder.httpRegistry(org.apache.camel.http.common.HttpRegistry httpRegistry) To use a custom org.apache.camel.component.servlet.HttpRegistry.ServletComponentBuilderFactory.ServletComponentBuilder.muteException(boolean muteException) If enabled and an Exchange failed processing on the consumer side the response's body won't contain the exception's stack trace.ServletComponentBuilderFactory.servlet()Servlet (camel-servlet) Serve HTTP requests by a Servlet.ServletComponentBuilderFactory.ServletComponentBuilder.servletName(String servletName) Default name of servlet to use.