org.apache.axis2.engine
Class Handler.InvocationResponse
java.lang.Object
org.apache.axis2.engine.Handler.InvocationResponse
- Enclosing class:
- 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
equals
public boolean equals(Handler.InvocationResponse instruction)
hashCode
public int hashCode()
equals
public boolean equals(java.lang.Object obj)
toString
public java.lang.String toString()
Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.