Package cz.gopay.api.v3.impl.cxf
Class CXFGPConnector
- java.lang.Object
-
- cz.gopay.api.v3.AbstractGPConnector
-
- cz.gopay.api.v3.impl.cxf.CXFGPConnector
-
- All Implemented Interfaces:
IGPConnector
public class CXFGPConnector 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 CXFGPConnectorbuild(String api)static CXFGPConnectorbuild(String api, String accessToken, String refreshToken, Date expiresIn)protected <T> TcreateRESTClientProxy(String apiUrl, Class<T> proxy)protected StringgetImplementationName()-
Methods inherited from class cz.gopay.api.v3.AbstractGPConnector
capturePayment, capturePayment, createPayment, createRecurrentPayment, findEETREceiptsByFilter, generateStatement, getAccessToken, getApiUrl, getAppToken, getAppToken, getEETReceiptByPaymentId, getPaymentInstruments, getVersion, paymentStatus, refundPayment, refundPayment, setAccessToken, voidAuthorization, voidRecurrency
-
-
-
-
Method Detail
-
build
public static CXFGPConnector build(String api)
-
build
public static CXFGPConnector build(String api, String accessToken, String refreshToken, Date expiresIn)
-
createRESTClientProxy
protected <T> T createRESTClientProxy(String apiUrl, Class<T> proxy)
- Specified by:
createRESTClientProxyin classAbstractGPConnector
-
getImplementationName
protected String getImplementationName()
- Specified by:
getImplementationNamein classAbstractGPConnector
-
-