Package com.attivio.service
Class AbstractServiceProxy
- java.lang.Object
-
- com.attivio.service.AbstractServiceProxy
-
- All Implemented Interfaces:
java.lang.reflect.InvocationHandler
public class AbstractServiceProxy extends java.lang.Object implements java.lang.reflect.InvocationHandler
-
-
Constructor Summary
Constructors Constructor Description AbstractServiceProxy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
-