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

Contents

Overview

Enumeration Members

Name Description

WAP_PUSH

WAP-PUSH port 2948.

WAP_WSP

WAP-WSP port 9200.

WAP_WSP_SECURE

WAP-WSP SECURE port 9202.

WAP_WSP_WTP

WAP-WSP-WTP port 9201.

WAP_WSP_WTP_SECURE

WAP-WSP-WTP SECURE port 9203.

WAP_VCARD

WAP-VCARD port 9204.

WAP_VCARD_SECURE

WAP-VCARD SECURE port 9206.

WAP_VCAL

WAP-VCAL port 9205.

WAP_VCAL_SECURE

WAP-VCAL SECURE port 9207.

XML Schema


<xs:simpleType name="wapRequestPort">
    <xs:restriction base="xs:string">
        <xs:enumeration value="WAP_PUSH"/>
        <xs:enumeration value="WAP_WSP"/>
        <xs:enumeration value="WAP_WSP_SECURE"/>
        <xs:enumeration value="WAP_WSP_WTP"/>
        <xs:enumeration value="WAP_WSP_WTP_SECURE"/>
        <xs:enumeration value="WAP_VCARD"/>
        <xs:enumeration value="WAP_VCARD_SECURE"/>
        <xs:enumeration value="WAP_VCAL"/>
        <xs:enumeration value="WAP_VCAL_SECURE"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to wapRequestPort

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions