org.eclipse.higgins.sts.api
Interface IMetadataExchangeService

All Superinterfaces:
org.eclipse.higgins.configuration.api.IConfigurableComponent

public interface IMetadataExchangeService
extends org.eclipse.higgins.configuration.api.IConfigurableComponent

Interface representing the plug-point for the Core Higgins STS implementation (invoked by the framework).

Author:
mikemci at us dot ibm dot com

Method Summary
 IMEXResponse getMetadata(Map mapGlobalSettings, String strComponentName, Map mapComponentSettings, Map mapInvocationSettings, IConstants constants, URI uriRequest)
           
 
Methods inherited from interface org.eclipse.higgins.configuration.api.IConfigurableComponent
configure, getComponentDescriptor
 

Method Detail

getMetadata

IMEXResponse getMetadata(Map mapGlobalSettings,
                         String strComponentName,
                         Map mapComponentSettings,
                         Map mapInvocationSettings,
                         IConstants constants,
                         URI uriRequest)
                         throws Exception
Throws:
Exception