Package org.wso2.carbon.endpoint.ui.util
Enum TemplateParameterContainer.EndpointDefKey
- java.lang.Object
-
- java.lang.Enum<TemplateParameterContainer.EndpointDefKey>
-
- org.wso2.carbon.endpoint.ui.util.TemplateParameterContainer.EndpointDefKey
-
- All Implemented Interfaces:
Serializable
,Comparable<TemplateParameterContainer.EndpointDefKey>
- Enclosing class:
- TemplateParameterContainer
public static enum TemplateParameterContainer.EndpointDefKey extends Enum<TemplateParameterContainer.EndpointDefKey>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TemplateParameterContainer.EndpointDefKey
valueOf(String name)
Returns the enum constant of this type with the specified name.static TemplateParameterContainer.EndpointDefKey[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
address
public static final TemplateParameterContainer.EndpointDefKey address
-
reliableMessagingOn
public static final TemplateParameterContainer.EndpointDefKey reliableMessagingOn
-
addressingOn
public static final TemplateParameterContainer.EndpointDefKey addressingOn
-
addressingVersion
public static final TemplateParameterContainer.EndpointDefKey addressingVersion
-
securityOn
public static final TemplateParameterContainer.EndpointDefKey securityOn
-
wsRMPolicyKey
public static final TemplateParameterContainer.EndpointDefKey wsRMPolicyKey
-
wsSecPolicyKey
public static final TemplateParameterContainer.EndpointDefKey wsSecPolicyKey
-
inboundWsSecPolicyKey
public static final TemplateParameterContainer.EndpointDefKey inboundWsSecPolicyKey
-
outboundWsSecPolicyKey
public static final TemplateParameterContainer.EndpointDefKey outboundWsSecPolicyKey
-
useSeparateListener
public static final TemplateParameterContainer.EndpointDefKey useSeparateListener
-
optimize
public static final TemplateParameterContainer.EndpointDefKey optimize
-
format
public static final TemplateParameterContainer.EndpointDefKey format
-
charSetEncoding
public static final TemplateParameterContainer.EndpointDefKey charSetEncoding
-
retryDurationOnTimeout
public static final TemplateParameterContainer.EndpointDefKey retryDurationOnTimeout
-
timeoutDuration
public static final TemplateParameterContainer.EndpointDefKey timeoutDuration
-
timeoutAction
public static final TemplateParameterContainer.EndpointDefKey timeoutAction
-
initialSuspendDuration
public static final TemplateParameterContainer.EndpointDefKey initialSuspendDuration
-
suspendProgressionFactor
public static final TemplateParameterContainer.EndpointDefKey suspendProgressionFactor
-
suspendMaximumDuration
public static final TemplateParameterContainer.EndpointDefKey suspendMaximumDuration
-
suspendErrorCodes
public static final TemplateParameterContainer.EndpointDefKey suspendErrorCodes
-
timeoutErrorCodes
public static final TemplateParameterContainer.EndpointDefKey timeoutErrorCodes
-
retriesOnTimeoutBeforeSuspend
public static final TemplateParameterContainer.EndpointDefKey retriesOnTimeoutBeforeSuspend
-
separateListener
public static final TemplateParameterContainer.EndpointDefKey separateListener
-
policy
public static final TemplateParameterContainer.EndpointDefKey policy
-
retryDisabledErrorCodes
public static final TemplateParameterContainer.EndpointDefKey retryDisabledErrorCodes
-
-
Method Detail
-
values
public static TemplateParameterContainer.EndpointDefKey[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (TemplateParameterContainer.EndpointDefKey c : TemplateParameterContainer.EndpointDefKey.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static TemplateParameterContainer.EndpointDefKey valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-