hr.tis.mgw.client.message
Class ReceivedMms

java.lang.Object
  extended byhr.tis.mgw.client.message.ReceivedMms

public class ReceivedMms
extends java.lang.Object

Contains received MmsMessage, message sender (originator) address, destination address, message priority and registration identifier.


Method Summary
 java.lang.String getDestinationAddress()
          Return message destination address.
 MmsMessage getMmsMessage()
          Return received MmsMessage.
 Priority getPriority()
          Return message priority.
 java.lang.String getRegistrationIdentifier()
          Return registration identifier.
 java.lang.String getSenderAddress()
          Return message sender (originator) address.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getDestinationAddress

public java.lang.String getDestinationAddress()
Return message destination address.

Returns:
Destination address

getMmsMessage

public MmsMessage getMmsMessage()
Return received MmsMessage.

Returns:
Received mms message

getPriority

public Priority getPriority()
Return message priority.

Returns:
Message priority

getSenderAddress

public java.lang.String getSenderAddress()
Return message sender (originator) address.

Returns:
Sender address

getRegistrationIdentifier

public java.lang.String getRegistrationIdentifier()
Return registration identifier. For possible registration identifier that can be received contact your mGw administrator.

Returns:
Registration identifier

toString

public java.lang.String toString()


Copyright © 2000-2007, TIS.kis d.o.o. All Rights Reserved.