org.springframework.extensions.surf.resource.support
Class CMISResourceLoader

java.lang.Object
  extended by org.springframework.extensions.surf.resource.AbstractResourceLoader
      extended by org.springframework.extensions.surf.resource.AbstractCachingResourceLoader
          extended by org.springframework.extensions.surf.resource.support.CMISResourceLoader
All Implemented Interfaces:
ResourceLoader

public class CMISResourceLoader
extends AbstractCachingResourceLoader

Resource Loader for CMIS

Author:
muzquiano

Field Summary
 
Fields inherited from class org.springframework.extensions.surf.resource.AbstractResourceLoader
endpointId, protocolId
 
Constructor Summary
CMISResourceLoader(String protocolId, String endpointId)
           
 
Method Summary
 Resource buildResource(String objectId)
          Builds the resource bound to the given object id
 
Methods inherited from class org.springframework.extensions.surf.resource.AbstractCachingResourceLoader
load, setCacheTimeout
 
Methods inherited from class org.springframework.extensions.surf.resource.AbstractResourceLoader
getEndpointId, getProtocolId, getServiceRegistry, init, setServiceRegistry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMISResourceLoader

public CMISResourceLoader(String protocolId,
                          String endpointId)
Method Detail

buildResource

public Resource buildResource(String objectId)
                       throws ResourceLoaderException
Description copied from class: AbstractCachingResourceLoader
Builds the resource bound to the given object id

Specified by:
buildResource in class AbstractCachingResourceLoader
Returns:
resource
Throws:
ResourceLoaderException


Copyright © 2009 SpringSource, Inc. All Rights Reserved.