gov.nih.nci.cagrid.data.creation
Class FeatureCreator

java.lang.Object
  extended by gov.nih.nci.cagrid.data.creation.FeatureCreator
Direct Known Subclasses:
BDTFeatureCreator, WsEnumerationFeatureCreator

public abstract class FeatureCreator
extends java.lang.Object

FeatureCreator Base class for feature additions to the data service

Version:
$Id: FeatureCreator.java,v 1.2 2007/07/18 14:01:47 dervin Exp $
Author:
David W. Ervin

Constructor Summary
FeatureCreator(ServiceInformation info, ServiceType mainService)
           
 
Method Summary
abstract  void addFeature()
           
protected  ServiceType getMainService()
           
protected  ServiceInformation getServiceInformation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureCreator

public FeatureCreator(ServiceInformation info,
                      ServiceType mainService)
Method Detail

getServiceInformation

protected ServiceInformation getServiceInformation()

getMainService

protected ServiceType getMainService()

addFeature

public abstract void addFeature()
                         throws CreationExtensionException
Throws:
CreationExtensionException