public interface SubjectHeader extends Header
For Example:
Subject: Where is the Moscone?
Modifier and Type | Field and Description |
---|---|
static String |
NAME
Name of SubjectHeader
|
Modifier and Type | Method and Description |
---|---|
String |
getSubject()
Gets the subject value of SubjectHeader.
|
void |
setSubject(String subject)
Sets the subject value of the SubjectHeader to the supplied string
subject value.
|
static final String NAME
void setSubject(String subject) throws ParseException
subject
- - the new subject value of this header.ParseException
- which signals that an error has been reached
unexpectedly while parsing the subject value.String getSubject()
Copyright © 2014. All Rights Reserved.