org.LexGrid.LexBIG.caCore.client.proxy
Class LexEVSBeanProxy

java.lang.Object
  extended by gov.nih.nci.system.client.proxy.BeanProxy
      extended by org.LexGrid.LexBIG.caCore.client.proxy.LexEVSBeanProxy
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class LexEVSBeanProxy
extends gov.nih.nci.system.client.proxy.BeanProxy

LexEVS specific implementation of a BeanProxy.

Author:
Kevin Peterson

Field Summary
(package private)  gov.nih.nci.system.applicationservice.ApplicationService as
           
(package private)  gov.nih.nci.system.client.proxy.ProxyHelper proxyHelper
           
 
Constructor Summary
LexEVSBeanProxy(gov.nih.nci.system.applicationservice.ApplicationService as, gov.nih.nci.system.client.proxy.ProxyHelper proxyHelper)
           
 
Method Summary
 Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

as

gov.nih.nci.system.applicationservice.ApplicationService as

proxyHelper

gov.nih.nci.system.client.proxy.ProxyHelper proxyHelper
Constructor Detail

LexEVSBeanProxy

public LexEVSBeanProxy(gov.nih.nci.system.applicationservice.ApplicationService as,
                       gov.nih.nci.system.client.proxy.ProxyHelper proxyHelper)
Method Detail

invoke

public Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
              throws Throwable
Specified by:
invoke in interface org.aopalliance.intercept.MethodInterceptor
Overrides:
invoke in class gov.nih.nci.system.client.proxy.BeanProxy
Throws:
Throwable