com.bea.wsrp.consumer.interceptor
Enum Status.PostInvoke

java.lang.Object
  extended by java.lang.Enum<Status.PostInvoke>
      extended by com.bea.wsrp.consumer.interceptor.Status.PostInvoke
All Implemented Interfaces
Serializable, Comparable<Status.PostInvoke>
Enclosing interface:
Status

public static enum Status.PostInvoke
extends Enum<Status.PostInvoke>

The possible return values for the postInvoke method of an interceptor.


Enum Constant Summary
ABORT_CHAIN
          Skips calling postInvoke() methods of the subsequent interceptors.
CONTINUE_CHAIN
          Indicates normal execution and continues executing interceptors chain.
 
Method Summary
static Status.PostInvoke valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Status.PostInvoke[] values()
          Returns an array containing the constants of this enum type, in the order theyre declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

CONTINUE_CHAIN

public static final Status.PostInvoke CONTINUE_CHAIN
Indicates normal execution and continues executing interceptors chain.


ABORT_CHAIN

public static final Status.PostInvoke ABORT_CHAIN
Skips calling postInvoke() methods of the subsequent interceptors.

Method Detail

values

public static final Status.PostInvoke[] values()
Returns an array containing the constants of this enum type, in the order theyre declared.


valueOf

public static Status.PostInvoke valueOf(String name)
Returns the enum constant of this type with the specified name.



Copyright © 2011, Oracle. All rights reserved.