|
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 OrganizationHeader
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 String |
NAME
Name of OrganizationHeader |
Method Summary | |
---|---|
String |
getOrganization()
Gets the organization value of OrganizationHeader. |
void |
setOrganization(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, hashCode, toString |
Field Detail |
---|
static final String NAME
Method Detail |
---|
void setOrganization(String organization) throws ParseException
organization
- - the new string organization value
ParseException
- which signals that an error has been reached
unexpectedly while parsing the organization value.String getOrganization()
|
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 |