JAIN-SIP 2.0 API

javax.sip.message
Interface Content


public interface Content

Content fragment for a Multipart-Mime content.

Since:
2.0
See Also:
MultipartMimeContent

Method Summary
 Object getContent()
           
 ContentDispositionHeader getContentDispositionHeader()
           
 ContentTypeHeader getContentTypeHeader()
           
 void setContent(Object content)
           
 String toString()
           
 

Method Detail

setContent

void setContent(Object content)

getContent

Object getContent()

getContentTypeHeader

ContentTypeHeader getContentTypeHeader()

getContentDispositionHeader

ContentDispositionHeader getContentDispositionHeader()

toString

String toString()
Overrides:
toString in class Object

JAIN-SIP 2.0 API


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