Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

Structure class containing WAP related request data..

Members

Name Type Description

destinationPort

wapRequestPort

Gets the WapRequestPort used as the destination of the WapRequest.

sourcePort

wapRequestPort

Gets the WapRequestPort used as the source of the WapRequest.

Hierarchy

Examples

Below are examples in JSON and 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:wapRequest xsi:type="obh:wapRequest" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:destinationPort>your_wapRequestPort_0</obh:destinationPort>
        <obh:sourcePort>your_wapRequestPort_0</obh:sourcePort>
</obh:wapRequest>

JSON Example

(show inherited members)

{
    "beeType":"wapRequest",
        "destinationPort":{ your_{http://www.oracle.com/beehive}destinationPort_as_wapRequestPort0 },
        "sourcePort":{ your_{http://www.oracle.com/beehive}sourcePort_as_wapRequestPort0 }
}

XML Schema


<xs:complexType final="extension restriction" name="wapRequest">
    <xs:sequence>
        <xs:element minOccurs="0" name="destinationPort" type="tns:wapRequestPort"/>
        <xs:element minOccurs="0" name="sourcePort" type="tns:wapRequestPort"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to wapRequest

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions