Package org.frankframework.http
Class PartMessage
java.lang.Object
org.frankframework.stream.Message
org.frankframework.http.PartMessage
- All Implemented Interfaces:
Closeable
,Serializable
,AutoCloseable
- See Also:
-
Field Summary
Fields inherited from class org.frankframework.stream.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, String charset) PartMessage
(jakarta.mail.Part part, MessageContext context) -
Method Summary
Methods inherited from class org.frankframework.stream.Message
asByteArray, asByteArray, asInputSource, asInputStream, asInputStream, asMessage, asObject, asReader, asReader, assertNotClosed, asSource, asString, asString, close, computeDecodingCharset, copyContext, copyMessage, getCharset, getObjectId, isBinary, isEmpty, isEmpty, isFormattedErrorMessage, isNull, isNull, isRequestOfType, nullMessage, nullMessage, peek, requiresStream, size, toString
-
Constructor Details
-
PartMessage
- Throws:
jakarta.mail.MessagingException
IOException
-
PartMessage
public PartMessage(jakarta.mail.Part part, String charset) throws jakarta.mail.MessagingException, IOException - Throws:
jakarta.mail.MessagingException
IOException
-
PartMessage
public PartMessage(jakarta.mail.Part part, MessageContext context) throws jakarta.mail.MessagingException, IOException - Throws:
jakarta.mail.MessagingException
IOException
-