![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
| Name | Type | Required | Description |
|---|---|---|---|
clientSideId |
![]() |
||
conversationId |
![]() |
||
formattingStyle |
![]() |
||
fromParticipant |
![]() |
||
receiverParticipants |
![]() |
||
receiversString |
![]() |
Gets the String representation of the addresses of the recipients of this instant message. The String representation starts with opening square brace and ends with a closing square brace. Mutliple addresses are separated by one space character. | |
type |
![]() |
Gets the type of this instant message. Valid types are SYSTEM - a message that is not to be routed but represents some control info CHAT - regular instant message FILE_TRANSFER - message as a result of a file transfer operation BROADCAST - message was sent as a broadcast to multiple receivers |
<xs:complexType name="instantMessageHeader">
<xs:sequence>
<xs:element minOccurs="0" name="clientSideId" type="xs:string"/>
<xs:element name="conversationId" type="xs:int"/>
<xs:element minOccurs="0" name="formattingStyle" type="xs:string"/>
<xs:element minOccurs="0" name="fromParticipant" type="tns:imParticipant"/>
<xs:element maxOccurs="unbounded" minOccurs="0"
name="receiverParticipants" type="tns:imParticipant"/>
<xs:element minOccurs="0" name="receiversString" type="xs:string"/>
<xs:element minOccurs="0" name="type" type="tns:instantMessageType"/>
</xs:sequence>
</xs:complexType>

Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
Legal Notices