| 
 | Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Status.PreInvoke>
com.bea.wsrp.consumer.interceptor.Status.PreInvoke
public static enum Status.PreInvoke
The possible return values for the preInvoke method of an interceptor.
| Enum Constant Summary | |
|---|---|
| ABORT_CHAINAborts executing rest of the interceptors in a chain | |
| CONTINUE_CHAINContinues executing interceptors chain. | |
| SKIP_REQUEST_ABORT_CHAINAborts executing rest of the interceptors in a chain, skips sending the request for the current WSRP operation, and executing postInvoke methods of the configured interceptors. | |
| Method Summary | |
|---|---|
| static Status.PreInvoke | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Status.PreInvoke[] | 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, getDeclaringClass, hashCode, name, ordinal, toString, valueOf | 
| Methods inherited from class java.lang.Object | 
|---|
| finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Enum Constant Detail | 
|---|
public static final Status.PreInvoke CONTINUE_CHAIN
public static final Status.PreInvoke ABORT_CHAIN
public static final Status.PreInvoke SKIP_REQUEST_ABORT_CHAIN
| Method Detail | 
|---|
public static final Status.PreInvoke[] values()
public static Status.PreInvoke valueOf(String name)
| 
 | Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||