Java org.springframework.remoting.rmi RmiProxyFactoryBean fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.remoting.rmi RmiProxyFactoryBean fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.remoting.rmi RmiProxyFactoryBean.

The text is from its open source code.

Constructor

Method

voidafterPropertiesSet()
ObjectgetObject()
voidsetLookupStubOnStartup(boolean lookupStubOnStartup)
Set whether to look up the RMI stub on startup.
voidsetRefreshStubOnConnectFailure(boolean refreshStubOnConnectFailure)
Set whether to refresh the RMI stub on connect failure.
voidsetServiceInterface(Class serviceInterface)
Set the interface of the service to access.
voidsetServiceUrl(String serviceUrl)
Set the URL of this remote accessor's target service.