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.