org.apache.axis2.engine
Class Handler.InvocationResponse
java.lang.Object
org.apache.axis2.engine.Handler.InvocationResponse
- Enclosing interface:
- Handler
public static class Handler.InvocationResponse
- extends java.lang.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.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
CONTINUE
public static Handler.InvocationResponse CONTINUE
SUSPEND
public static Handler.InvocationResponse SUSPEND
ABORT
public static Handler.InvocationResponse ABORT
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2007 Apache Web Services Project. All Rights Reserved.