org.hibersap.interceptor
Interface ExecutionInterceptor
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- SapErrorInterceptor
public interface ExecutionInterceptor
- extends Serializable
Interceptors can be registered for a SessionManager to intercept function calls to SAP.
This interceptor offers access to low-level information about the function parameters
and the mapping.
- Author:
- Carsten Erker
beforeExecution
void beforeExecution(BapiMapping bapiMapping,
Map<String,Object> functionMap)
afterExecution
void afterExecution(BapiMapping bapiMapping,
Map<String,Object> functionMap)
Copyright © 2012 akquinet tech@spree GmbH. All Rights Reserved.