Uses of Class
ch.elca.el4j.services.remoting.AbstractRemotingBase

Packages that use AbstractRemotingBase
ch.elca.el4j.services.remoting   
ch.elca.el4j.services.remoting.protocol   
 

Uses of AbstractRemotingBase in ch.elca.el4j.services.remoting
 

Subclasses of AbstractRemotingBase in ch.elca.el4j.services.remoting
 class RemotingProxyFactoryBean
          This class is the global remote proxy bean.
 class RemotingServiceExporter
          This class is the global remote service exporter bean.
 

Uses of AbstractRemotingBase in ch.elca.el4j.services.remoting.protocol
 

Methods in ch.elca.el4j.services.remoting.protocol with parameters of type AbstractRemotingBase
abstract  String AbstractInetSocketAddressProtocol.generateUrl(AbstractRemotingBase remotingBase)
          Method to generate the url to be able to access the service.
 String Hessian.generateUrl(AbstractRemotingBase remoteBase)
          Method to generate the url to be able to access the service.
 String HttpInvoker.generateUrl(AbstractRemotingBase remoteBase)
          Method to generate the url to be able to access the service.
 String Jaxws.generateUrl(AbstractRemotingBase remoteBase)
          Method to generate the url to be able to access the service.
 String JaxwsSpring.generateUrl(AbstractRemotingBase remoteBase)
          Method to generate the url to be able to access the service.
 String Rmi.generateUrl(AbstractRemotingBase remoteManager)
          Method to generate the url to be able to access the service.
 



Copyright © 2005-2011 ELCA. All Rights Reserved.