Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.service
Interface AdapterFactory<O>

All Known Implementing Classes:
AnnotatedAdapterFactory, Service2Adapter

public interface AdapterFactory<O>

Author:
Bogdan Stefanescu

Method Summary
 Class<O> getAdaptableType()
           
<T> T
getAdapter(O instance, Class<T> adapter)
           
 Class<?>[] getAdapterTypes()
           
 

Method Detail

getAdaptableType

Class<O> getAdaptableType()

getAdapterTypes

Class<?>[] getAdapterTypes()

getAdapter

<T> T getAdapter(O instance,
                 Class<T> adapter)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.