| javax.sip.header.OrganizationHeader
OrganizationHeader | public interface OrganizationHeader extends Header(Code) | | 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.
author: BEA Systems, NIST version: 1.2 |
Method Summary | |
public String | getOrganization() Gets the organization value of OrganizationHeader. | public void | setOrganization(String organization) Sets the organization value of the OrganizationHeader to the
organization parameter supplied. |
NAME | final public static String NAME(Code) | | Name of OrganizationHeader
|
getOrganization | public String getOrganization()(Code) | | Gets the organization value of OrganizationHeader.
organization of OrganizationHeader |
setOrganization | public void setOrganization(String organization) throws ParseException(Code) | | Sets the organization value of the OrganizationHeader to the
organization parameter supplied.
Parameters: organization - - the new string organization value throws: ParseException - which signals that an error has been reachedunexpectedly while parsing the organization value. |
|
|