com.bankframe.services.audit
Interface BankFrameAuditProvider
- All Known Implementing Classes:
- DefaultBankFrameAuditProvider, NullBankFrameAuditProvider
public interface BankFrameAuditProvider
This is the interface that all BankFrame Audit Providers must extend.
|
Method Summary |
void |
dispatch(String requestId,
Vector request,
Vector response)
This class will dispatch the request to the BankFrame Audit Provider
specified in the BankframeResource.properties resource
file under the AUDIT_PROVIDER key. |
dispatch
void dispatch(String requestId,
Vector request,
Vector response)
throws ProcessingErrorException,
RemoteException
- This class will dispatch the request to the BankFrame Audit Provider
specified in the
BankframeResource.properties resource
file under the AUDIT_PROVIDER key.
- Throws:
ProcessingErrorException
RemoteException
Copyright © 2005, 2007, Oracle. All rights reserved.