public interface AdaptableService extends Adaptable
Modifier and Type | Method and Description |
---|---|
boolean |
hasAdapter(Class<?> adapter) |
Object |
invokeAdapter(MethodInvocation invocation,
Object[] args) |
getAdapter
boolean hasAdapter(Class<?> adapter)
Object invokeAdapter(MethodInvocation invocation, Object[] args) throws NoSuchAdapterException, InvocationTargetException, IllegalAccessException
Copyright © 2013 Nuxeo SA. All Rights Reserved.