Uses of Interface
org.marre.sms.SmsMessage

Packages that use SmsMessage
org.marre   
org.marre.sms   
org.marre.sms.ems   
org.marre.sms.nokia   
org.marre.sms.siemens   
org.marre.sms.transport   
org.marre.sms.transport.clickatell   
org.marre.sms.transport.gsm   
org.marre.sms.transport.pswincom   
org.marre.sms.transport.ucp   
org.marre.wap.push   
 

Uses of SmsMessage in org.marre
 

Methods in org.marre with parameters of type SmsMessage
 java.lang.String SmsSender.sendSms(SmsMessage msg, java.lang.String dest, java.lang.String sender)
          Sends a SmsMessage.
 

Uses of SmsMessage in org.marre.sms
 

Classes in org.marre.sms that implement SmsMessage
 class SmsConcatMessage
          Baseclass for messages that needs to be concatenated.
 class SmsMsgWaitingMessage
          Represents a "Message Waiting" sms.
 class SmsPortAddressedMessage
          Base class for all port adressed messages.
 class SmsPortAddressedTextMessage
          A port addressed message that delegates the text part to SmsTextMessage.
 class SmsTextMessage
          Represents a text message.
 

Uses of SmsMessage in org.marre.sms.ems
 

Classes in org.marre.sms.ems that implement SmsMessage
 class EmsMessage
           
 

Uses of SmsMessage in org.marre.sms.nokia
 

Classes in org.marre.sms.nokia that implement SmsMessage
 class NokiaDownloadableProfile
          Nokia Downloadable Profile
 class NokiaGroupGraphic
          Nokia Group Graphic (CLI) message Note!
(package private)  class org.marre.sms.nokia.NokiaMultipartMessage
          Baseclass for Nokia Multipart Messages Baseclass for messages that rely on the Nokia Multipart Messages
 class NokiaOperatorLogo
          Nokia Operator Logo message
 class NokiaPictureMessage
          Nokia Picture message
 class NokiaRingTone
           
 

Uses of SmsMessage in org.marre.sms.siemens
 

Classes in org.marre.sms.siemens that implement SmsMessage
 class SiemensOtaMessage
           
 

Uses of SmsMessage in org.marre.sms.transport
 

Methods in org.marre.sms.transport with parameters of type SmsMessage
 java.lang.String SmsTransport.send(SmsMessage msg, SmsAddress dest, SmsAddress sender)
          Sends an SmsMessage to the given destination.
 

Uses of SmsMessage in org.marre.sms.transport.clickatell
 

Methods in org.marre.sms.transport.clickatell with parameters of type SmsMessage
 java.lang.String ClickatellTransport.send(SmsMessage msg, SmsAddress dest, SmsAddress sender)
          Sends an SMS Message.
 

Uses of SmsMessage in org.marre.sms.transport.gsm
 

Methods in org.marre.sms.transport.gsm with parameters of type SmsMessage
 java.lang.String GsmTransport.send(SmsMessage msg, SmsAddress dest, SmsAddress sender)
          Sends the SMS message to the given recipients.
 

Uses of SmsMessage in org.marre.sms.transport.pswincom
 

Methods in org.marre.sms.transport.pswincom with parameters of type SmsMessage
 java.lang.String PsWinXmlTransport.send(SmsMessage msg, SmsAddress dest, SmsAddress sender)
          Send.
 

Uses of SmsMessage in org.marre.sms.transport.ucp
 

Methods in org.marre.sms.transport.ucp with parameters of type SmsMessage
 java.lang.String UcpTransport.send(SmsMessage msg, SmsAddress theDest, SmsAddress sender)
           
 

Uses of SmsMessage in org.marre.wap.push
 

Classes in org.marre.wap.push that implement SmsMessage
 class SmsMmsNotificationMessage
          Simple MMS notification message sent over Sms.
 class SmsWapPushMessage
          Connectionless WAP push message with SMS as bearer.
 



Copyright © 2002-2005 Markus Eriksson. All Rights Reserved.