|
Oracle Collaboration Suite Discussions Web Services Java API Reference 10g (10.1.2.2) Part No. B28210-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.discussions.ws.beans.MessageDefinition
Definition bean representing the properties of a newly created message. The properties specified in the bean are applied to the new message/topic created.
Constructor Summary | |
MessageDefinition() Default constructor |
Method Summary | |
void |
setBody(java.lang.String body) Sets the body of the message. |
void |
setHTMLContentType(boolean bType) Sets, if the message is of HTML content type. |
void |
setSubject(java.lang.String subject) Sets the message subject. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MessageDefinition()
Method Detail |
public void setSubject(java.lang.String subject)
subject
- - Message subjectpublic void setBody(java.lang.String body)
body
- - Message bodypublic void setHTMLContentType(boolean bType)
If the value is set to true and if the message body contains a valid html message content, then the message created, will preserve the structure of the html content.
bType
- - Value indicating if the message is of html content type.
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |