Return the content as a Java object. The type of the returned object is of course dependent on the content itself. For example, the object returned for "text/plain" content is usually a String object. The object returned for a "multipart" content is always a Multipart subclass. For content-types tha
()
| 279 | * @see javax.activation.DataHandler#getContent |
| 280 | */ |
| 281 | public Object getContent() throws IOException, MessagingException; |
| 282 | |
| 283 | /** |
| 284 | * This method provides the mechanism to set this part's content. |
no outgoing calls
no test coverage detected