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 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">
        <destinationPort>your_wapRequestPort_0</destinationPort>
        <sourcePort>your_wapRequestPort_0</sourcePort>
</obh:wapRequest>

Referenced By Representaions