Home | History | Annotate | Download | only in message

Lines Matching refs:subType

1207      * Set the message content given type and subtype.
1210 * @param subType is the message sybtype (eg. sdp)
1213 public void setMessageContent(String type, String subType, String messageContent) {
1216 ContentType ct = new ContentType(type, subType);
1269 * Set the message content for a given type and subtype.
1272 * @param subType is the message subType.
1275 public void setMessageContent(String type, String subType, byte[] messageContent) {
1276 ContentType ct = new ContentType(type, subType);