|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectie.ncl.mms.MMSSender
public class MMSSender
This class is used to send an MMSMessage.
MMSMessage| Constructor Summary | |
|---|---|
MMSSender(Sender asyncSender)
An MMS Sender is constructed with a Sender object which specifies the underlying transport. |
|
| Method Summary | |
|---|---|
void |
close()
Connect close the underlying transport. |
void |
connect()
Connect to the underlying transport. |
boolean |
isEmsEncodedAsTextMessages()
|
void |
send(MMSMessage msg)
This method sends an MMSMessage over the underlying transport. |
void |
setEmsEncodedAsTextMessages(boolean emsEncodedAsTextMessages)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MMSSender(Sender asyncSender)
| Method Detail |
|---|
public boolean isEmsEncodedAsTextMessages()
public void setEmsEncodedAsTextMessages(boolean emsEncodedAsTextMessages)
public void send(MMSMessage msg)
throws MessageException,
ConnectionException
MessageException
ConnectionExceptionMMSMessage
public void connect()
throws ConnectionException
ConnectionExceptionpublic void close()
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||