JAIN-SIP 2.0 API

Uses of Interface
javax.sip.header.ReplacesHeader

Packages that use ReplacesHeader
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 ReplacesHeader in javax.sip
 

Methods in javax.sip with parameters of type ReplacesHeader
 Dialog SipStack.getReplacesDialog(ReplacesHeader replacesHeader)
          Get the ReferedTo dialog in the Replaces header.
 

Uses of ReplacesHeader in javax.sip.header
 

Methods in javax.sip.header that return ReplacesHeader
 ReplacesHeader HeaderFactory.createReplacesHeader(String callId, String toTag, String fromTag)
          Create a Replaces 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.