|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<HttpConsumerEndpoint.LateResponseStrategy>
org.apache.servicemix.http.endpoints.HttpConsumerEndpoint.LateResponseStrategy
protected static enum HttpConsumerEndpoint.LateResponseStrategy
Determines how the HTTP consumer endpoint should handle a late response from the NMR
| Enum Constant Summary | |
|---|---|
error
Terminate the exchange with an ERROR status and log an exception for the late response |
|
warning
End the exchange with a DONE status and log a warning for the late response |
|
| Method Summary | |
|---|---|
static HttpConsumerEndpoint.LateResponseStrategy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static HttpConsumerEndpoint.LateResponseStrategy[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final HttpConsumerEndpoint.LateResponseStrategy error
public static final HttpConsumerEndpoint.LateResponseStrategy warning
| Method Detail |
|---|
public static HttpConsumerEndpoint.LateResponseStrategy[] values()
for (HttpConsumerEndpoint.LateResponseStrategy c : HttpConsumerEndpoint.LateResponseStrategy.values()) System.out.println(c);
public static HttpConsumerEndpoint.LateResponseStrategy valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||