|
JAIN-SIP 2.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JoinHeader
Interface for the Join Header. See RFC 3911 for further details.
Field Summary | |
---|---|
static String |
NAME
|
Method Summary | |
---|---|
String |
getCallId()
Get the call ID field. |
String |
getFromTag()
Get the from tag. |
String |
getToTag()
Get the to To tag. |
void |
setCallId(String callId)
Set the call Id. |
void |
setFromTag(String tag)
Set the from tag for the Join header. |
void |
setToTag(String tag)
Set the to tag for the Join Header |
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 setToTag(String tag) throws ParseException
tag
- -- the tag to set.
ParseException
- if there is a problem with the tag.
NullPointerException
- if the parameter is null.void setFromTag(String tag) throws ParseException
tag
- -- the tag to set.
ParseException
- if there is a problem with the tag
NullPointerException
- if the parameter is nullString getToTag()
String getFromTag()
void setCallId(String callId) throws ParseException
callId
- - the call Id for the header.
ParseException
- - if the character set is unacceptable.
NullPointerException
- if the parameter is null.String getCallId()
|
JAIN-SIP 2.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |