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.DefaultHttpBindingTo 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 classAttachmentHttpBinding.PartDataSource
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidpopulateAttachments(javax.servlet.http.HttpServletRequest request, org.apache.camel.http.common.HttpMessage 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
-
-