Overview

Interface representing the headers of an Also see oracle.csi.controls.InstantMessageFactory that is used to create an InstantMessageHeader object.

Members

Name Type Required Description

clientSideId

string

conversationId

int

formattingStyle

string

fromParticipant

imParticipant

receiverParticipants

imParticipant[]

receiversString

string

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

instantMessageType

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

Hierarchy

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:instantMessageHeader xsi:type="obh:instantMessageHeader" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <clientSideId>your_string_0</clientSideId>
        <conversationId>your_int_0</conversationId>
        <formattingStyle>your_string_0</formattingStyle>
        <fromParticipant>your_imParticipant_0</fromParticipant>
        <receiverParticipants>your_imParticipant_0</receiverParticipants>
        <receiverParticipants>your_imParticipant_1</receiverParticipants>
        <receiverParticipants>your_imParticipant_2</receiverParticipants>
        <receiversString>your_string_0</receiversString>
        <type>your_instantMessageType_0</type>
</obh:instantMessageHeader>

Referenced By Representaions