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

gov.nist.javax.sip.header.ims
Interface PAssociatedURIHeader

All Superinterfaces:
Cloneable, Header, HeaderAddress, Parameters, Serializable
All Known Implementing Classes:
PAssociatedURI

public interface PAssociatedURIHeader
extends HeaderAddress, Parameters, Header

P-Associated-URI SIP Private Header.

An associated URI is a URI that the service provider has allocated to a user for his own usage (address-of-record).

sintax (RFC 3455):

 P-Associated-URI  = "P-Associated-URI" HCOLON
                    (p-aso-uri-spec) *(COMMA p-aso-uri-spec)
 p-aso-uri-spec    = name-addr *(SEMI ai-param)
 ai-param          = generic-param
 name-addr         =   [display-name] angle-addr
 angle-addr        =   [CFWS] "<" addr-spec ">" [CFWS] / obs-angle-addr
 

Author:
Miguel Freitas (IT) PT-Inovacao

Field Summary
static String NAME
          Name of PAssociatedURIHeader
 
Method Summary
 URI getAssociatedURI()
          Get the address's URI
 void setAssociatedURI(URI associatedURI)
          Set the URI on this address
 
Methods inherited from interface javax.sip.header.HeaderAddress
getAddress, setAddress
 
Methods inherited from interface javax.sip.header.Parameters
getParameter, getParameterNames, removeParameter, setParameter
 
Methods inherited from interface javax.sip.header.Header
clone, equals, getName, hashCode, toString
 

Field Detail

NAME

static final String NAME
Name of PAssociatedURIHeader

See Also:
Constant Field Values
Method Detail

setAssociatedURI

void setAssociatedURI(URI associatedURI)
                      throws NullPointerException

Set the URI on this address

Parameters:
associatedURI - - GenericURI to be set in the address of this header
Throws:
NullPointerException - when supplied URI is null

getAssociatedURI

URI getAssociatedURI()

Get the address's URI

Returns:
URI set in the address of this header

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.