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.Receiver

Packages that use Receiver
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.lm This package contains classes used to support long messages, concatenated SMS or fragmentation and reassembly (SAR). 
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.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. 
 

Uses of Receiver in ie.ncl.mms
 

Methods in ie.ncl.mms with parameters of type Receiver
 boolean MMSReceiver.received(Receiver receiver, java.lang.Exception ex, Message m)
          Implements Receiver Listener API.
 

Constructors in ie.ncl.mms with parameters of type Receiver
MMSReceiver(Receiver asyncReceiver)
          An MMS Receiver is constructed with a Receiver object which specifies the underlying transport.
 

Uses of Receiver in ie.ncl.msg
 

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

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

Methods in ie.ncl.msg with parameters of type Receiver
 boolean SyncReceiver.received(Receiver receiver, java.lang.Exception ex, Message m)
          Implements the SenderListener API - used internally.
 boolean ReceiverListener.received(Receiver receiver, java.lang.Exception ex, Message m)
          This method will be called when a message is received.
 boolean ConnectionManager.received(Receiver receiver, java.lang.Exception ex, Message m)
          Implements Receiver Listener API.
 

Constructors in ie.ncl.msg with parameters of type Receiver
SyncReceiver(Receiver receiver)
          Construct a blocking receiver.
 

Uses of Receiver in ie.ncl.sms.cimd
 

Classes in ie.ncl.sms.cimd that implement Receiver
 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 Receiver in ie.ncl.sms.gsm
 

Constructors in ie.ncl.sms.gsm with parameters of type Receiver
LongMessageReceiver(Receiver receiver)
          Construct a LongMessageReceiver specifying the underlying SMS interface.
LongMessageReceiver(Receiver receiver, int timeout)
          Construct a LongMessageReceiver specifying the underlying SMS interface and the timeout.
 

Uses of Receiver in ie.ncl.sms.lm
 

Classes in ie.ncl.sms.lm that implement Receiver
 class LongMessageReceiver
          This class is used to reassemble long messages that are fragmented and sent over SMS.
 

Methods in ie.ncl.sms.lm with parameters of type Receiver
 boolean LongMessageReceiver.received(Receiver receiver, java.lang.Exception ex, Message m)
          Implements ReceiverListener callback.
 

Constructors in ie.ncl.sms.lm with parameters of type Receiver
LongMessageReceiver(Receiver receiver)
           
LongMessageReceiver(Receiver receiver, Cache cache)
          Construct a long message receiver given an underlying message transport.
 

Uses of Receiver in ie.ncl.sms.modem
 

Classes in ie.ncl.sms.modem that implement Receiver
 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 Receiver in ie.ncl.sms.smpp
 

Classes in ie.ncl.sms.smpp that implement Receiver
 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 Receiver in ie.ncl.sms.ucp
 

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


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