|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MmsException | |
org.marre.mms.transport | |
org.marre.mms.transport.mm1 |
Uses of MmsException in org.marre.mms.transport |
Methods in org.marre.mms.transport that throw MmsException | |
void |
MmsTransport.init(java.util.Properties theProps)
Initializes the transport Initializes the transport with the given properties. |
void |
MmsTransport.connect()
Connects to the MMSC (or phone, or service, or...) |
void |
MmsTransport.send(MimeBodyPart theMessage,
MmsHeaders theHeaders)
Sends an MmsMessage to the given destination |
void |
MmsTransport.disconnect()
Disconnects from the MMSC (or phone, or service, or...) |
Uses of MmsException in org.marre.mms.transport.mm1 |
Methods in org.marre.mms.transport.mm1 that throw MmsException | |
void |
Mm1Transport.init(java.util.Properties theProps)
|
void |
Mm1Transport.send(MimeBodyPart theMessage,
MmsHeaders theHeaders)
Sends MMS. |
static void |
Mm1Encoder.writeMessageToStream(java.io.OutputStream out,
MimeBodyPart theMessage,
MmsHeaders theHeaders)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |