NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

gov.nist.javax.sip.message
Interface Content

All Known Implementing Classes:
ContentImpl

public interface Content


Method Summary
 Object getContent()
           
 ContentTypeHeader getContentTypeHeader()
           
 void setContent(Object content)
           
 String toString()
          The default packing method.
 

Method Detail

setContent

void setContent(Object content)

getContent

Object getContent()

getContentTypeHeader

ContentTypeHeader getContentTypeHeader()

toString

String toString()
The default packing method. This packs the content to be appended to the sip message.

Overrides:
toString in class Object

NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.