JAIN-SIP 2.0 API

javax.sip.header.ims
Interface PAssociatedURIHeader

All Superinterfaces:
Cloneable, Header, HeaderAddress, Parameters, Serializable

public interface PAssociatedURIHeader
extends HeaderAddress, Parameters, Header


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, getParameter, getParameterNames, removeParameter, setParameter
 
Methods inherited from interface javax.sip.header.Header
clone, equals, getName, getValue, 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

JAIN-SIP 2.0 API


See conditions of use.
Submit a bug report or feature request.