public static enum MatsStageInterceptor.StagePreprocessAndDeserializeErrorContext.StagePreprocessAndDeserializeError extends java.lang.Enum<MatsStageInterceptor.StagePreprocessAndDeserializeErrorContext.StagePreprocessAndDeserializeError>
Enum Constant and Description |
---|
DECONSTRUCT_ERROR
If getting problems deserializing the message, or getting hold of other properties from the message.
|
MISSING_CONTENTS
If there is missing required contents in the message system message (i.e.
|
WRONG_MESSAGE_TYPE
If the incoming message is not of the message system's expected type (for JMS, it should be MapMessage)
|
WRONG_STAGE
If the incoming Mats message is not intended for this stage.
|
Modifier and Type | Method and Description |
---|---|
static MatsStageInterceptor.StagePreprocessAndDeserializeErrorContext.StagePreprocessAndDeserializeError |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MatsStageInterceptor.StagePreprocessAndDeserializeErrorContext.StagePreprocessAndDeserializeError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MatsStageInterceptor.StagePreprocessAndDeserializeErrorContext.StagePreprocessAndDeserializeError WRONG_MESSAGE_TYPE
public static final MatsStageInterceptor.StagePreprocessAndDeserializeErrorContext.StagePreprocessAndDeserializeError MISSING_CONTENTS
public static final MatsStageInterceptor.StagePreprocessAndDeserializeErrorContext.StagePreprocessAndDeserializeError DECONSTRUCT_ERROR
public static final MatsStageInterceptor.StagePreprocessAndDeserializeErrorContext.StagePreprocessAndDeserializeError WRONG_STAGE
public static MatsStageInterceptor.StagePreprocessAndDeserializeErrorContext.StagePreprocessAndDeserializeError[] values()
for (MatsStageInterceptor.StagePreprocessAndDeserializeErrorContext.StagePreprocessAndDeserializeError c : MatsStageInterceptor.StagePreprocessAndDeserializeErrorContext.StagePreprocessAndDeserializeError.values()) System.out.println(c);
public static MatsStageInterceptor.StagePreprocessAndDeserializeErrorContext.StagePreprocessAndDeserializeError valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null