|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SmsTransport | |
org.marre | |
org.marre.sms.transport | |
org.marre.sms.transport.clickatell | |
org.marre.sms.transport.gsm | |
org.marre.sms.transport.pswincom | |
org.marre.sms.transport.ucp |
Uses of SmsTransport in org.marre |
Fields in org.marre declared as SmsTransport | |
protected SmsTransport |
SmsSender.transport_
The sms transport that is used to send the messages. |
Uses of SmsTransport in org.marre.sms.transport |
Methods in org.marre.sms.transport that return SmsTransport | |
static SmsTransport |
SmsTransportManager.getTransport(java.lang.String theClassname,
java.util.Properties theProps)
Dynamically instantiates and initializes an SmsTransport. |
Uses of SmsTransport in org.marre.sms.transport.clickatell |
Classes in org.marre.sms.transport.clickatell that implement SmsTransport | |
class |
ClickatellTransport
An SmsTransport that sends the SMS with clickatell over HTTP. |
Uses of SmsTransport in org.marre.sms.transport.gsm |
Classes in org.marre.sms.transport.gsm that implement SmsTransport | |
class |
GsmTransport
An SmsTransport that sends the SMS from an GSM phone that is attached to the serial port. |
Uses of SmsTransport in org.marre.sms.transport.pswincom |
Classes in org.marre.sms.transport.pswincom that implement SmsTransport | |
class |
PsWinXmlTransport
Simple transport for the pswin xml protocol. |
Uses of SmsTransport in org.marre.sms.transport.ucp |
Classes in org.marre.sms.transport.ucp that implement SmsTransport | |
class |
UcpTransport
An SmsTransport that sends the SMS through an UCP SMSC |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |