com.signalsoftcorp.lst.client
Interface WMIMessaging
- public interface WMIMessaging
Defines the methods offered by the Wireless Messaging Interface (WMI).
Used by the client application to send wireless messages, SMS and Wap push, to subscribers.
sendSmsMessage
public WMP10MessagingResponse sendSmsMessage(java.lang.String clientId,
java.lang.String password,
WMP10SmsRequest request)
- Sends an SMS message to the group of recipients (subscribers) provided in the request object.
The response object contains a matching list of subscriber status that indicates the status for each
subscriber, i.e. if the message for a specific subscriber was sent or not.
- Parameters:
clientId
- Mandatory - The client's login id.password
- Manadatory - The client's login password.request
- a WMP20SmsRequest- Returns:
- MessagingResponse
- See Also:
WMP10MessagingRequest
,
WMP10MessagingResponse
,
WMP10SubscriberStatus
sendWapMessage
public WMP10MessagingResponse sendWapMessage(java.lang.String clientId,
java.lang.String password,
WMP10WapRequest request)
- Sends a message through WAP Push to a group of subscribers.
- Parameters:
clientId
- Mandatory - The client's login id.password
- Mandatory - The client's login password.request
- a WMP20SmsRequest- Returns:
- MessagingResponse
Copyright © SignalSoft Corp. All Rights Reserved.