com.ibm.portal.resolver.helper
Interface CORService

All Known Implementing Classes:
CORLookupService, CORResolutionService, CORWebdavTreeModelFactory

public interface CORService

Tagging interface for services that use the content operations registry to perform the final lookup. These services can either be instantiated directly via the new operator or they can be used by a singleton instance that is part of the service. The actual service will implement a service specifc interface. When calling this interface, the implementation will perform a COR lookup to dynamically discover a registered service and dispatch the call to this service (or fail with an exception).