public class CollectionInvocationHandler extends Object implements InvocationHandler, ObjectProxy
| Constructor and Description |
|---|
CollectionInvocationHandler(Class<?> resourceClass,
String url,
ClientProxyFactoryContext context,
boolean useSet) |
| Modifier and Type | Method and Description |
|---|---|
String |
getUrl() |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
boolean |
isLoaded() |
public CollectionInvocationHandler(Class<?> resourceClass, String url, ClientProxyFactoryContext context, boolean useSet)
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowablepublic String getUrl()
getUrl in interface ObjectProxypublic boolean isLoaded()
isLoaded in interface ObjectProxyCopyright © 2017. All Rights Reserved.