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 Interface
ie.ncl.msg.Sender

Packages that use Sender
ie.ncl.mms This package provides a generic XML document based interface to all the mobile messaging types and protocols including SMS, EMS and Smart Messaging. 
ie.ncl.msg This package provides a generic interface to all messaging protocols including but not limited to the SMS cellular network protocols. 
ie.ncl.sms.cimd This package contains the Computer Interface to Message Distribution (CIMD) protocol classes used to interface with an CIMD compliant SMSC such as Nokia's SMSC models. 
ie.ncl.sms.gsm This package contains the GSM classes that define attributes specific to GSM short messages. 
ie.ncl.sms.modem This package contains the GsmModem protocol classes used to interface with an GSM cellular device such as a: Siemens M30, TC35, MC35, S45, SL45; a Nokia PremiCell, Phone Card, 6310, 6310i; Sony Ericsson GM27/29; and Falcom A2 
ie.ncl.sms.nbs   
ie.ncl.sms.smpp This package contains  the Short Message Peer to Peer (SMPP) protocol classes used to interface with an SMPP compliant SMSC such as Logica's Telepath SMSC. 
ie.ncl.sms.ucp This package contains the Univeral Computer Protocol (UCP) protocol classes used to interface with an UCP compliant SMSC such as CMG's SMSC models. 
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 Sender in ie.ncl.mms
 

Constructors in ie.ncl.mms with parameters of type Sender
MMSSender(Sender asyncSender)
          An MMS Sender is constructed with a Sender object which specifies the underlying transport.
 

Uses of Sender in ie.ncl.msg
 

Classes in ie.ncl.msg that implement Sender
 class ConnectionManager
           
 class Loopback
          The Loopback class is a test Sender and Receiver class.
 

Methods in ie.ncl.msg that return Sender
static Sender Factory.getSender(java.lang.String configurationName)
          Get a sender as specified by the configurationName.
static Sender Factory.getSender(java.lang.String configurationName, java.util.Properties props)
          Get a sender as specified by the configurationName.
 

Methods in ie.ncl.msg with parameters of type Sender
 void SyncSender.sent(Sender sender, java.lang.Exception ex, Message m)
          Implements the SenderListener API - used internally.
 void SenderListener.sent(Sender sender, java.lang.Exception ex, Message m)
          This method is used to notify the application that a message has been sent or that an error occured sending the message.
 void ConnectionManager.sent(Sender sender, java.lang.Exception ex, Message m)
          Implements Sender Listener API.
 

Constructors in ie.ncl.msg with parameters of type Sender
SyncSender(Sender sender)
          Construct a synchronous sender.
 

Uses of Sender in ie.ncl.sms.cimd
 

Classes in ie.ncl.sms.cimd that implement Sender
 class CimdConnection
          The CimdConnection class is an implementation of the CIMD 2.0 Protocol used to connect to a CIMD compliant Short Message Service Centre, for the purposes of sending and receiving text and binary short messages.
 

Uses of Sender in ie.ncl.sms.gsm
 

Constructors in ie.ncl.sms.gsm with parameters of type Sender
LongMessageSender(Sender sender, int expiry)
          Create a long message transmitter specifying the underlying SMS interface.
 

Uses of Sender in ie.ncl.sms.modem
 

Classes in ie.ncl.sms.modem that implement Sender
 class GsmModem
          This class is used to establish a connection with a GSM modem device, which can be used to send and receive short messages.
 

Uses of Sender in ie.ncl.sms.nbs
 

Methods in ie.ncl.sms.nbs that return Sender
 Sender NarrowBandSocket.getSender()
           
 

Constructors in ie.ncl.sms.nbs with parameters of type Sender
NarrowBandSocket(Sender sender)
          Create a narrow band socket using some underlying SMS transport.
 

Uses of Sender in ie.ncl.sms.smpp
 

Classes in ie.ncl.sms.smpp that implement Sender
 class SmppConnection
          The SmppConnection class is an implementation of the SMPP 3.4 Protocol used to connect to a SMPP compliant Short Message Service Centre, for the purposes of sending and receiving text and binary short messages.
 

Uses of Sender in ie.ncl.sms.ucp
 

Classes in ie.ncl.sms.ucp that implement Sender
 class UCPConnection
          This class is used to connect with a UCP compliant Short Message Service Centre or SMSC.
 

Uses of Sender in ie.ncl.wap.push
 

Constructors in ie.ncl.wap.push with parameters of type Sender
WAPPush(Sender sender)
          Create a WAP Push connection.
 


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