Home | History | Annotate | Download | only in message

Lines Matching refs:Content

10     public abstract boolean add(Content content);
13 * Return the Content type header to assign to the outgoing sip meassage.
22 * Set the content by its type.
24 * @param content
26 public abstract void addContent( Content content);
29 * Retrieve the list of Content that is part of this MultitypeMime content.
31 * @return - the content iterator. Returns an empty iterator if no content list present.
33 public Iterator<Content> getContents();
36 * Get the number of Content parts.
38 * @return - the content parts.