Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.messaging.common.ems
Class EMSMessage

java.lang.Object
  |
  +--oracle.panama.messaging.common.ems.EMSMessage
All Implemented Interfaces:
java.io.Serializable

public class EMSMessage
extends java.lang.Object
implements java.io.Serializable

The EMS message contains a text content and a list of enhanced serice objects.

Author:
jxiang
See Also:
EMSService, Serialized Form

Field Summary
static java.lang.String MIME
           

 

Constructor Summary
EMSMessage()
           

 

Method Summary
 void addService(EMSService obj)
           
 EMSService[] getServices()
           
 java.lang.String getText()
           
 void removeAllServices()
           
 void removeService(EMSService obj)
           
 void setText(java.lang.String text)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

MIME

public static final java.lang.String MIME
See Also:
Constant Field Values
Constructor Detail

EMSMessage

public EMSMessage()
Method Detail

getText

public java.lang.String getText()

getServices

public EMSService[] getServices()

setText

public void setText(java.lang.String text)

addService

public void addService(EMSService obj)

removeService

public void removeService(EMSService obj)

removeAllServices

public void removeAllServices()

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.