Uses of Interface
gov.nih.nci.system.client.proxy.ProxyHelper

Packages that use ProxyHelper
gov.nih.nci.system.client.proxy   
gov.nih.nci.system.webservice.util   
org.LexGrid.LexBIG.caCore.client.proxy   
org.LexGrid.LexBIG.caCore.utils   
 

Uses of ProxyHelper in gov.nih.nci.system.client.proxy
 

Classes in gov.nih.nci.system.client.proxy that implement ProxyHelper
 class ProxyHelperImpl
           
 

Methods in gov.nih.nci.system.client.proxy with parameters of type ProxyHelper
 void ApplicationServiceProxy.setProxyFactory(ProxyHelper proxyHelper)
           
 

Constructors in gov.nih.nci.system.client.proxy with parameters of type ProxyHelper
BeanProxy(ApplicationService as, ProxyHelper proxyHelper)
           
 

Uses of ProxyHelper in gov.nih.nci.system.webservice.util
 

Classes in gov.nih.nci.system.webservice.util that implement ProxyHelper
 class WSUtils
           
 

Uses of ProxyHelper in org.LexGrid.LexBIG.caCore.client.proxy
 

Classes in org.LexGrid.LexBIG.caCore.client.proxy that implement ProxyHelper
 class DataServiceProxyHelperImpl
          Object proxy implementation for EVS.
 class LexEVSProxyHelperImpl
          Object proxy implementation for EVS.
 

Methods in org.LexGrid.LexBIG.caCore.client.proxy that return ProxyHelper
 ProxyHelper LexEVSApplicationServiceProxy.getDataServiceProxyHelper()
           
 ProxyHelper ProxyUnwrappingHttpInvokerRequestExecutor.getProxyHelper()
           
 

Methods in org.LexGrid.LexBIG.caCore.client.proxy with parameters of type ProxyHelper
 void LexEVSApplicationServiceProxy.setDataServiceProxyHelper(ProxyHelper dataServiceProxyHelper)
           
 void ProxyUnwrappingHttpInvokerRequestExecutor.setProxyHelper(ProxyHelper proxyHelper)
           
 

Constructors in org.LexGrid.LexBIG.caCore.client.proxy with parameters of type ProxyHelper
LexEVSBeanProxy(ApplicationService as, ProxyHelper proxyHelper)
           
 

Uses of ProxyHelper in org.LexGrid.LexBIG.caCore.utils
 

Methods in org.LexGrid.LexBIG.caCore.utils with parameters of type ProxyHelper
static java.lang.Object LexEVSCaCoreUtils.createProxy(java.lang.Object objectToProxy, ApplicationService advice, ProxyHelper proxyHelper)