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