Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.automation.client.jaxrs
Interface AdapterFactory<T>

All Known Implementing Classes:
DocumentServiceFactory

public interface AdapterFactory<T>

Author:
Bogdan Stefanescu

Method Summary
 java.lang.Class<?> getAcceptType()
           
 T getAdapter(java.lang.Object toAdapt)
           
 java.lang.Class<T> getAdapterType()
           
 

Method Detail

getAcceptType

java.lang.Class<?> getAcceptType()

getAdapterType

java.lang.Class<T> getAdapterType()

getAdapter

T getAdapter(java.lang.Object toAdapt)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.