JAIN-SIP 2.0 API

Uses of Package
javax.sip.message

Packages that use javax.sip.message
javax.sip This package contains the main interfaces that model the architecture from both an application developer and a stack vendor view. 
javax.sip.address This package contains interfaces that represent the Addressing components of the SIP protocol. 
javax.sip.header

This package contains all the headers interfaces supported by this specification. 

javax.sip.message This package contains the interfaces representing SIP messages. 
 

Classes in javax.sip.message used by javax.sip
MessageFactory
          This interface provides factory methods that allow an application to create Request and Response messages from a particular implementation of JAIN SIP.
Request
          A SIP Request is a request from a client to a server.
Response
          A Response message is sent by a recipient of Request once it has received and interpreted the Request.
 

Classes in javax.sip.message used by javax.sip.address
Request
          A SIP Request is a request from a client to a server.
 

Classes in javax.sip.message used by javax.sip.header
SipRequestLine
          An interface for the SIP Request Line.
SipStatusLine
          An interface for the SIP Status Line.
 

Classes in javax.sip.message used by javax.sip.message
Content
          Content fragment for a Multipart-Mime content.
Message
          A SIP message is either a request from a client to a server, or a response from a server to a client.
MultipartMimeContent
           
Request
          A SIP Request is a request from a client to a server.
Response
          A Response message is sent by a recipient of Request once it has received and interpreted the Request.
 


JAIN-SIP 2.0 API


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