Package hudson.util
Class InterceptingProxy
- java.lang.Object
-
- hudson.util.InterceptingProxy
-
public abstract class InterceptingProxy extends Object
Creates a proxy that traps every method call.- Author:
- Kohsuke Kawaguchi
-
-
Constructor Summary
Constructors Constructor Description InterceptingProxy()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract Object
call(Object o, Method m, Object[] args)
Intercepts every method call.<T> T
wrap(Class<T> type, T object)
-