| Package | Description |
|---|---|
| oracle.sdp.messaging |
| Modifier and Type | Method and Description |
|---|---|
AccessPoint.AccessPointType |
AccessPoint.getType()
Get the type of the access point.
|
static AccessPoint.AccessPointType |
AccessPoint.AccessPointType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessPoint.AccessPointType[] |
AccessPoint.AccessPointType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static AccessPoint |
AccessPointFactory.createAccessPoint(AccessPoint.AccessPointType apType,
DeliveryType deliveryType,
String value)
Deprecated.
|
static AccessPoint |
MessagingFactory.createAccessPoint(AccessPoint.AccessPointType apType,
DeliveryType deliveryType,
String value)
Create a new access point.
|
static AccessPoint |
AccessPointFactory.createAccessPoint(AccessPoint.AccessPointType apType,
DeliveryType deliveryType,
String value,
String keyword)
Deprecated.
|
static AccessPoint |
MessagingFactory.createAccessPoint(AccessPoint.AccessPointType apType,
DeliveryType deliveryType,
String value,
String keyword)
Create a new access point.
|
Copyright © 2009,2013 Oracle and/or its affiliates. All rights reserved.