public static enum ActiveMQEndpointBuilderFactory.JmsMessageType extends Enum<ActiveMQEndpointBuilderFactory.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 ActiveMQEndpointBuilderFactory.JmsMessageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActiveMQEndpointBuilderFactory.JmsMessageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActiveMQEndpointBuilderFactory.JmsMessageType Bytes
public static final ActiveMQEndpointBuilderFactory.JmsMessageType Map
public static final ActiveMQEndpointBuilderFactory.JmsMessageType Object
public static final ActiveMQEndpointBuilderFactory.JmsMessageType Stream
public static final ActiveMQEndpointBuilderFactory.JmsMessageType Text
public static final ActiveMQEndpointBuilderFactory.JmsMessageType Blob
public static ActiveMQEndpointBuilderFactory.JmsMessageType[] values()
for (ActiveMQEndpointBuilderFactory.JmsMessageType c : ActiveMQEndpointBuilderFactory.JmsMessageType.values()) System.out.println(c);
public static ActiveMQEndpointBuilderFactory.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