Uses of Class
org.jivesoftware.smack.packet.Message.Body

Packages that use Message.Body
org.jivesoftware.smack.packet XML packets that are part of the XMPP protocol. 
 

Uses of Message.Body in org.jivesoftware.smack.packet
 

Methods in org.jivesoftware.smack.packet that return Message.Body
 Message.Body Message.addBody(java.lang.String language, java.lang.String body)
          Adds a body with a corresponding language.
 

Methods in org.jivesoftware.smack.packet that return types with arguments of type Message.Body
 java.util.Collection<Message.Body> Message.getBodies()
          Returns a set of all bodies in this Message, including the default message body accessible from Message.getBody().
 

Methods in org.jivesoftware.smack.packet with parameters of type Message.Body
 boolean Message.removeBody(Message.Body body)
          Removes the body from the message and returns true if the body was removed.