WMA - JSR120

Uses of Interface
javax.wireless.messaging.Message

Packages that use Message
javax.wireless.messaging This package defines an API which allows applications to send and receive wireless messages. 
 

Uses of Message in javax.wireless.messaging
 

Subinterfaces of Message in javax.wireless.messaging
 interface BinaryMessage
          An interface representing a binary message.
 interface TextMessage
          An interface representing a text message.
 

Methods in javax.wireless.messaging that return Message
 Message MessageConnection.newMessage(java.lang.String type)
          Constructs a new message object of a given type.
 Message MessageConnection.newMessage(java.lang.String type, java.lang.String address)
          Constructs a new Message object of a given type and initializes it with the given destination address.
 Message MessageConnection.receive()
          Receives a message.
 

Methods in javax.wireless.messaging with parameters of type Message
 void MessageConnection.send(Message msg)
          Sends a message.
 int MessageConnection.numberOfSegments(Message msg)
          Returns the number of segments in the underlying protocol that would be needed for sending the specified Message.
 


WMA - JSR120

Submit a comment or suggestion Version 1.0 of WMA Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road,Palo Alto, California, 94303, U.S.A. All Rights Reserved.