|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Mms Transport.
Method Summary | |
void |
connect()
Connects to the MMSC (or phone, or service, or...) |
void |
disconnect()
Disconnects from the MMSC (or phone, or service, or...) |
void |
init(java.util.Properties theProps)
Initializes the transport Initializes the transport with the given properties. |
void |
send(MimeBodyPart theMessage,
MmsHeaders theHeaders)
Sends an MmsMessage to the given destination |
Method Detail |
public void init(java.util.Properties theProps) throws MmsException
Initializes the transport with the given properties.
theProps
- Properties
MmsException
public void connect() throws MmsException, java.io.IOException
MmsException
java.io.IOException
- TODOpublic void send(MimeBodyPart theMessage, MmsHeaders theHeaders) throws MmsException, java.io.IOException
theMessage
- The Message to sendtheHeaders
- Headers
MmsException
java.io.IOException
- TODOpublic void disconnect() throws MmsException, java.io.IOException
MmsException
java.io.IOException
- TODO
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |