|
JAIN-SIP 2.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JoinHeader | |
---|---|
javax.sip | This package contains the main interfaces that model the architecture from both an application developer and a stack vendor view. |
javax.sip.header | This package contains all the headers interfaces supported by this specification. |
Uses of JoinHeader in javax.sip |
---|
Methods in javax.sip with parameters of type JoinHeader | |
---|---|
Dialog |
SipStack.getJoinDialog(JoinHeader joinHeader)
Get the dialog in the Join header. |
Uses of JoinHeader in javax.sip.header |
---|
Methods in javax.sip.header that return JoinHeader | |
---|---|
JoinHeader |
HeaderFactory.createJoinHeader(String callId,
String toTag,
String fromTag)
Create a Join header with a call Id, to and from tag. |
|
JAIN-SIP 2.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |