public class CachingJavaServiceExecutor<T> extends AbstractServiceExecutor implements InvocationHandler
Constructor and Description |
---|
CachingJavaServiceExecutor(String invocationName,
long invocationId,
Endpoint endpoint,
Class<T> interfaceClass,
com.opensymphony.oscache.base.Cache cache,
int cacheTtlSec) |
Modifier and Type | Method and Description |
---|---|
Object |
invoke(Object proxy,
Method method,
Object[] args) |
getInvocationName, postprocess, preprocess