The newMessage() method is a method of the MessageConnection interface. It creates a new message. The general syntax of this method is as follows:
- newMessage(java.lang.String type): The type parameter takes one of the constant values defined in the MessageConnection interface. The values are Binary_Message and Text_Message.
- newMessage(java.lang.String type, java.lang.String address): The type parameter takes one of the constant values defined in the MessageConnection interface. The address parameter takes the destination address for the given message.
Like this article? Share it with others
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.