|
JAIN-SIP 2.0 API | |||||||||
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. |
int |
getContentCount()
Get the number of Content parts. |
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()
Convert to String. |
Method Detail |
---|
boolean add(Content content)
ContentTypeHeader getContentTypeHeader()
String toString()
toString
in class Object
void addContent(Content content)
content
- - content fragment.Iterator<Content> getContents()
int getContentCount()
|
JAIN-SIP 2.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |