|
JAIN-SIP 2.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PAssociatedURIHeader
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 |
---|
static final String NAME
Method Detail |
---|
void setAssociatedURI(URI associatedURI) throws NullPointerException
Set the URI on this address
associatedURI
- - GenericURI to be set in the address of this header
NullPointerException
- when supplied URI is nullURI getAssociatedURI()
Get the address's URI
|
JAIN-SIP 2.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |