cannot resolve AbstractCallout import in java callout

I've got a bit of java callout code. It has this import:

import com.nearbpo.apigee.edge.spi.AbstractCallout;

causing this error:

java: package com.nearbpo.apigee.edge.spi does not exist

I can't find any information about the import on google. Dose anyone know if there is a newer import we can use or an alternate?
 

0 1 60
1 REPLY 1

That is the name of a custom class , according to the name of the class it was produced by this company: nearbpo.com .  It seems like maybe you are using code that company produced, or code that depends on code that company produced.

That's all anyone could possibly know, given the information you provided. 

good luck