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
    Modifier and Type
    Class
    Description
    final class 
     
  • Field Summary

    Fields inherited from class org.apache.camel.http.common.DefaultHttpBinding

    DATE_FORMAT, DATE_LOCALE_CONVERSION
  • Method Summary

    Modifier and Type
    Method
    Description
    protected 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, isMapHttpMessageBody, isMapHttpMessageFormUrlEncodedBody, isMapHttpMessageHeaders, isMuteException, isText, isTransferException, isUseReaderForPayload, parseBody, populateRequestParameters, readBody, readFormUrlEncodedBody, readHeaders, readRequest, setAllowJavaSerializedObject, setEagerCheckContentAvailable, setFileNameExtWhitelist, setHeaderFilterStrategy, setMapHttpMessageBody, setMapHttpMessageFormUrlEncodedBody, setMapHttpMessageHeaders, setMuteException, setTransferException, setUseReaderForPayload, toHttpDate, toHttpLanguage, writeResponse

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • populateAttachments

      protected void populateAttachments(jakarta.servlet.http.HttpServletRequest request, org.apache.camel.Message message)
      Overrides:
      populateAttachments in class org.apache.camel.http.common.DefaultHttpBinding