gov.nih.nci.cagrid.introduce.extensions.metadata.codegen
Class MetadataCodegenPostProcessor

java.lang.Object
  extended by gov.nih.nci.cagrid.introduce.extensions.metadata.codegen.MetadataCodegenPostProcessor
All Implemented Interfaces:
CodegenExtensionPostProcessor

public class MetadataCodegenPostProcessor
extends java.lang.Object
implements CodegenExtensionPostProcessor

Creates a metadata instance file. Only creates/modifies the Service portion, will leave any existing other aspects (ResearchCenter) intact.

Author:
oster

Field Summary
protected static org.apache.commons.logging.Log LOG
           
 
Constructor Summary
MetadataCodegenPostProcessor()
           
 
Method Summary
 void postCodegen(ServiceExtensionDescriptionType desc, ServiceInformation info)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

protected static org.apache.commons.logging.Log LOG
Constructor Detail

MetadataCodegenPostProcessor

public MetadataCodegenPostProcessor()
Method Detail

postCodegen

public void postCodegen(ServiceExtensionDescriptionType desc,
                        ServiceInformation info)
                 throws CodegenExtensionException
Specified by:
postCodegen in interface CodegenExtensionPostProcessor
Throws:
CodegenExtensionException