Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.service
Class AnnotatedAdapterFactory<O>

java.lang.Object
  extended by org.nuxeo.runtime.service.AnnotatedAdapterFactory<O>
All Implemented Interfaces:
AdapterFactory<O>
Direct Known Subclasses:
Service2Adapter

public abstract class AnnotatedAdapterFactory<O>
extends Object
implements AdapterFactory<O>

Author:
Bogdan Stefanescu

Constructor Summary
AnnotatedAdapterFactory()
           
 
Method Summary
 Class<O> getAdaptableType()
           
 Class<?>[] getAdapterTypes()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nuxeo.runtime.service.AdapterFactory
getAdapter
 

Constructor Detail

AnnotatedAdapterFactory

public AnnotatedAdapterFactory()
Method Detail

getAdaptableType

public Class<O> getAdaptableType()
Specified by:
getAdaptableType in interface AdapterFactory<O>

getAdapterTypes

public Class<?>[] getAdapterTypes()
Specified by:
getAdapterTypes in interface AdapterFactory<O>

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.