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

Packages that use RemotingServiceExporter
ch.elca.el4j.services.remoting   
ch.elca.el4j.services.remoting.protocol   
ch.elca.el4j.services.remoting.protocol.loadbalancing.protocol   
 

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

Methods in ch.elca.el4j.services.remoting with parameters of type RemotingServiceExporter
 void AbstractRemotingProtocol.checkRemotingExporter(RemotingServiceExporter serviceExporter)
          Checks whether the service exporter is configured properly to be used with this protocol.
abstract  Object AbstractRemotingProtocol.createExporterBean(RemotingServiceExporter exporterBean, Class serviceInterfaceWithContext, Object serviceProxy)
          Method to create the exporter bean.
 void AbstractRemotingProtocol.finalizeExporterDependentBeans(RemotingServiceExporter exporterBean)
          This method will be used to finalize the preinstantiated beans, which depends on the exporter bean.
 void AbstractRemotingProtocol.prepareExporterDependentBeans(RemotingServiceExporter exporterBean)
          This method will be called to preinstantiate beans, which depends on the exporter bean.
 

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

Methods in ch.elca.el4j.services.remoting.protocol with parameters of type RemotingServiceExporter
 Object Hessian.createExporterBean(RemotingServiceExporter exporterBean, Class serviceInterfaceWithContext, Object serviceProxy)
          Method to create the exporter bean.
 Object HttpInvoker.createExporterBean(RemotingServiceExporter exporterBean, Class serviceInterfaceWithContext, Object serviceProxy)
          Method to create the exporter bean.
 Object Jaxws.createExporterBean(RemotingServiceExporter exporterBean, Class serviceInterfaceWithContext, Object serviceProxy)
          Method to create the exporter bean.
 Object JaxwsSpring.createExporterBean(RemotingServiceExporter exporterBean, Class serviceInterfaceWithContext, Object serviceProxy)
          Do not use exporter from JaxwsSpring, but Jaxws, because it requires JDK 6 and does not support implicit context passing.
 Object RemotingDisabled.createExporterBean(RemotingServiceExporter exporterBean, Class serviceInterfaceWithContext, Object serviceProxy)
          Method to create the exporter bean.
 Object Rmi.createExporterBean(RemotingServiceExporter exporterBean, Class serviceInterfaceWithContext, Object serviceProxy)
          Method to create the exporter bean.
 void AbstractInetSocketAddressWebProtocol.finalizeExporterDependentBeans(RemotingServiceExporter exporterBean)
          This method will be used to finalize the preinstantiated beans, which depends on the exporter bean.
 void AbstractInetSocketAddressWebProtocol.prepareExporterDependentBeans(RemotingServiceExporter exporterBean)
          This method will be called to preinstantiate beans, which depends on the exporter bean.
 

Uses of RemotingServiceExporter in ch.elca.el4j.services.remoting.protocol.loadbalancing.protocol
 

Methods in ch.elca.el4j.services.remoting.protocol.loadbalancing.protocol with parameters of type RemotingServiceExporter
 Object LoadBalancingProtocol.createExporterBean(RemotingServiceExporter exporterBean, Class serviceInterfaceWithContext, Object serviceProxy)
          Method to create the exporter bean.
 



Copyright © 2005-2011 ELCA. All Rights Reserved.