
public class InterceptorResult extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static InterceptorResult |
DEFAULT |
static InterceptorResult |
SKIP_MESSAGING_TARGET |
static InterceptorResult |
SKIP_SIBLING_INTERCEPTORS |
static InterceptorResult |
SKIP_SIBLING_INTERCEPTORS_AND_MESSAGING_TARGET |
| Constructor and Description |
|---|
InterceptorResult(boolean skipSiblingInterceptors,
boolean skipMessagingTarget) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSkipMessagingTarget() |
boolean |
isSkipSiblingInterceptors() |
InterceptorResult |
or(InterceptorResult interceptorResult) |
String |
toString() |
public static final InterceptorResult DEFAULT
public static final InterceptorResult SKIP_SIBLING_INTERCEPTORS
public static final InterceptorResult SKIP_MESSAGING_TARGET
public static final InterceptorResult SKIP_SIBLING_INTERCEPTORS_AND_MESSAGING_TARGET
public InterceptorResult(boolean skipSiblingInterceptors,
boolean skipMessagingTarget)
public boolean isSkipSiblingInterceptors()
public boolean isSkipMessagingTarget()
public InterceptorResult or(InterceptorResult interceptorResult)
Copyright © 2015. All Rights Reserved.