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.gsm.GsmAddress

Packages that use GsmAddress
ie.ncl.sms.gsm This package contains the GSM classes that define attributes specific to GSM short messages. 
 

Uses of GsmAddress in ie.ncl.sms.gsm
 

Methods in ie.ncl.sms.gsm that return GsmAddress
 GsmAddress Submit.getDestination()
           
 GsmAddress Report.getRecipient()
           
 GsmAddress Deliver.getSource()
           
 GsmAddress GsmDecoder.readAddress()
           
 GsmAddress GsmDecoder.readSmscAddress()
           
 

Methods in ie.ncl.sms.gsm with parameters of type GsmAddress
 void GsmEncoder.writeAddress(GsmAddress addr)
           
 void GsmEncoder.writeSmscAddress(GsmAddress address)
           
 

Constructors in ie.ncl.sms.gsm with parameters of type GsmAddress
Deliver(boolean moreMessagesToSend, boolean replyPath, boolean statusReportIndicator, GsmAddress source, java.util.Date timeStamp, Content content)
           
GsmMessage(GsmAddress address, byte[] bytes)
          Construct a new GSM (binary) message.
Report(int messageReference, GsmAddress recipient, java.util.Date smscTimeStamp, java.util.Date dischargeTime, int status)
           
Submit(boolean rejectDuplicates, boolean replyPath, boolean statusReportRequest, int messageReference, GsmAddress destination, ValidityPeriod validity, Content content)
           
 


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