| Modifier and Type | Class and Description |
|---|---|
protected static interface |
CMTelecomSender.Appender |
| Modifier and Type | Field and Description |
|---|---|
static Map<String,String> |
configuration |
| Constructor and Description |
|---|
CMTelecomSender() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(SMS s,
XmlWriter w) |
Collection<SMS> |
getQueue() |
static void |
main(String[] argv)
Main for testing only
|
boolean |
offer(SMS sms)
Offers an SMS for sending.
|
protected void |
send(CMTelecomSender.Appender body,
String reference) |
protected void |
send(OutputStream out,
CMTelecomSender.Appender body,
String reference) |
protected void |
send(OutputStream out,
SMS sms) |
boolean |
send(SMS sms)
Sends an SMS, immediately.
|
(package private) void |
trigger() |
determinActive, getInstancepublic void add(SMS s, XmlWriter w) throws SAXException
SAXExceptionprotected void send(CMTelecomSender.Appender body, String reference) throws SAXException, IOException
SAXExceptionIOExceptionprotected void send(OutputStream out, CMTelecomSender.Appender body, String reference) throws SAXException, IOException
SAXExceptionIOExceptionprotected void send(OutputStream out, SMS sms) throws SAXException, IOException
SAXExceptionIOExceptionvoid trigger()
throws SAXException,
IOException
SAXExceptionIOExceptionpublic boolean offer(SMS sms)
Senderpublic Collection<SMS> getQueue()
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}