Java SMS SDK


ActiveX SMS SDK
Java SMS SDK
Perl SMS SDK
PHP SMS SDK
Shared Object SMS SDK



Home / Developers / SMS Software Development Kit / Java SMS SDK /
The Java SMS SDK is a speedy, manageable and reliable set of Java classes that hides the intracacies of wireless text-messaging.

Version: 2.9.0
Released: 3/5/2007

The Java SMS SDK provides easy, high-level control of the Simplewire wireless text-messaging platform. The Java SMS SDK was designed be to be as developer-friendly as possible by hiding the intricacies of the XML format required to communicate with the Simplewire WMP (Wireless Message Protocol) servers. The Java SMS SDK makes it possible to send an SMS message off with as little as two lines of code.

The Java SMS SDK provides a 100% Pure Java™ implementation. You can use it in all Java Runtime Environments including Windows, Linux, Solaris, and many more. The SDK has gone through rigorous testing to ensure a comphrehensive, best-of-breed SMS SDK. In turn, the Java SMS SDK delivers a robust business solution for high-performance, web based applications in a variety of industries.
Download

Product Version Released Size
All Platforms 2.9.0 3/5/2007 299 KB
Examples

Quick Start for Java

import com.simplewire.sms.*;

public class SendSMS
{
    public static void main(String[] args) throws Exception
    {
        // Create SMS Object
        SMS sms = new SMS();

        // Set Message Properties
        sms.setMsgPin("+11005101234");
        sms.setMsgFrom("Demo");
        sms.setMsgCallback("+11005551212");
        sms.setMsgText("Hello World From Simplewire!");

        // Send Message
        sms.msgSend();
    }
}
   

More Information
Buy It!
Try It!
Product Sheet
Manual
Features & Benefits
Related Items
Search
Example Code
Technical Articles
White Papers
Quick Reference
Network Coverage
Error Codes
Test Phone Numbers
Country Dialing Codes
Top 5 Questions
1.  What is a Developer Subscriber ID?
2.  How do I set a the MsgPin() property? How do I set a Pin?
3.  Can I send ringtones with the SMS Software Development Kit?
4.  How do I set the Carrier ID?
5.  I am receiving an error code. What does it mean?
View More
  Copyright © 1999-2005, Simplewire, Inc. Newsletter     News     Developer Program     Privacy      Site Map