|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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
MmsTransport
Initializes the transport with the given properties.
init
in interface MmsTransport
theProps
- Properties
MmsException
MmsTransport.init(java.util.Properties)
public void connect()
connect
in interface MmsTransport
MmsTransport.connect()
public void send(MimeBodyPart theMessage, MmsHeaders theHeaders) throws MmsException, java.io.IOException
send
in interface MmsTransport
theMessage
- The Message to sendtheHeaders
- Headers
java.io.IOException
- TODO
MmsException
MmsTransport.send(org.marre.mime.MimeBodyPart, org.marre.mms.MmsHeaders)
public void disconnect() throws java.io.IOException
disconnect
in interface MmsTransport
java.io.IOException
- TODOMmsTransport.disconnect()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |