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

java.lang.Object
  extended by gov.nih.nci.cagrid.data.creation.DataServiceQueryOperationProviderCreator
All Implemented Interfaces:
CreationExtensionPostProcessor

public class DataServiceQueryOperationProviderCreator
extends java.lang.Object
implements CreationExtensionPostProcessor

DataServiceQueryOperationProviderCreator Adds the operation provider for the data service query operation to an introduce created service at post-create time

Version:
$Id: DataServiceQueryOperationProviderCreator.java,v 1.3 2007/07/18 14:30:53 dervin Exp $
Author:
David W. Ervin

Field Summary
static java.lang.String DEFAULT_CQL_VALIDATOR_CLASS
           
static java.lang.String DEFAULT_DOMAIN_MODEL_VALIDATOR
           
 
Constructor Summary
DataServiceQueryOperationProviderCreator()
           
 
Method Summary
 void postCreate(ServiceExtensionDescriptionType desc, ServiceInformation serviceInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_CQL_VALIDATOR_CLASS

public static final java.lang.String DEFAULT_CQL_VALIDATOR_CLASS

DEFAULT_DOMAIN_MODEL_VALIDATOR

public static final java.lang.String DEFAULT_DOMAIN_MODEL_VALIDATOR
Constructor Detail

DataServiceQueryOperationProviderCreator

public DataServiceQueryOperationProviderCreator()
Method Detail

postCreate

public void postCreate(ServiceExtensionDescriptionType desc,
                       ServiceInformation serviceInfo)
                throws CreationExtensionException
Specified by:
postCreate in interface CreationExtensionPostProcessor
Throws:
CreationExtensionException