Class PartMessage
java.lang.Object
org.frankframework.stream.Message
org.frankframework.http.PartMessage
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class Message
MESSAGE_MAX_IN_MEMORY, MESSAGE_MAX_IN_MEMORY_DEFAULT, MESSAGE_MAX_IN_MEMORY_PROPERTY, MESSAGE_SIZE_UNKNOWN -
Constructor Summary
ConstructorsConstructorDescriptionPartMessage(jakarta.mail.Part part) PartMessage(jakarta.mail.Part part, @Nullable String charset) PartMessage(jakarta.mail.Part part, MessageContext context) -
Method Summary
Methods inherited from class Message
asByteArray, asByteArray, asInputSource, asInputStream, asInputStream, asMessage, asObject, asReader, asReader, asSource, asString, asString, computeDecodingCharset, copyContext, copyMessage, getCharset, getObjectId, isBinary, isEmpty, isEmpty, isFormattedErrorMessage, isNull, isNull, isRequestOfType, isSupportedType, nullMessage, nullMessage, peek, requiresStream, size, toString
-
Constructor Details
-
PartMessage
- Throws:
jakarta.mail.MessagingExceptionIOException
-
PartMessage
public PartMessage(jakarta.mail.Part part, @Nullable String charset) throws jakarta.mail.MessagingException, IOException - Throws:
jakarta.mail.MessagingExceptionIOException
-
PartMessage
public PartMessage(jakarta.mail.Part part, MessageContext context) throws jakarta.mail.MessagingException, IOException - Throws:
jakarta.mail.MessagingExceptionIOException
-