Uses of Class
jain.protocol.ip.sip.message.InviteMessage

Packages that use InviteMessage
jain.protocol.ip.sip This package contains the main interfaces required to represent JAIN SIP protocol stacks, JAIN SIP applications, as well as the classes and exceptions needed to send and receive JAIN SIP messages. 
jain.protocol.ip.sip.message This package contains the Event classes representing SIP Messages. 
 

Uses of InviteMessage in jain.protocol.ip.sip
 

Methods in jain.protocol.ip.sip with parameters of type InviteMessage
 int JainSipProvider.sendInvite(InviteMessage invite)
          Sends a specified InviteMessage and returns the ID of the implicitly created transaction.
 int JainSipProvider.sendBye(JainSipListener source, InviteMessage invite)
          Terminate call leg associated with specified InviteMessage (bye message is automatically generated by provider) Note - the ByeMessage will have a CSeq number equal to the CSeq number of the InviteMessage plus one i.e.
 

Uses of InviteMessage in jain.protocol.ip.sip.message
 

Constructors in jain.protocol.ip.sip.message with parameters of type InviteMessage
ByeMessage.ByeMessage(java.lang.Object source, InviteMessage invite)
          Constructor of ByeMessage based on sent InviteMessage Note - the ByeMessage will have a CSeq number equal to the CSeq number of the InviteMessage plus one i.e.
 



If you have any comments or queries, please mail them to JAIN-SIP-interest@sun.com


Copyright - 2000 Sun Microsystems