public class NuxeoServiceInvocationHandler extends Object implements InvocationHandler
InvocationHandler| Constructor and Description |
|---|
NuxeoServiceInvocationHandler()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getInstance()
Getter for instance.
|
Object |
invoke(Object proxy,
Method method,
Object[] args) |
void |
setInstance(Object instance)
Setter for instance.
|
public NuxeoServiceInvocationHandler()
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowablepublic Object getInstance()
public void setInstance(Object instance)
instance - the instance to setCopyright © 2019. All rights reserved.