|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.marre.sms.transport.SmsTransportManager
SMS Transport Manager. Contains methods to manage the different transports.
Method Summary | |
static SmsTransport |
getTransport(java.lang.String theClassname,
java.util.Properties theProps)
Dynamically instantiates and initializes an SmsTransport. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static SmsTransport getTransport(java.lang.String theClassname, java.util.Properties theProps) throws SmsException
theClassname
- Full classname of the transport. E.g.
"org.marre.sms.transport.gsm.GsmTransport"theProps
- Properties to initialize the transport with.
SmsException
- If we failed to load the requested transport
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |