public enum Capability extends Enum<Capability>
Capabilities| Enum Constant and Description |
|---|
CONNECTION_MANAGEMENT_CAPABLE
This capability indicates that the module implements
ConnectionManager |
LIFECYCLE_CAPABLE
This capability indicates that the module implements
Lifecycle |
OAUTH_ACCESS_TOKEN_MANAGEMENT_CAPABLE
This capability indicates that the module implements
org.mule.api.oauth.OAuthManager |
OAUTH1_CAPABLE
This capability indicates that the module implements
org.mule.api.oauth.OAuth1Adapter |
OAUTH2_CAPABLE
This capability indicates that the module implements
org.mule.api.oauth.OAuth2Adapter |
POOLING_CAPABLE
This capability indicates that the module implements
org.mule.api.adapter.PoolManager |
| Modifier and Type | Method and Description |
|---|---|
int |
getBit() |
static Capability |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Capability[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Capability LIFECYCLE_CAPABLE
Lifecyclepublic static final Capability CONNECTION_MANAGEMENT_CAPABLE
ConnectionManagerpublic static final Capability OAUTH1_CAPABLE
org.mule.api.oauth.OAuth1Adapterpublic static final Capability OAUTH2_CAPABLE
org.mule.api.oauth.OAuth2Adapterpublic static final Capability POOLING_CAPABLE
org.mule.api.adapter.PoolManagerpublic static final Capability OAUTH_ACCESS_TOKEN_MANAGEMENT_CAPABLE
org.mule.api.oauth.OAuthManagerpublic static Capability[] values()
for (Capability c : Capability.values()) System.out.println(c);
public static Capability 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 int getBit()
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.