|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
boolean add(Content content)
ContentTypeHeader getContentTypeHeader()
String toString()
toString
in class Object
void addContent(Content content)
content
- Iterator<Content> getContents()
|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |