public static enum AMQPEndpointBuilderFactory.JmsMessageType extends Enum<AMQPEndpointBuilderFactory.JmsMessageType>
org.apache.camel.component.jms.JmsMessageType
enum.| Enum Constant and Description |
|---|
Blob |
Bytes |
Map |
Object |
Stream |
Text |
| Modifier and Type | Method and Description |
|---|---|
static AMQPEndpointBuilderFactory.JmsMessageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AMQPEndpointBuilderFactory.JmsMessageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AMQPEndpointBuilderFactory.JmsMessageType Bytes
public static final AMQPEndpointBuilderFactory.JmsMessageType Map
public static final AMQPEndpointBuilderFactory.JmsMessageType Object
public static final AMQPEndpointBuilderFactory.JmsMessageType Stream
public static final AMQPEndpointBuilderFactory.JmsMessageType Text
public static final AMQPEndpointBuilderFactory.JmsMessageType Blob
public static AMQPEndpointBuilderFactory.JmsMessageType[] values()
for (AMQPEndpointBuilderFactory.JmsMessageType c : AMQPEndpointBuilderFactory.JmsMessageType.values()) System.out.println(c);
public static AMQPEndpointBuilderFactory.JmsMessageType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullApache Camel