Uses of Class
org.marre.mime.MimeBodyPart

Packages that use MimeBodyPart
org.marre.mime   
org.marre.mime.encoder   
org.marre.mms.transport   
org.marre.mms.transport.mm1   
org.marre.wap   
org.marre.wap.push   
 

Uses of MimeBodyPart in org.marre.mime
 

Subclasses of MimeBodyPart in org.marre.mime
 class MimeMultipart
           
 class MimeMultipartAlternative
           
 class MimeMultipartMixed
           
 class MimeMultipartRelated
           
 

Methods in org.marre.mime that return MimeBodyPart
static MimeBodyPart MimeUtil.createTextBodyPart(java.lang.String str)
           
static MimeBodyPart MimeUtil.createTextBodyPart(java.lang.String str, java.lang.String contentType)
           
static MimeBodyPart MimeUtil.createBinaryBodyPart(byte[] content, java.lang.String contentType)
           
 MimeBodyPart MimeMultipart.getBodyPart(int theIndex)
           
 

Methods in org.marre.mime with parameters of type MimeBodyPart
 void MimeMultipartRelated.setStartBodyPart(MimeBodyPart theBodyPart)
           
 void MimeMultipart.addBodyPart(MimeBodyPart theBodyPart)
           
 void MimeMultipart.removeBodyPart(MimeBodyPart theBodyPart)
           
 

Uses of MimeBodyPart in org.marre.mime.encoder
 

Methods in org.marre.mime.encoder with parameters of type MimeBodyPart
 void TextMimeEncoder.writeContentType(java.io.OutputStream theOs, MimeBodyPart theMsg)
          Writes the content-type of the message to the given stream.
 void TextMimeEncoder.writeHeaders(java.io.OutputStream theOs, MimeBodyPart theMsg)
          Writes the headers of the message to the given stream.
 void TextMimeEncoder.writeBody(java.io.OutputStream theOs, MimeBodyPart theMsg)
          Writes the body of the message to the given stream.
 void MimeEncoder.writeContentType(java.io.OutputStream theOs, MimeBodyPart theMsg)
          Writes the content-type of the message to the given stream.
 void MimeEncoder.writeHeaders(java.io.OutputStream theOs, MimeBodyPart theMsg)
          Writes the headers of the message to the given stream.
 void MimeEncoder.writeBody(java.io.OutputStream theOs, MimeBodyPart theMsg)
          Writes the body of the message to the given stream.
 

Uses of MimeBodyPart in org.marre.mms.transport
 

Methods in org.marre.mms.transport with parameters of type MimeBodyPart
 void MmsTransport.send(MimeBodyPart theMessage, MmsHeaders theHeaders)
          Sends an MmsMessage to the given destination
 

Uses of MimeBodyPart in org.marre.mms.transport.mm1
 

Methods in org.marre.mms.transport.mm1 with parameters of type MimeBodyPart
 void Mm1Transport.send(MimeBodyPart theMessage, MmsHeaders theHeaders)
          Sends MMS.
static void Mm1Encoder.writeMessageToStream(java.io.OutputStream out, MimeBodyPart theMessage, MmsHeaders theHeaders)
           
 

Uses of MimeBodyPart in org.marre.wap
 

Methods in org.marre.wap with parameters of type MimeBodyPart
 void WapMimeEncoder.writeContentType(java.io.OutputStream theOs, MimeBodyPart theMsg)
          Writes an WSP encoded content type header to the given stream.
 void WapMimeEncoder.writeHeaders(java.io.OutputStream theOs, MimeBodyPart theMsg)
          Writes the headers of the message to the given stream.
 void WapMimeEncoder.writeBody(java.io.OutputStream theOs, MimeBodyPart theMsg)
          Writes the body of the message to the given stream.
 

Uses of MimeBodyPart in org.marre.wap.push
 

Fields in org.marre.wap.push declared as MimeBodyPart
protected  MimeBodyPart SmsWapPushMessage.myPushMsg
           
 

Constructors in org.marre.wap.push with parameters of type MimeBodyPart
SmsWapPushMessage(MimeBodyPart thePushMsg)
           
 



Copyright © 2002-2005 Markus Eriksson. All Rights Reserved.