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
- 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
Modifier and TypeMethodDescriptionstatic CXFGPConnectorstatic CXFGPConnectorprotected <T> TcreateRESTClientProxy(String apiUrl, Class<T> proxy) protected StringMethods inherited from class cz.gopay.api.v3.AbstractGPConnector
capturePayment, capturePayment, createPayment, createRecurrentPayment, deleteCard, findEETREceiptsByFilter, generateStatement, getAccessToken, getApiUrl, getAppToken, getAppToken, getCardDetail, getEETReceiptByPaymentId, getPaymentInstruments, getVersion, paymentStatus, refundPayment, refundPayment, setAccessToken, voidAuthorization, voidRecurrency
-
Method Details
-
build
-
build
public static CXFGPConnector build(String api, String accessToken, String refreshToken, Date expiresIn) -
createRESTClientProxy
- Specified by:
createRESTClientProxyin classAbstractGPConnector
-
getImplementationName
- Specified by:
getImplementationNamein classAbstractGPConnector
-