Index
All Classes and Interfaces|All Packages|Serialized Form
A
- AttachmentHttpBinding - Class in org.apache.camel.component.servlet
-
To handle attachments with Servlet.
- AttachmentHttpBinding.PartDataSource - Class in org.apache.camel.component.servlet
B
- buildUri(String, Map<String, Object>, boolean) - Method in class org.apache.camel.component.servlet.ServletEndpointUriFactory
C
- CamelHttpTransportServlet - Class in org.apache.camel.component.servlet
-
Camel HTTP servlet which can be used in Camel routes to route servlet invocations in routes.
- CamelHttpTransportServlet() - Constructor for class org.apache.camel.component.servlet.CamelHttpTransportServlet
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.servlet.ServletComponentConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.servlet.ServletEndpointConfigurer
- connect(HttpConsumer) - Method in class org.apache.camel.component.servlet.CamelHttpTransportServlet
- connect(HttpConsumer) - Method in class org.apache.camel.component.servlet.ServletComponent
- createApiConsumer(CamelContext, Processor, String, RestConfiguration, Map<String, Object>) - Method in class org.apache.camel.component.servlet.ServletComponent
- createConsumer(CamelContext, Processor, String, String, String, String, String, RestConfiguration, Map<String, Object>) - Method in class org.apache.camel.component.servlet.ServletComponent
- createConsumer(Processor) - Method in class org.apache.camel.component.servlet.ServletEndpoint
- createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.servlet.ServletComponent
- createProducer() - Method in class org.apache.camel.component.servlet.ServletEndpoint
- createServletEndpoint(String, ServletComponent, URI) - Method in class org.apache.camel.component.servlet.ServletComponent
-
Strategy to create the servlet endpoint.
D
- destroy() - Method in class org.apache.camel.component.servlet.CamelHttpTransportServlet
- disconnect(HttpConsumer) - Method in class org.apache.camel.component.servlet.ServletComponent
- doInit() - Method in class org.apache.camel.component.servlet.ServletComponent
G
- getComponent() - Method in class org.apache.camel.component.servlet.ServletEndpoint
- getContentType() - Method in class org.apache.camel.component.servlet.AttachmentHttpBinding.PartDataSource
- getContextPath() - Method in class org.apache.camel.component.servlet.ServletEndpoint
- getEndpoint() - Method in class org.apache.camel.component.servlet.ServletConsumer
- getFileNameExtWhitelist() - Method in class org.apache.camel.component.servlet.ServletComponent
- getFileNameExtWhitelist() - Method in class org.apache.camel.component.servlet.ServletEndpoint
- getHttpBinding() - Method in class org.apache.camel.component.servlet.ServletEndpoint
- getHttpRegistry() - Method in class org.apache.camel.component.servlet.ServletComponent
- getInputStream() - Method in class org.apache.camel.component.servlet.AttachmentHttpBinding.PartDataSource
- getName() - Method in class org.apache.camel.component.servlet.AttachmentHttpBinding.PartDataSource
- getOptionType(String, boolean) - Method in class org.apache.camel.component.servlet.ServletComponentConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.component.servlet.ServletEndpointConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.servlet.ServletComponentConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.servlet.ServletEndpointConfigurer
- getOutputStream() - Method in class org.apache.camel.component.servlet.AttachmentHttpBinding.PartDataSource
- getServletName() - Method in class org.apache.camel.component.servlet.ServletComponent
- getServletName() - Method in class org.apache.camel.component.servlet.ServletEndpoint
- getSubmittedFileName() - Method in class org.apache.camel.component.servlet.AttachmentHttpBinding.PartDataSource
I
- init(ServletConfig) - Method in class org.apache.camel.component.servlet.CamelHttpTransportServlet
- isAttachmentMultipartBinding() - Method in class org.apache.camel.component.servlet.ServletComponent
- isAttachmentMultipartBinding() - Method in class org.apache.camel.component.servlet.ServletEndpoint
- isEnabled(String) - Method in class org.apache.camel.component.servlet.ServletEndpointUriFactory
- isIgnoreDuplicateServletName() - Method in class org.apache.camel.component.servlet.CamelHttpTransportServlet
- isLenientProperties() - Method in class org.apache.camel.component.servlet.ServletEndpoint
- isLenientProperties() - Method in class org.apache.camel.component.servlet.ServletEndpointUriFactory
L
- lenientContextPath() - Method in class org.apache.camel.component.servlet.ServletComponent
-
Whether defining the context-path is lenient and do not require an exact leading slash.
M
- multiValuePrefixes() - Method in class org.apache.camel.component.servlet.ServletEndpointUriFactory
O
- org.apache.camel.component.servlet - package org.apache.camel.component.servlet
P
- populateAttachments(HttpServletRequest, Message) - Method in class org.apache.camel.component.servlet.AttachmentHttpBinding
- populateRequestParameters(HttpServletRequest, Message) - Method in class org.apache.camel.component.servlet.ServletRestHttpBinding
- propertyNames() - Method in class org.apache.camel.component.servlet.ServletEndpointUriFactory
S
- secretPropertyNames() - Method in class org.apache.camel.component.servlet.ServletEndpointUriFactory
- ServletComponent - Class in org.apache.camel.component.servlet
- ServletComponent() - Constructor for class org.apache.camel.component.servlet.ServletComponent
- ServletComponent(Class<? extends ServletEndpoint>) - Constructor for class org.apache.camel.component.servlet.ServletComponent
- ServletComponentConfigurer - Class in org.apache.camel.component.servlet
-
Generated by camel build tools - do NOT edit this file!
- ServletComponentConfigurer() - Constructor for class org.apache.camel.component.servlet.ServletComponentConfigurer
- ServletConsumer - Class in org.apache.camel.component.servlet
- ServletConsumer(ServletEndpoint, Processor) - Constructor for class org.apache.camel.component.servlet.ServletConsumer
- ServletEndpoint - Class in org.apache.camel.component.servlet
-
Serve HTTP requests by a Servlet.
- ServletEndpoint() - Constructor for class org.apache.camel.component.servlet.ServletEndpoint
- ServletEndpoint(String, ServletComponent, URI) - Constructor for class org.apache.camel.component.servlet.ServletEndpoint
- ServletEndpointConfigurer - Class in org.apache.camel.component.servlet
-
Generated by camel build tools - do NOT edit this file!
- ServletEndpointConfigurer() - Constructor for class org.apache.camel.component.servlet.ServletEndpointConfigurer
- ServletEndpointUriFactory - Class in org.apache.camel.component.servlet
-
Generated by camel build tools - do NOT edit this file!
- ServletEndpointUriFactory() - Constructor for class org.apache.camel.component.servlet.ServletEndpointUriFactory
- ServletRestHttpBinding - Class in org.apache.camel.component.servlet
- ServletRestHttpBinding() - Constructor for class org.apache.camel.component.servlet.ServletRestHttpBinding
- setAttachmentMultipartBinding(boolean) - Method in class org.apache.camel.component.servlet.ServletComponent
-
Whether to automatic bind multipart/form-data as attachments on the Camel
Exchange
. - setAttachmentMultipartBinding(boolean) - Method in class org.apache.camel.component.servlet.ServletEndpoint
-
Whether to automatic bind multipart/form-data as attachments on the Camel
Exchange
. - setContextPath(String) - Method in class org.apache.camel.component.servlet.ServletEndpoint
-
The context-path to use
- setFileNameExtWhitelist(String) - Method in class org.apache.camel.component.servlet.ServletComponent
-
Whitelist of accepted filename extensions for accepting uploaded files.
- setFileNameExtWhitelist(String) - Method in class org.apache.camel.component.servlet.ServletEndpoint
-
Whitelist of accepted filename extensions for accepting uploaded files.
- setHttpBinding(HttpBinding) - Method in class org.apache.camel.component.servlet.ServletEndpoint
- setHttpRegistry(HttpRegistry) - Method in class org.apache.camel.component.servlet.ServletComponent
-
To use a custom org.apache.camel.component.servlet.HttpRegistry.
- setServletName(String) - Method in class org.apache.camel.component.servlet.ServletComponent
-
Default name of servlet to use.
- setServletName(String) - Method in class org.apache.camel.component.servlet.ServletEndpoint
-
Name of the servlet to use
T
- toString() - Method in class org.apache.camel.component.servlet.CamelHttpTransportServlet
All Classes and Interfaces|All Packages|Serialized Form