Package | Description |
---|---|
org.apache.cxf.transport.jms |
Modifier and Type | Field and Description |
---|---|
protected DestinationStyleType |
AddressType.destinationStyle |
Modifier and Type | Method and Description |
---|---|
static DestinationStyleType |
DestinationStyleType.fromValue(String v) |
DestinationStyleType |
AddressType.getDestinationStyle()
Gets the value of the destinationStyle property.
|
static DestinationStyleType |
DestinationStyleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DestinationStyleType[] |
DestinationStyleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AddressType.setDestinationStyle(DestinationStyleType value)
Sets the value of the destinationStyle property.
|
Apache CXF