Nuxeo Enterprise Platform 5.4

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 java.lang.Object
implements AdapterFactory<O>

Author:
Bogdan Stefanescu

Constructor Summary
AnnotatedAdapterFactory()
           
 
Method Summary
 java.lang.Class<O> getAdaptableType()
           
 java.lang.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 java.lang.Class<O> getAdaptableType()
Specified by:
getAdaptableType in interface AdapterFactory<O>

getAdapterTypes

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

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.