com.signalsoftcorp.lst.client
Class WMP10MessagingRequest
java.lang.Object
|
+--com.signalsoftcorp.lst.client.WMP10MessagingRequest
- Direct Known Subclasses:
- WMP10SmsRequest, WMP10WapRequest
- public abstract class WMP10MessagingRequest
- extends java.lang.Object
Abstract base class for WMP 1.0 messaging requests.
- See Also:
WMIMessaging
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WMP10MessagingRequest
public WMP10MessagingRequest()
WMP10MessagingRequest
public WMP10MessagingRequest(java.lang.String body,
SubscriberId recipient)
- Send a message to the recipient
- Parameters:
body
- Mandatory - The message to be sent.recipient
- Mandatory - The recepient
WMP10MessagingRequest
public WMP10MessagingRequest(java.lang.String body,
SubscriberId[] recipients)
- Send a message to number of recipients
- Parameters:
body
- Mandatory - The message to be sentrecipients
- Mandatory - The list of recipients. Up to 25 recipients may be specified.
setBody
public void setBody(java.lang.String body)
- Parameters:
body
- Set the message body.
getBody
public java.lang.String getBody()
- Returns:
- Returns the current message body.
setRecipients
public void setRecipients(SubscriberId[] recipients)
- Parameters:
recipients
- Set the list of recipients. Maximum # of recipients is 25.
getRecipients
public SubscriberId[] getRecipients()
- Returns:
- The current list of recipients.
Copyright © SignalSoft Corp. All Rights Reserved.