![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
| Name | Type | Required | Description |
|---|---|---|---|
body |
![]() |
Body of the message. The body typically contains a free-form payload but may potentially include an hierarchy of parts. | |
deliveredTime |
![]() |
Time when the message is delivered to the INBOX of this intended recipient | |
receivers |
anyType[] |
![]() |
Intended collection of recipients of this message. |
references |
artifact[] |
![]() |
This member is deprecated and no longer in use. |
sender |
![]() |
Sender of the message. |
Inherits From
Inherited By
Applied Markers
<xs:complexType abstract="true" name="message">
<xs:complexContent>
<xs:extension base="tns:artifact">
<xs:sequence>
<xs:element minOccurs="0" name="body" type="tns:content"/>
<xs:element minOccurs="0" name="deliveredTime" type="tns:dateTime"/>
<xs:element maxOccurs="unbounded" minOccurs="0"
name="receivers" type="xs:anyType"/>
<xs:element maxOccurs="unbounded" minOccurs="0"
name="references" type="tns:artifact"/>
<xs:element minOccurs="0" name="sender" type="tns:actor"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

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