Experts in SMS and MMS Technology. NCLs Provato is an SMS/MMS Gateway supporting  WAP Push, EMS, MMS, SMS, Nokia Smart Messaging, SMPP, CIMD, UCP, MM7, M20, TC35 NCL Technologies Ltd
Provato - SMS MMS Gateway
Mobile Messaging in J2EE & .NET

SwiftNote - Java SMS Toolkit

Uses of Class
ie.ncl.sms.nbs.SmartMessage

Packages that use SmartMessage
ie.ncl.sms.nbs   
ie.ncl.wap.push This package is used to generate WAP Push Requests that are sent to mobile phones over the SMS Bearer. 
 

Uses of SmartMessage in ie.ncl.sms.nbs
 

Subclasses of SmartMessage in ie.ncl.sms.nbs
 class EmailNotification
          Class is used to send a simple email notification to the mobile user to indicate how many new messages are available on some email server.
 class IconMessage
          Class is used to create a Caller Group Icon smart message.
 class LogoMessage
          Class is used to create an (operator) logo message.
 class MenuMessage
          This is used to send a menu message to the mobile handset.
 class PictureMessage
          Class is used to create a picture message.
 class RingToneMessage
          This is used to send a ringtome message to the mobile handset.
 class VCalendarMessage
          This message is used to send a VCalendar or Appointment to a mobile phone.
 class VCardMessage
          This message is used to send a VCard or Business card to a mobile phone.
 

Methods in ie.ncl.sms.nbs that return SmartMessage
static SmartMessage NBSTest.email()
           
static SmartMessage NBSTest.icon()
           
static SmartMessage NBSTest.logo()
           
static SmartMessage NBSTest.logo(java.lang.String tel)
           
static SmartMessage NBSTest.menu()
           
static SmartMessage NBSTest.picture(boolean reg)
           
static SmartMessage NBSTest.picture(int width, int height, int len, boolean reg)
           
static SmartMessage NBSTest.ringtone()
           
static SmartMessage NBSTest.vcal()
           
static SmartMessage NBSTest.vcard()
           
 

Methods in ie.ncl.sms.nbs with parameters of type SmartMessage
static BinaryMessage[] NarrowBandSocket.fragmentMessage(SmartMessage sm, int sequenceNumber)
          Fragment a smart message into sms fragments.
 void NarrowBandSocket.send(SmartMessage sm)
          Send a smart message.
 

Uses of SmartMessage in ie.ncl.wap.push
 

Methods in ie.ncl.wap.push that return SmartMessage
 SmartMessage WSPRequest.toSmartMessage(byte transactionId, Address destination, boolean confirmed, boolean registered)
          Encode this WSPRequest as a SmartMessage, which can then be sent using a NarrowBandSocket object.
 SmartMessage WSPRequest.toSmartMessage(byte transactionId, Address destination, boolean confirmed, boolean registered, int maxFragLen)
           
 SmartMessage WSPRequest.toSmartMessage(byte transactionId, Address destination, boolean confirmed, boolean registered, int maxFragLen, boolean cdmaNetwork)
           
 SmartMessage WSPRequest.toSmartMessage(byte transactionId, Address destination, boolean confirmed, boolean registered, int maxFragLen, boolean cdmaNetwork, boolean portNumberInEachFragment)
           
 


Experts in SMS and MMS Technology. NCLs Provato is an SMS/MMS Gateway supporting  WAP Push, EMS, MMS, SMS, Nokia Smart Messaging, SMPP, CIMD, UCP, MM7, M20, TC35 NCL Technologies Ltd
Provato - SMS MMS Gateway
Mobile Messaging in J2EE & .NET

SwiftNote - Java SMS Toolkit