Class HostedPaymentCancel
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.avoka.fc.core.servlet.BaseServlet
com.avoka.fc.core.servlet.payment.HostedPaymentServlet
com.avoka.fc.core.servlet.payment.HostedPaymentCancel
- All Implemented Interfaces:
Serializable
,Servlet
,ServletConfig
Deprecated.
replaced by HostedPaymentService in TM 4
Provides a servlet that handles cancellation requests from a hosted payment service.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.avoka.fc.core.servlet.payment.HostedPaymentServlet
HostedPaymentServlet.CALLBACK_TYPE
-
Field Summary
Fields inherited from class com.avoka.fc.core.servlet.BaseServlet
PAGE_InvalidRequest, PAGE_Offline
-
Constructor Summary
-
Method Summary
Methods inherited from class com.avoka.fc.core.servlet.payment.HostedPaymentServlet
executeRequest, getErrorLogService
Methods inherited from class com.avoka.fc.core.servlet.BaseServlet
doGet, doPost, getDataContext, getDeploymentPropertyDao, getErrorPagePath, getLogger, getMultiPartRequestMap, getParameterString, getParameterString, getParameterStringTrim, getRequest, getRequestParameters, getResponse, handleException, handleRequest, hasPermission, hasPermission, hasPermission, listServletInfo, sendRedirect, sendResponseError
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
-
Constructor Details
-
HostedPaymentCancel
public HostedPaymentCancel()Deprecated.
-
-
Method Details
-
getCallbackType
Deprecated.- Overrides:
getCallbackType
in classHostedPaymentServlet
-