gov.nih.nci.system.client.proxy
Class ApplicationServiceProxy

java.lang.Object
  extended by gov.nih.nci.system.client.proxy.ApplicationServiceProxy
Direct Known Subclasses:
LexEVSApplicationServiceProxy

public class ApplicationServiceProxy
extends java.lang.Object


Constructor Summary
ApplicationServiceProxy()
           
 
Method Summary
 java.lang.Object invoke(MethodInvocation invocation)
           
 void setApplicationService(ApplicationService as)
           
 void setAuthentication(Authentication auth)
           
 void setProxyFactory(ProxyHelper proxyHelper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationServiceProxy

public ApplicationServiceProxy()
Method Detail

setProxyFactory

public void setProxyFactory(ProxyHelper proxyHelper)

setApplicationService

public void setApplicationService(ApplicationService as)

setAuthentication

public void setAuthentication(Authentication auth)

invoke

public java.lang.Object invoke(MethodInvocation invocation)
                        throws java.lang.Throwable
Throws:
java.lang.Throwable