|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SubjectHeader
The Subject header field provides a summary or indicates the nature of the call, allowing call filtering without having to parse the session description. The session description does not have to use the same subject indication as the invitation.
For Example:
Subject: Where is the Moscone?
Field Summary | |
---|---|
static String |
NAME
Name of SubjectHeader |
Method Summary | |
---|---|
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. |
Methods inherited from interface javax.sip.header.Header |
---|
clone, equals, getName, hashCode, toString |
Field Detail |
---|
static final String NAME
Method Detail |
---|
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()
|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |