public static enum SourcePolicyAwareAttributes.SourceAttribute extends Enum<SourcePolicyAwareAttributes.SourceAttribute> implements org.mule.runtime.policy.api.PolicyAwareAttributes.Attribute
PolicyAwareAttributes.Attribute that represent the attributes of implementations of
SourcePolicyPointcutParametersFactory.| Enum Constant and Description |
|---|
HEADERS |
REQUEST_PATH |
| Modifier and Type | Method and Description |
|---|---|
static SourcePolicyAwareAttributes.SourceAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourcePolicyAwareAttributes.SourceAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SourcePolicyAwareAttributes.SourceAttribute REQUEST_PATH
public static final SourcePolicyAwareAttributes.SourceAttribute HEADERS
public static SourcePolicyAwareAttributes.SourceAttribute[] values()
for (SourcePolicyAwareAttributes.SourceAttribute c : SourcePolicyAwareAttributes.SourceAttribute.values()) System.out.println(c);
public static SourcePolicyAwareAttributes.SourceAttribute 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 © 2024 MuleSoft, Inc.. All rights reserved.