Class AttachmentHttpBinding
java.lang.Object
org.apache.camel.http.common.DefaultHttpBinding
org.apache.camel.component.servlet.AttachmentHttpBinding
- All Implemented Interfaces:
org.apache.camel.http.common.HttpBinding
public final class AttachmentHttpBinding
extends org.apache.camel.http.common.DefaultHttpBinding
To handle attachments with Servlet.
This implementation is needed to deal with attachments when using Servlet.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.apache.camel.http.common.DefaultHttpBinding
DATE_FORMAT, DATE_LOCALE_CONVERSION
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
populateAttachments
(jakarta.servlet.http.HttpServletRequest request, org.apache.camel.Message message) Methods inherited from class org.apache.camel.http.common.DefaultHttpBinding
checkChunked, convertDateAndLocaleLocally, convertHeaderValueToString, copyStream, doWriteDirectResponse, doWriteExceptionResponse, doWriteFaultResponse, doWriteGZIPResponse, doWriteResponse, getFileNameExtWhitelist, getHeaderFilterStrategy, getHttpDateFormat, isAllowJavaSerializedObject, isEagerCheckContentAvailable, isLogException, isMapHttpMessageBody, isMapHttpMessageFormUrlEncodedBody, isMapHttpMessageHeaders, isMuteException, isText, isTransferException, isUseReaderForPayload, parseBody, populateRequestParameters, readBody, readFormUrlEncodedBody, readHeaders, readRequest, setAllowJavaSerializedObject, setEagerCheckContentAvailable, setFileNameExtWhitelist, setHeaderFilterStrategy, setLogException, setMapHttpMessageBody, setMapHttpMessageFormUrlEncodedBody, setMapHttpMessageHeaders, setMuteException, setTransferException, setUseReaderForPayload, toHttpDate, toHttpLanguage, writeResponse
-
Method Details
-
populateAttachments
protected void populateAttachments(jakarta.servlet.http.HttpServletRequest request, org.apache.camel.Message message) - Overrides:
populateAttachments
in classorg.apache.camel.http.common.DefaultHttpBinding
-