Class WorldPayEvents
- java.lang.Object
-
- org.apache.ofbiz.accounting.thirdparty.worldpay.WorldPayEvents
-
public class WorldPayEvents extends java.lang.Object
WorldPay Select Junior Integration Events/Services
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
commonResource
static java.lang.String
module
static java.lang.String
resource
static java.lang.String
resourceErr
-
Constructor Summary
Constructors Constructor Description WorldPayEvents()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
worldPayNotify(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
WorldPay notificationstatic java.lang.String
worldPayRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
-
-
Field Detail
-
resource
public static final java.lang.String resource
- See Also:
- Constant Field Values
-
resourceErr
public static final java.lang.String resourceErr
- See Also:
- Constant Field Values
-
commonResource
public static final java.lang.String commonResource
- See Also:
- Constant Field Values
-
module
public static final java.lang.String module
-
-
Method Detail
-
worldPayRequest
public static java.lang.String worldPayRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
worldPayNotify
public static java.lang.String worldPayNotify(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
WorldPay notification
-
-