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

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

public abstract class JbbSms
extends Object
implements Serializable

This class is used to send SMS messages

See Also:
Serialized Form

Constructor Summary
JbbSms()
           
 
Method Summary
abstract  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
 

Constructor Detail

JbbSms

public JbbSms()
Method Detail

send

public abstract JbbSmsResult send(String username,
                                  String password,
                                  String phoneNumber,
                                  String message)
                           throws Exception
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.