com.quadrique.jbuildingblocks.core.io.sms
Class JbbSmsUpsideWireless

java.lang.Object
  extended by com.quadrique.jbuildingblocks.core.io.sms.JbbSms
      extended by com.quadrique.jbuildingblocks.core.io.sms.JbbSmsUpsideWireless
All Implemented Interfaces:
Serializable

public class JbbSmsUpsideWireless
extends JbbSms
implements Serializable

This class is used to send SMS messages

See Also:
Serialized Form

Method Summary
static JbbSmsUpsideWireless newInstance()
           
 JbbSmsResult send(String username, String password, String phoneNumber, String message)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

public static JbbSmsUpsideWireless newInstance()
Returns:

send

public JbbSmsResult send(String username,
                         String password,
                         String phoneNumber,
                         String message)
                  throws Exception
Specified by:
send in class JbbSms
Parameters:
username - BP
password - BP
phoneNumber - BP (exemples: india, us, france... + link to documentation to upside)
message - BP
Throws:
Exception


Copyright © 2001-2008 Quadrique Corporation. All Rights Reserved.