Interface ServiceInvokerInterceptor
public interface ServiceInvokerInterceptor
-
Method Summary
Modifier and TypeMethodDescriptionvoid
afterServiceInvocation
(ServiceDefinitionModel serviceDefinition, ServiceOperation serviceOperation, ServiceInvocationContext context, ServiceInvocationResult result) void
beforeServiceInvocation
(ServiceDefinitionModel serviceDefinition, ServiceOperation serviceOperation, ServiceInvocationContext context)
-
Method Details
-
beforeServiceInvocation
void beforeServiceInvocation(ServiceDefinitionModel serviceDefinition, ServiceOperation serviceOperation, ServiceInvocationContext context) -
afterServiceInvocation
void afterServiceInvocation(ServiceDefinitionModel serviceDefinition, ServiceOperation serviceOperation, ServiceInvocationContext context, ServiceInvocationResult result)
-