com.paypal.base.APICallPreHandlerFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.commerce.payment.method.paypal
Show all versions of com.liferay.commerce.payment.method.paypal
Liferay Commerce Payment Method PayPal
The newest version!
package com.paypal.base;
/**
* APICallPreHandlerFactory factory for returning implementations if
* {@link APICallPreHandler}
*
*/
public interface APICallPreHandlerFactory {
/**
* Creates an instance of {@link APICallPreHandler}
*
* @return APICallPreHandler
*/
APICallPreHandler createAPICallPreHandler();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy