* @param reqContext, RequestContext
* @return
*/
static EBayAPIInterface getEBayAPI(ApiContext apiContext,
RequestContext reqContext) {
EBayAPIInterface api = null;
synchronized(lock) {
//if there is no port instance in the pool, get one
//from EBayAPIInterfaceService
if (apiPool.isEmpty()) {