Package | Description |
---|---|
org.distributeme.core.interceptor |
Support for client and server side interceptors of calls.
|
Modifier and Type | Method and Description |
---|---|
InterceptionPhase |
InterceptionContext.getCurrentPhase() |
static InterceptionPhase |
InterceptionPhase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterceptionPhase[] |
InterceptionPhase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
InterceptionContext.setCurrentPhase(InterceptionPhase currentPhase) |
Constructor and Description |
---|
SinglePhaseInterceptor(InterceptionPhase atLeastOne,
InterceptionPhase... phases) |
SinglePhaseInterceptor(InterceptionPhase atLeastOne,
InterceptionPhase... phases) |
Copyright © 2010-2014 anotheria.net. All Rights Reserved.