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)

Constructor Summary
WMP10WapRequest()
           
WMP10WapRequest(java.lang.String body, java.lang.String mediaType, SubscriberId recipient)
           
WMP10WapRequest(java.lang.String body, java.lang.String mediaType, SubscriberId[] recipients)
           
 
Method Summary
 java.lang.String getMediaType()
           
 void setMediaType(java.lang.String mediaType)
           
 java.lang.String toString()
           
 
Methods inherited from class com.signalsoftcorp.lst.client.WMP10MessagingRequest
getBody, getRecipients, setBody, setRecipients
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WMP10WapRequest

public WMP10WapRequest()

WMP10WapRequest

public WMP10WapRequest(java.lang.String body,
                       java.lang.String mediaType,
                       SubscriberId recipient)
Parameters:
body - Mandatory - The message body
recipient - 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 body
recipients - Mandatory - The user ids of the recipient. Maximum 25
Method Detail

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.