public static enum InterceptorProvider.Phase extends java.lang.Enum<InterceptorProvider.Phase>
| Enum Constant and Description |
|---|
ClientIn |
ClientInFault |
ClientOut |
ServerIn |
ServerOut |
ServerOutFault |
| Modifier and Type | Method and Description |
|---|---|
static InterceptorProvider.Phase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InterceptorProvider.Phase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InterceptorProvider.Phase ServerIn
public static final InterceptorProvider.Phase ServerOut
public static final InterceptorProvider.Phase ServerOutFault
public static final InterceptorProvider.Phase ClientOut
public static final InterceptorProvider.Phase ClientIn
public static final InterceptorProvider.Phase ClientInFault
public static InterceptorProvider.Phase[] values()
for (InterceptorProvider.Phase c : InterceptorProvider.Phase.values()) System.out.println(c);
public static InterceptorProvider.Phase valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2005-2014 FuseSource. All Rights Reserved.