NIST SIP Parser and Stack (v1.2) API

javax.sip.header
Interface OrganizationHeader

All Superinterfaces:
Cloneable, Header, Serializable
All Known Implementing Classes:
Organization

public interface OrganizationHeader
extends Header

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.

Version:
1.1
Author:
Sun Microsystems

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, toString
 

Field Detail

NAME

public static final String NAME
Name of OrganizationHeader

See Also:
Constant Field Values
Method Detail

setOrganization

public void setOrganization(String organization)
                     throws ParseException
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 reached unexpectedly while parsing the organization value.

getOrganization

public String getOrganization()
Gets the organization value of OrganizationHeader.

Returns:
organization of OrganizationHeader

NIST SIP Parser and Stack (v1.2) API

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Get the latest distribution.
Submit a bug report or feature request.