Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.automation.client.adapters
Class DocumentServiceFactory

java.lang.Object
  extended by org.nuxeo.ecm.automation.client.adapters.DocumentServiceFactory
All Implemented Interfaces:
AdapterFactory<DocumentService>

public class DocumentServiceFactory
extends Object
implements AdapterFactory<DocumentService>

Author:
Bogdan Stefanescu

Constructor Summary
DocumentServiceFactory()
           
 
Method Summary
 Class<?> getAcceptType()
          The class to adapt.
 DocumentService getAdapter(Object toAdapt)
          Adapt the given object and return the adapter instance.
 Class<DocumentService> getAdapterType()
          The adapter class.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentServiceFactory

public DocumentServiceFactory()
Method Detail

getAcceptType

public Class<?> getAcceptType()
Description copied from interface: AdapterFactory
The class to adapt.

Specified by:
getAcceptType in interface AdapterFactory<DocumentService>
Returns:

getAdapterType

public Class<DocumentService> getAdapterType()
Description copied from interface: AdapterFactory
The adapter class.

Specified by:
getAdapterType in interface AdapterFactory<DocumentService>
Returns:

getAdapter

public DocumentService getAdapter(Object toAdapt)
Description copied from interface: AdapterFactory
Adapt the given object and return the adapter instance.

Specified by:
getAdapter in interface AdapterFactory<DocumentService>
Returns:

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.