public abstract class

BodyPart

extends Object
implements Part
java.lang.Object
   ↳ com.google.code.javax.mail.BodyPart
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

This class models a Part that is contained within a Multipart. This is an abstract class. Subclasses provide actual implementations.

BodyPart implements the Part interface. Thus, it contains a set of attributes and a "content".

Summary

[Expand]
Inherited Constants
From interface com.google.code.javax.mail.Part
Fields
protected Multipart parent The Multipart object containing this BodyPart, if known.
Public Constructors
BodyPart()
Public Methods
Multipart getParent()
Return the containing Multipart object, or null if not known.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.javax.mail.Part

Fields

protected Multipart parent

The Multipart object containing this BodyPart, if known.

Public Constructors

public BodyPart ()

Public Methods

public Multipart getParent ()

Return the containing Multipart object, or null if not known.