Welcome
Login Buy Now Free Gateway Trial Call Sales at 480.515.5200 Please enter a value in the search box

This content requires the Flash Player (version 8 or higher) Please click here to download the latest Flash player. If you already have the latest Flash player, try clicking here
  • Home
  • Products
    • SMS Gateway    
    • Secure SMS
    • Secure Wallet
    • FlightAssist
  • Solutions
    • Mobile Carriers
    • Mobile Banking & Finance        
    • Mobile Marketing
    • Mobile Government
    • Mobile Healthcare
    • Mobile Education
    • Mobile Real Estate
    • Mobile Air Travel
  • Developers
  • Partners
    • Overview
    • Technology Partners
    • Valued Partners
    • Value Added Resellers
    • System Integrators
    • Carriers
    • Handset Manufacturers
  • Services
    • Mobile Strategy Advisory
    • Educational Services
    • Professional Services
  • Media
    • News Room
    • Press Releases
    • Awards
    • In the News
    • Events
    • OPTiN Today Blog
  • Support
    • Support Center
    • Products Support 
      • SMS Gateway
      • SecureSMS
      • SecureWallet
      • FlightAssist
      • CampusReact
    • FAQ & Forums
  • Contact Us
  • About
    • Executive Team
    • Customers
    • CellTrust® Today
    • Brand & Values
    • Milestones
    • Security Focused
    • Social Responsibility
    • Industry Affiliations
    • Careers
    • Investor Relations

CellTrust 2 Way SMS Gateway API (JavaSDK)

Home > SMS Gateway



CellTrust Java SMS SDK


Build and customize an SMS application that suits your business requirements perfectly. Our Java SMS SDK is the fastest way to get from here to there:
• Java is platform independent, enabling you to develop and execute your program on any Java Runtime Environment (Windows, Linux, Solaris, etc.)
• CellTrusts's Java SMS SDK is developer-friendly enabling you to send an SMS with as little as two lines of code. This means quicker development and less bugs.


Sample Java code for sending an SMS text message:
PrimeMessage pm = new PrimeMessage("pmgateway.net");
pm.setCustomerAbbrev( "Your Username");
pm.setCampaignName( "Your Campaign Name");
//!!Note, generally Username and Campaign/NickName/Keyword are all the same!!
pm.setMessageBody( "Hello");
pm.addRecipient( "Bumpy", "Dumpy", 1, 416, 4321212);
pm.sendMessage( sUSER, sPASSWD);
int status = pm.getOperationStatus();
if( PMConstant.STATUS_SUCCESS != status)
{
String msg = pm.getOperationErrorMessage ();
....
}

Sample Codes:

HTTP/HTTPS
WebServices
JavaSDK
SMTP (Email to SMS)
Scheduler API
Message Status API
Incoming Message Processing


See Also:

2 Way SMS Gateway
SMS Gateway Features
Global Coverage

Privacy Policy    Terms of Use    Anti Spam Policy    Industry Affiliations    Partner Options    RSS Feeds

Sitemap    © Copyright 2008 CellTrust® Corporation, All Rights Reserved