B C D G I O R S T U

S

scheduleMessage(BrandedSmsMessage, Date) - Method in class com.directsms.s3.api.SmsConnection
Schedule the given Branded SMS to go out at the given send date/time.
scheduleMessage(TwoWaySmsMessage, Date) - Method in class com.directsms.s3.api.SmsConnection
Schedule the given 2-Way SMS to go out at the given send date/time.
sendMessage(BrandedSmsMessage) - Method in class com.directsms.s3.api.SmsConnection
Send a Branded SMS message through the directSMS gateway.
sendMessage(TwoWaySmsMessage) - Method in class com.directsms.s3.api.SmsConnection
Send a 2-Way SMS message through the directSMS gateway.
sendMessages(BrandedSmsMessage[]) - Method in class com.directsms.s3.api.SmsConnection
Send a collection of Branded SMS messages through the directSMS gateway.
sendMessages(TwoWaySmsMessage[]) - Method in class com.directsms.s3.api.SmsConnection
Send a collection of 2-Way SMS messages through the directSMS gateway.
SmsConnection - class com.directsms.s3.api.SmsConnection.
SmsConnection encapsulate the various operations available to clients through the directSMS SMS Gateway.
SmsException - exception com.directsms.s3.api.SmsException.
An SmsException is thrown by certain methods of the SmsConnection classe when errors are encounterd while interacting with the directSMS SMS Gateway.
SmsException(String) - Constructor for class com.directsms.s3.api.SmsException
Create a new exception given an error message
SmsException(Throwable) - Constructor for class com.directsms.s3.api.SmsException
Create a new exception given an exception
SmsReply - class com.directsms.s3.api.SmsReply.
An SmsReply models a reply SMS message to a specific TwoWaySmsMessage.
SmsReply(String, String, long) - Constructor for class com.directsms.s3.api.SmsReply
Create a new 2-Way SMS repsonse
SmsReply(String, String, String, long) - Constructor for class com.directsms.s3.api.SmsReply
Construct a new 2-Way SMS reply object from its underlying attributes.
SYSTEM_PROPERTY_URL_HTTP - Static variable in class com.directsms.s3.api.SmsConnection
System property - s3.gateway.url.http, specifies the HTTP URL to use to override the url in URL_HTTP

If this property is set, the URL specified within it will be used to contact the SOAP service over HTTP when a normal SmsConnection is created.
SYSTEM_PROPERTY_URL_HTTPS - Static variable in class com.directsms.s3.api.SmsConnection
System property - s3.gateway.url.https, specifies the HTTPS URL to use to override the url in URL_HTTPS

If this property is set, the URL specified within it will be used to contact the SOAP service over HTTPS when a secure SmsConnection is created.

B C D G I O R S T U