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

gov.nist.javax.sip.message
Interface MultipartMimeContent

All Known Implementing Classes:
MultipartMimeContentImpl

public interface MultipartMimeContent


Method Summary
 boolean add(Content content)
           
 void addContent(Content content)
          Set the content by its type.
 Iterator<Content> getContents()
          Retrieve the list of Content that is part of this MultitypeMime content.
 ContentTypeHeader getContentTypeHeader()
          Return the Content type header to assign to the outgoing sip meassage.
 String toString()
           
 

Method Detail

add

boolean add(Content content)

getContentTypeHeader

ContentTypeHeader getContentTypeHeader()
Return the Content type header to assign to the outgoing sip meassage.

Returns:

toString

String toString()
Overrides:
toString in class Object

addContent

void addContent(Content content)
Set the content by its type.

Parameters:
content -

getContents

Iterator<Content> getContents()
Retrieve the list of Content that is part of this MultitypeMime content.

Returns:
- the content list. Returns an empty list if no content list present.

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.