All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.paypal.base.APICallPreHandlerFactory Maven / Gradle / Ivy

There is a newer version: 1.14.0
Show 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 - 2024 Weber Informatics LLC | Privacy Policy