gov.nih.nci.cagrid.sdkquery4.processor
Class PojoProxyHelperImpl

java.lang.Object
  extended by ProxyHelperImpl
      extended by gov.nih.nci.cagrid.sdkquery4.processor.PojoProxyHelperImpl

public class PojoProxyHelperImpl
extends ProxyHelperImpl

PojoProxyHelperImpl Proxy helper implementation to simply return POJOs instead of Spring backed proxy domain objects

Version:
$Id: PojoProxyHelperImpl.java,v 1.1 2008/01/07 20:02:24 dervin Exp $
Author:
David Ervin

Constructor Summary
PojoProxyHelperImpl()
           
 
Method Summary
 java.lang.Object convertToProxy(gov.nih.nci.system.applicationservice.ApplicationService as, java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PojoProxyHelperImpl

public PojoProxyHelperImpl()
Method Detail

convertToProxy

public java.lang.Object convertToProxy(gov.nih.nci.system.applicationservice.ApplicationService as,
                                       java.lang.Object obj)