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.
CONTINUE
public static final Handler.InvocationResponse CONTINUE
SUSPEND
public static final Handler.InvocationResponse SUSPEND
ABORT
public static final Handler.InvocationResponse ABORT
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.