JAIN-SIP 2.0 API

Uses of Interface
javax.sip.header.JoinHeader

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


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