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 SummaryFields inherited from class org.frankframework.stream.MessageMESSAGE_MAX_IN_MEMORY, MESSAGE_MAX_IN_MEMORY_DEFAULT, MESSAGE_MAX_IN_MEMORY_PROPERTY, MESSAGE_SIZE_UNKNOWN
- 
Constructor SummaryConstructorsConstructorDescriptionPartMessage(jakarta.mail.Part part) PartMessage(jakarta.mail.Part part, String charset) PartMessage(jakarta.mail.Part part, MessageContext context) 
- 
Method SummaryMethods inherited from class org.frankframework.stream.MessageasByteArray, 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
 
- 
PartMessagepublic PartMessage(jakarta.mail.Part part, String charset) throws jakarta.mail.MessagingException, IOException - Throws:
- jakarta.mail.MessagingException
- IOException
 
- 
PartMessagepublic PartMessage(jakarta.mail.Part part, MessageContext context) throws jakarta.mail.MessagingException, IOException - Throws:
- jakarta.mail.MessagingException
- IOException
 
 
-