gov.nih.nci.cagrid.sdkquery4.style.helper
Class SDK4PostCodegenHelper

java.lang.Object
  extended by gov.nih.nci.cagrid.data.style.sdkstyle.helpers.PostCodegenHelper
      extended by gov.nih.nci.cagrid.sdkquery4.style.helper.SDK4PostCodegenHelper
All Implemented Interfaces:
StyleCodegenPostProcessor

public class SDK4PostCodegenHelper
extends PostCodegenHelper

SDK4PostCodegenHelper

Version:
$Id: SDK4PostCodegenHelper.java,v 1.2 2008/01/18 15:11:48 dervin Exp $
Author:
David Ervin

Field Summary
static java.lang.String CONFIG_FILENAME
           
static java.lang.String POJO_PROXY_HELPER
           
static java.lang.String SDK_PROXY_HELPER
           
 
Constructor Summary
SDK4PostCodegenHelper()
           
 
Method Summary
 void codegenPostProcessStyle(ServiceExtensionDescriptionType desc, ServiceInformation info)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIG_FILENAME

public static final java.lang.String CONFIG_FILENAME
See Also:
Constant Field Values

SDK_PROXY_HELPER

public static final java.lang.String SDK_PROXY_HELPER
See Also:
Constant Field Values

POJO_PROXY_HELPER

public static final java.lang.String POJO_PROXY_HELPER
See Also:
Constant Field Values
Constructor Detail

SDK4PostCodegenHelper

public SDK4PostCodegenHelper()
Method Detail

codegenPostProcessStyle

public void codegenPostProcessStyle(ServiceExtensionDescriptionType desc,
                                    ServiceInformation info)
                             throws java.lang.Exception
Specified by:
codegenPostProcessStyle in interface StyleCodegenPostProcessor
Overrides:
codegenPostProcessStyle in class PostCodegenHelper
Throws:
java.lang.Exception