Package com.ibm.portal.resolver.helper

Helper classes to facilitate to use and implement the resolution infrastructure interfaction.

See:
          Description

Interface Summary
CORService Tagging interface for services that use the content operations registry to perform the final lookup.
 

Class Summary
AbstractDataSouceFactory Base class for all data source factories.
AbstractDataSource Implementation of a DataSource that simply dispatches to another implementation.
AbstractStaticDataSource Base class for a DataSource that does not depend on any other request information than URI and parameter map.
CORLookup Convenience class that facilitates the lookup for services that are associates with URIs via the content operations registry
CORLookupService Lookup service that implements itself by dispatching to a lookup service provided by the COR.
CORResolutionService Resolution service that implements itself by dispatching to a resolution service provided by the COR.
DefaultDataSink Base class for DataSink implementations
DefaultDataSource Bean that holds the metadata for a DataSource.
EarlyBindingDataSource Implementation of a DataSource designed to be used in conjunction with the PocURLFactory.newURL(DataSource) method.
 

Package com.ibm.portal.resolver.helper Description

Helper classes to facilitate to use and implement the resolution infrastructure interfaction.

Package Specification