Uses of Interface
javax.sip.message.Message

Packages that use Message
gov.nist.javax.sip.message Class definitions for SIP messages and message factory. 
gov.nist.javax.sip.stack This package implements the main protocol abstractions that are defined by the SIP RFC 3261. 
javax.sip.message This package contains the interfaces representing SIP messages. 
 

Uses of Message in gov.nist.javax.sip.message
 

Subinterfaces of Message in gov.nist.javax.sip.message
 interface MessageExt
           
 interface RequestExt
          Extensions for the JAIN-SIP Request interface.
 interface ResponseExt
          Extension for the jain-sip Response interface.
 

Classes in gov.nist.javax.sip.message that implement Message
 class SIPMessage
          This is the main SIP Message structure.
 class SIPRequest
          The SIP Request structure.
 class SIPResponse
          SIP Response structure.
 

Uses of Message in gov.nist.javax.sip.stack
 

Methods in gov.nist.javax.sip.stack with parameters of type Message
 void SIPEventInterceptor.afterMessage(Message message)
          This message is called after the message has been processed by JAIN SIP
 void CallAnalysisInterceptor.afterMessage(Message message)
           
 void SIPEventInterceptor.beforeMessage(Message message)
          This method is called immediately after a SIP message has been parsed and before it is processed in the JAIN SIP pipeline.
 void CallAnalysisInterceptor.beforeMessage(Message message)
           
 

Uses of Message in javax.sip.message
 

Subinterfaces of Message in javax.sip.message
 interface Request
          A SIP Request is a request from a client to a server.
 interface Response
          A Response message is sent by a recipient of Request once it has received and interpreted the Request.
 



Copyright © 2012. All Rights Reserved.