Package | Description |
---|---|
org.apache.cxf.transport.jms.uri |
Modifier and Type | Field and Description |
---|---|
protected DeliveryModeType |
JMSEndpointType.deliveryMode |
static DeliveryModeType |
JMSURIConstants.DELIVERYMODE_DEFAULT |
static DeliveryModeType |
JMSURIConstants.DELIVERYMODE_NON_PERSISTENT |
static DeliveryModeType |
JMSURIConstants.DELIVERYMODE_PERSISTENT |
Modifier and Type | Method and Description |
---|---|
static DeliveryModeType |
DeliveryModeType.fromValue(String v) |
DeliveryModeType |
JMSEndpointType.getDeliveryMode()
Gets the value of the deliveryMode property.
|
static DeliveryModeType |
DeliveryModeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeliveryModeType[] |
DeliveryModeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JMSEndpointType.setDeliveryMode(DeliveryModeType value)
Sets the value of the deliveryMode property.
|
Apache CXF