|
JAIN SIP API v1.1 - 23rd June 2003 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The OrganizationHeader conveys the name of the organization to which the entity issuing the Request or Response belongs. It may be used by client software to filter calls.
Field Summary | |
static java.lang.String |
NAME
Name of OrganizationHeader |
Method Summary | |
java.lang.String |
getOrganization()
Gets the organization value of OrganizationHeader. |
void |
setOrganization(java.lang.String organization)
Sets the organization value of the OrganizationHeader to the organization parameter supplied. |
Methods inherited from interface javax.sip.header.Header |
clone, equals, getName, toString |
Field Detail |
public static final java.lang.String NAME
Method Detail |
public void setOrganization(java.lang.String organization) throws java.text.ParseException
organization
- - the new string organization value
java.text.ParseException
- which signals that an error has been reached
unexpectedly while parsing the organization value.public java.lang.String getOrganization()
|
JAIN SIP API v1.1 - 23rd June 2003 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |