NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

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.2
Author:
BEA Systems, NIST

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

NAME

static final String NAME
Name of OrganizationHeader

See Also:
Constant Field Values
Method Detail

setOrganization

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

String getOrganization()
Gets the organization value of OrganizationHeader.

Returns:
organization of OrganizationHeader

NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

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