|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||
| Packages that use ExtendedReceiver | |
|---|---|
| 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. |
| Uses of ExtendedReceiver in ie.ncl.sms.smpp |
|---|
| Classes in ie.ncl.sms.smpp that implement ExtendedReceiver | |
|---|---|
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. |
| Methods in ie.ncl.sms.smpp with parameters of type ExtendedReceiver | |
|---|---|
void |
Smpp.receive(ExtendedReceiver target)
Deprecated. This method sets up a callback target which will be called when messages are received. |
| Constructors in ie.ncl.sms.smpp with parameters of type ExtendedReceiver | |
|---|---|
Binding(java.lang.String sysid,
java.lang.String systype,
java.lang.String password,
Address range,
ExtendedReceiver target)
Create a receiver binding specifying the address range. |
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||