R - as a type of Request/Responsepublic interface TransactionResponseHandler<R>
TransactionRequestHandler to the Gateway.| Modifier and Type | Method and Description |
|---|---|
Transaction |
handleRequest(R request)
Handle the Reqest response from the Gateway
|
boolean |
willHandle(R request)
If this handler will handle the request.
Sometimes a page may be for multiple handlers and the response has details for a particular handler. |
Transaction handleRequest(R request) throws Exception
request - as Exceptionboolean willHandle(R request)
request - Copyright © 2018. All rights reserved.