com.signalsoftcorp.lst.client
Class WMP10WapRequest
java.lang.Object
|
+--com.signalsoftcorp.lst.client.WMP10MessagingRequest
|
+--com.signalsoftcorp.lst.client.WMP10WapRequest
- public class WMP10WapRequest
- extends WMP10MessagingRequest
An instance of this class is passed in a call to WMIMessaging.sendWapMessage
.
- See Also:
WMIMessaging
,
WMIMessaging.sendWapMessage(java.lang.String, java.lang.String, com.signalsoftcorp.lst.client.WMP10WapRequest)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WMP10WapRequest
public WMP10WapRequest()
WMP10WapRequest
public WMP10WapRequest(java.lang.String body,
java.lang.String mediaType,
SubscriberId recipient)
- Parameters:
body
- Mandatory - The message bodyrecipient
- Mandatory - The user id of the recipient.
WMP10WapRequest
public WMP10WapRequest(java.lang.String body,
java.lang.String mediaType,
SubscriberId[] recipients)
- Parameters:
body
- Mandatory - The message bodyrecipients
- Mandatory - The user ids of the recipient. Maximum 25
getMediaType
public java.lang.String getMediaType()
setMediaType
public void setMediaType(java.lang.String mediaType)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © SignalSoft Corp. All Rights Reserved.