public static enum HeaderValueException.Context extends Enum<HeaderValueException.Context>
InboundMessageContext
the corresponding value is INBOUND
).Enum Constant and Description |
---|
INBOUND
Inbound context.
|
OUTBOUND
Outbound context.
|
Modifier and Type | Method and Description |
---|---|
static HeaderValueException.Context |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HeaderValueException.Context[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HeaderValueException.Context INBOUND
public static final HeaderValueException.Context OUTBOUND
public static HeaderValueException.Context[] values()
for (HeaderValueException.Context c : HeaderValueException.Context.values()) System.out.println(c);
public static HeaderValueException.Context 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 nullCopyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.