public class AdaptableServiceInvoker<T extends AdaptableService> extends Object implements ServiceProxy<T>, InvocationHandler, Adaptable
Constructor and Description |
---|
AdaptableServiceInvoker(T remote) |
public AdaptableServiceInvoker(T remote)
public T getRemote()
getRemote
in interface ServiceProxy<T extends AdaptableService>
public <A> A getAdapter(Class<A> adapter)
Adaptable
null
if
no such object can be found.getAdapter
in interface Adaptable
adapter
- the adapter class to look upnull
if this object does not
have an adapter for the given classCopyright © 2013 Nuxeo SA. All Rights Reserved.