Welcome
Login Buy Now Test now for free 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
      • Product Overview
      • SMS Marketing
      • SDK & API
      • Global Coverage
      • Short Code Set up
      • SMS Gateway OEM
    • SecureSMS
    • SMIM Gateway
      • Product Overview
      • Micro-Client
      • SDK & API
      • OEM
    • RelationshipMobile   
      • Product Overview
      • SMS Marketing
      • SDK & API
      • OEM
      • Mobilize Your CRM
    • Wallet
      • Product Overview
      • SDK & API
      • OEM
    • FlightAssist
      • Product Overview
      • SDK & API
      • OEM
    • CampusReact
      • Product Overview
      • SDK & API
      • OEM
  • Partners
    • Overview
    • Technology Partners
    • Strategic Partners
    • System Integrators
    • Affiliates
    • Carriers
    • Handset Manufacturers
  • Industries
    • Financial Services
    • Government & Public Sector
    • Entertainment & Media
    • Education
    • Healthcare
    • Technology
    • Travel
    • Real Estate
    • Content Providers
    • Developers
    • Marketers
  • Media
    • News Room
    • Press Releases
    • Awards
    • In the News
    • Events
    • OPTiN Today Blog
  • Support
    • Support Center
    • Products Support 
      • SecureSMS & SMS Gateway
      • SMIM Gateway
      • CampusReact
      • RelationshipMobile
      • FlightAssist
      • Wallet
    • FAQ & Forums
  • Jobs
  • Contact Us
  • About
    • CellTrust™ Today
    • Brand & Values
    • Milestones
    • Customers
    • Executive Team
    • Careers at CellTrust™
    • Security Focused
    • Social Responsibility
    • Industry Affiliations
    • 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