Uses of Interface
org.caleigo.service.IProxyService

Packages that use IProxyService
org.caleigo.core   
org.caleigo.security   
org.caleigo.service   
 

Uses of IProxyService in org.caleigo.core
 

Classes in org.caleigo.core that implement IProxyService
 class TunneledDataService
           
 

Methods in org.caleigo.core that return IProxyService
 IProxyService AbstractDataService.getCustomProxyService(ITunnel tunnel)
          Returns an IProxyService that is responsible for handling remote invokations of this service.
 

Uses of IProxyService in org.caleigo.security
 

Classes in org.caleigo.security that implement IProxyService
protected static class LoginService.LoginProxyService
           
 

Methods in org.caleigo.security that return IProxyService
 IProxyService LoginService.getCustomProxyService(ITunnel tunnel)
          Returns an IProxyService that is responsible for handling remote invokations of this service.
 

Uses of IProxyService in org.caleigo.service
 

Classes in org.caleigo.service that implement IProxyService
protected  class ServiceProviderServer.MessageConsumer.ProxyService
          This class wrapps an IService and implements the methods in IProxyService.
 

Methods in org.caleigo.service that return IProxyService
 IProxyService ServiceProviderServer.MessageConsumer.ProxyService.getCustomProxyService(ITunnel tunnel)
          Returns an IProxyService that is responsible for handling remote invokations of this service.
 IProxyService IService.getCustomProxyService(ITunnel tunnel)
          Returns an IProxyService that is responsible for handling remote invokations on this service.
 



Copyright © 2005 Caleigo. All Rights Reserved.