|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.marre.mms.transport.mm1.Mm1Transport
Sends mms using the mm1 protocol.
| Field Summary | |
static java.lang.String |
CONTENT_TYPE_WAP_MMS_MESSAGE
Content type for a mms message. |
| Constructor Summary | |
Mm1Transport()
|
|
| Method Summary | |
void |
connect()
The mm1 protocol is connection less so this method is not used. |
void |
disconnect()
The mm1 protocol is connection less so this method is not used. |
void |
init(java.util.Properties theProps)
Initializes the transport Initializes the transport with the given properties. |
void |
send(MimeBodyPart theMessage,
MmsHeaders theHeaders)
Sends MMS. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String CONTENT_TYPE_WAP_MMS_MESSAGE
| Constructor Detail |
public Mm1Transport()
| Method Detail |
public void init(java.util.Properties theProps)
throws MmsException
MmsTransportInitializes the transport with the given properties.
init in interface MmsTransporttheProps - Properties
MmsExceptionMmsTransport.init(java.util.Properties)public void connect()
connect in interface MmsTransportMmsTransport.connect()
public void send(MimeBodyPart theMessage,
MmsHeaders theHeaders)
throws MmsException,
java.io.IOException
send in interface MmsTransporttheMessage - The Message to sendtheHeaders - Headers
java.io.IOException - TODO
MmsExceptionMmsTransport.send(org.marre.mime.MimeBodyPart, org.marre.mms.MmsHeaders)
public void disconnect()
throws java.io.IOException
disconnect in interface MmsTransportjava.io.IOException - TODOMmsTransport.disconnect()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||