org.hibersap.interceptor
Interface BapiInterceptor

All Known Implementing Classes:
BeanValidationInterceptor

public interface BapiInterceptor

Implementations may be registered on the SessionManager and will then be called before and after a function module in SAP is called. The Bapi object itself will be passed to the methods.


Method Summary
 void afterExecution(Object bapiObject)
          Will be called after the function module is called in SAP.
 void beforeExecution(Object bapiObject)
          Will be called before the function module is called in SAP.
 

Method Detail

beforeExecution

void beforeExecution(Object bapiObject)
Will be called before the function module is called in SAP.

Parameters:
bapiObject - The Bapi object as provided by the application code.

afterExecution

void afterExecution(Object bapiObject)
Will be called after the function module is called in SAP.

Parameters:
bapiObject - The Bapi object as provided by the application code.


Copyright © 2011 akquinet tech@spree GmbH. All Rights Reserved.