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