Nuxeo Enterprise Platform 5.4

org.nuxeo.runtime.service.sample
Class Service2Adapter

java.lang.Object
  extended by org.nuxeo.runtime.service.AnnotatedAdapterFactory<Service1>
      extended by org.nuxeo.runtime.service.sample.Service2Adapter
All Implemented Interfaces:
AdapterFactory<Service1>

public class Service2Adapter
extends AnnotatedAdapterFactory<Service1>

Author:
Bogdan Stefanescu

Constructor Summary
Service2Adapter()
           
 
Method Summary
<T> T
getAdapter(Service1 instance, java.lang.Class<T> adapter)
           
 
Methods inherited from class org.nuxeo.runtime.service.AnnotatedAdapterFactory
getAdaptableType, getAdapterTypes
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Service2Adapter

public Service2Adapter()
Method Detail

getAdapter

public <T> T getAdapter(Service1 instance,
                        java.lang.Class<T> adapter)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.