public static enum XmlaServlet.Phase extends Enum<XmlaServlet.Phase>
Enum Constant and Description |
---|
CALLBACK_POST_ACTION |
CALLBACK_PRE_ACTION |
INITIAL_PARSE |
PROCESS_BODY |
PROCESS_HEADER |
SEND_ERROR |
SEND_RESPONSE |
VALIDATE_HTTP_HEAD |
Modifier and Type | Method and Description |
---|---|
static XmlaServlet.Phase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmlaServlet.Phase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XmlaServlet.Phase VALIDATE_HTTP_HEAD
public static final XmlaServlet.Phase INITIAL_PARSE
public static final XmlaServlet.Phase CALLBACK_PRE_ACTION
public static final XmlaServlet.Phase PROCESS_HEADER
public static final XmlaServlet.Phase PROCESS_BODY
public static final XmlaServlet.Phase CALLBACK_POST_ACTION
public static final XmlaServlet.Phase SEND_RESPONSE
public static final XmlaServlet.Phase SEND_ERROR
public static XmlaServlet.Phase[] values()
for (XmlaServlet.Phase c : XmlaServlet.Phase.values()) System.out.println(c);
public static XmlaServlet.Phase 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 © 2020 Hitachi Vantara. All rights reserved.