Package org.apache.axiom.mime
Class Header
java.lang.Object
org.apache.axiom.mime.Header
A MIME header.
-
Field Details
-
CONTENT_TYPE
The name of theContent-Type
header.- See Also:
-
CONTENT_ID
The name of theContent-ID
header.- See Also:
-
CONTENT_TRANSFER_ENCODING
The name of theContent-Transfer-Encoding
header.- See Also:
-
-
Constructor Details
-
Header
Constructor.- Parameters:
name
- the name of the headervalue
- the value of the header
-
-
Method Details
-
getName
Get the name of this header.- Returns:
- the name of this header
-
getValue
Get the value of this header.- Returns:
- the value of this header
-