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

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

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

Methods in ch.elca.el4j.services.remoting with parameters of type RemotingProxyFactoryBean
 void AbstractRemotingProtocol.checkRemotingProxy(RemotingProxyFactoryBean proxyFactory)
          Checks whether the proxy factory is configured properly to be used with this protocol.
abstract  Object AbstractRemotingProtocol.createProxyBean(RemotingProxyFactoryBean proxyBean, Class serviceInterfaceWithContext)
          Method to create the proxy bean.
 

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

Methods in ch.elca.el4j.services.remoting.protocol with parameters of type RemotingProxyFactoryBean
 Object Hessian.createProxyBean(RemotingProxyFactoryBean proxyBean, Class serviceInterfaceWithContext)
          Method to create the proxy bean.
 Object HttpInvoker.createProxyBean(RemotingProxyFactoryBean proxyBean, Class serviceInterfaceWithContext)
          Method to create the proxy bean.
 Object Jaxws.createProxyBean(RemotingProxyFactoryBean proxyBean, Class serviceInterfaceWithContext)
          Method to create the proxy bean.
 Object JaxwsSpring.createProxyBean(RemotingProxyFactoryBean proxyBean, Class serviceInterfaceWithContext)
          Method to create the proxy bean.
 Object RemotingDisabled.createProxyBean(RemotingProxyFactoryBean proxyBean, Class serviceInterfaceWithContext)
          Method to create the proxy bean.
 Object Rmi.createProxyBean(RemotingProxyFactoryBean proxyBean, Class serviceInterfaceWithContext)
          Method to create the proxy bean.
 

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

Methods in ch.elca.el4j.services.remoting.protocol.loadbalancing.protocol with parameters of type RemotingProxyFactoryBean
 Object LoadBalancingProtocol.createProxyBean(RemotingProxyFactoryBean proxyBean, Class serviceInterfaceWithContext)
          Method to create the proxy bean.
 

Constructors in ch.elca.el4j.services.remoting.protocol.loadbalancing.protocol with parameters of type RemotingProxyFactoryBean
ClientLoadBalancingInvocationHandler(AbstractPolicy policy, RemotingProxyFactoryBean proxyBean, Class serviceInterfaceWithContext)
           
 



Copyright © 2005-2011 ELCA. All Rights Reserved.