com.sun.messaging.bridge.service
Enum MessageTransformer.JMSMessageType
java.lang.Object
java.lang.Enum<MessageTransformer.JMSMessageType>
com.sun.messaging.bridge.service.MessageTransformer.JMSMessageType
- All Implemented Interfaces:
- Serializable, Comparable<MessageTransformer.JMSMessageType>
- Enclosing class:
- MessageTransformer<T,S>
public static enum MessageTransformer.JMSMessageType
- extends Enum<MessageTransformer.JMSMessageType>
MESSAGE
public static final MessageTransformer.JMSMessageType MESSAGE
TEXTMESSAGE
public static final MessageTransformer.JMSMessageType TEXTMESSAGE
BYTESMESSAGE
public static final MessageTransformer.JMSMessageType BYTESMESSAGE
MAPMESSAGE
public static final MessageTransformer.JMSMessageType MAPMESSAGE
STREAMMESSAGE
public static final MessageTransformer.JMSMessageType STREAMMESSAGE
OBJECTMESSAGE
public static final MessageTransformer.JMSMessageType OBJECTMESSAGE
values
public static final MessageTransformer.JMSMessageType[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(MessageTransformer.JMSMessageType c : MessageTransformer.JMSMessageType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static MessageTransformer.JMSMessageType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
Copyright 2009 Sun Microsystems, Inc. 4150 Network Circle,
Santa Clara, California, 95054, U.S.A. All Rights Reserved.