Package cz.gopay.api.v3.impl.resteasy
Class ResteasyGPConnector
- java.lang.Object
-
- cz.gopay.api.v3.AbstractGPConnector
-
- cz.gopay.api.v3.impl.resteasy.ResteasyGPConnector
-
- All Implemented Interfaces:
IGPConnector
public class ResteasyGPConnector extends AbstractGPConnector
- Author:
- FrantiĊĦek Sichinger
-
-
Field Summary
-
Fields inherited from class cz.gopay.api.v3.AbstractGPConnector
accessToken, apiUrl, CONNECTION_POOL_SIZE, CONNECTION_SERVICE_TO, CONNECTION_SETUP_TO, logger, VERSION
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResteasyGPConnectorbuild(String api)static ResteasyGPConnectorbuild(String api, String accessToken, String refreshToken, Date expiresIn)protected <T> TcreateRESTClientProxy(String apiUrl, Class<T> proxy)StringgetImplementationName()-
Methods inherited from class cz.gopay.api.v3.AbstractGPConnector
capturePayment, capturePayment, createPayment, createRecurrentPayment, createSupercashCoupon, createSupercashCouponBatch, findEETREceiptsByFilter, findSupercashCoupons, generatePaymentInstruments, generateStatement, getAccessToken, getApiUrl, getAppToken, getAppToken, getEETReceiptByPaymentId, getSupercashCoupon, getSupercashCouponBatch, getSupercashCouponBatchStatus, getVersion, paymentStatus, refundPayment, refundPayment, setAccessToken, voidAuthorization, voidRecurrency
-
-
-
-
Method Detail
-
build
public static ResteasyGPConnector build(String api)
-
build
public static ResteasyGPConnector build(String api, String accessToken, String refreshToken, Date expiresIn)
-
createRESTClientProxy
protected <T> T createRESTClientProxy(String apiUrl, Class<T> proxy)
- Specified by:
createRESTClientProxyin classAbstractGPConnector
-
getImplementationName
public String getImplementationName()
- Specified by:
getImplementationNamein classAbstractGPConnector
-
-