public class RemoteServiceExporter extends Object implements org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
RemoteServiceExporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
setName(String name) |
void |
setRegistry(Registry registry) |
void |
setService(Remote service) |
void |
unbind() |
public void setRegistry(Registry registry)
public void setService(Remote service)
public void setName(String name)
public void afterPropertiesSet()
throws RemoteException
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanRemoteExceptionpublic void unbind()
throws RemoteException,
NotBoundException
RemoteExceptionNotBoundExceptionCopyright © 2020. All rights reserved.