org.eclipse.higgins.sts.server.metadata
Class MetadataExchangeServiceFactory
java.lang.Object
org.eclipse.higgins.sts.server.metadata.MetadataExchangeServiceFactory
- All Implemented Interfaces:
- org.eclipse.higgins.configuration.api.IConfigurableComponentFactory
- public class MetadataExchangeServiceFactory
- extends Object
- implements org.eclipse.higgins.configuration.api.IConfigurableComponentFactory
Implements the IConfigurableComponentFactory that creates the MetadataExchangeService implementation.
- Author:
- mikemci at us dot ibm dot com
|
Method Summary |
org.eclipse.higgins.configuration.api.IConfigurableComponent |
getNewInstance()
Provides access to the new instance |
org.eclipse.higgins.configuration.api.IConfigurableComponent |
getSingletonInstance()
Provides access to the singleton instance |
MetadataExchangeServiceFactory
public MetadataExchangeServiceFactory()
getSingletonInstance
public org.eclipse.higgins.configuration.api.IConfigurableComponent getSingletonInstance()
- Provides access to the singleton instance
- Specified by:
getSingletonInstance in interface org.eclipse.higgins.configuration.api.IConfigurableComponentFactory
- Returns:
- the singleton instance
getNewInstance
public org.eclipse.higgins.configuration.api.IConfigurableComponent getNewInstance()
- Provides access to the new instance
- Specified by:
getNewInstance in interface org.eclipse.higgins.configuration.api.IConfigurableComponentFactory
- Returns:
- the new instance