Searched defs:setBody (Results 1 – 7 of 7) sorted by relevance
92 public void setBody(Body body) { in setBody() method in Entity
49 public void setBody(Body body) throws MessagingException; in setBody() method
96 public abstract void setBody(Body body) throws MessagingException; in setBody() method in Message
114 public void setBody(String body) { in setBody() method in Message
83 public void setBody(Body body) throws MessagingException { in setBody() method in MimeBodyPart
335 public void setBody(Body body) throws MessagingException { in setBody() method in MimeMessage
214 public MessageBuilder setBody(final Body body) { in setBody() method in MessageTestUtils.MessageBuilder