Package org.apache.axis2.engine
Class Handler.InvocationResponse
- java.lang.Object
-
- org.apache.axis2.engine.Handler.InvocationResponse
-
- Enclosing interface:
- Handler
public static final class Handler.InvocationResponse extends Object
This type encapsulates an enumeration of possible message processing instruction values that may be returned by a handler/phase within the runtime. The returned instruction will determine the next step in the processing.
-
-
Field Summary
Fields Modifier and Type Field Description static Handler.InvocationResponse
ABORT
static Handler.InvocationResponse
CONTINUE
static Handler.InvocationResponse
SUSPEND
-
-
-
Field Detail
-
CONTINUE
public static final Handler.InvocationResponse CONTINUE
-
SUSPEND
public static final Handler.InvocationResponse SUSPEND
-
ABORT
public static final Handler.InvocationResponse ABORT
-
-