public enum ComponentConfigurationRoutingType extends Enum<ComponentConfigurationRoutingType>
RoutingType
except it has some additional members to support special
configuration semantics for diverts and bridges. These additional members weren't put in RoutingType
so as to not confuse users.Modifier and Type | Method and Description |
---|---|
byte |
getType() |
static ComponentConfigurationRoutingType |
getType(byte type) |
static ComponentConfigurationRoutingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentConfigurationRoutingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComponentConfigurationRoutingType MULTICAST
public static final ComponentConfigurationRoutingType ANYCAST
public static final ComponentConfigurationRoutingType STRIP
public static final ComponentConfigurationRoutingType PASS
public static ComponentConfigurationRoutingType[] values()
for (ComponentConfigurationRoutingType c : ComponentConfigurationRoutingType.values()) System.out.println(c);
public static ComponentConfigurationRoutingType 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 nullpublic byte getType()
public static ComponentConfigurationRoutingType getType(byte type)
Copyright © 2021 JBoss by Red Hat. All rights reserved.