public class PrePostConditionInterceptor extends Object implements IServiceInvocationInterceptor
Modifier and Type | Class and Description |
---|---|
static class |
PrePostConditionInterceptor.IntermediateResultUnavailableException |
static class |
PrePostConditionInterceptor.PrePostConditionFetcher
Fetcher for pre and post condition.
|
Constructor and Description |
---|
PrePostConditionInterceptor() |
Modifier and Type | Method and Description |
---|---|
IFuture<Void> |
execute(ServiceInvocationContext context)
Execute the interceptor.
|
boolean |
isApplicable(ServiceInvocationContext context)
Test if the interceptor is applicable.
|
public boolean isApplicable(ServiceInvocationContext context)
isApplicable
in interface IServiceInvocationInterceptor
public IFuture<Void> execute(ServiceInvocationContext context)
execute
in interface IServiceInvocationInterceptor
context
- The invocation context.Copyright © 2012. All Rights Reserved.