Package nl.nn.adapterframework.http
Class PartMessage
- java.lang.Object
-
- nl.nn.adapterframework.stream.Message
-
- nl.nn.adapterframework.http.PartMessage
-
- All Implemented Interfaces:
Closeable
,Serializable
,AutoCloseable
public class PartMessage extends Message
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class nl.nn.adapterframework.stream.Message
MESSAGE_MAX_IN_MEMORY_DEFAULT, MESSAGE_SIZE_UNKNOWN
-
-
Constructor Summary
Constructors Constructor Description PartMessage(jakarta.mail.Part part)
PartMessage(jakarta.mail.Part part, String charset)
PartMessage(jakarta.mail.Part part, Map<String,Object> context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
size()
-
Methods inherited from class nl.nn.adapterframework.stream.Message
asByteArray, asByteArray, asByteArray, asByteArray, asInputSource, asInputSource, asInputStream, asInputStream, asMessage, asObject, asReader, asReader, asSource, asSource, asString, asString, asString, asString, captureBinaryStream, captureBinaryStream, captureBinaryStream, captureCharacterStream, captureCharacterStream, captureCharacterStream, close, closeOnCloseOf, closeOnCloseOf, computeDecodingCharset, copyContext, copyMessage, getCharset, getContext, getMagic, getMagic, getObjectId, getRequestClass, hasDataAvailable, isBinary, isEmpty, isEmpty, isNull, isNull, isRepeatable, isScheduledForCloseOnExitOf, nullMessage, nullMessage, preserve, requiresStream, toString, unscheduleFromCloseOnExitOf
-
-
-
-
Constructor Detail
-
PartMessage
public PartMessage(jakarta.mail.Part part) throws jakarta.mail.MessagingException
- Throws:
jakarta.mail.MessagingException
-
PartMessage
public PartMessage(jakarta.mail.Part part, String charset) throws jakarta.mail.MessagingException
- Throws:
jakarta.mail.MessagingException
-
-