| Package | Description | 
|---|---|
| org.springframework.remoting.rmi | Remoting classes for conventional RMI and transparent remoting via
 RMI invokers. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Object | JndiRmiClientInterceptor. getStub()Return the RMI stub to use. | 
| protected Remote | RmiClientInterceptor. getStub()Return the RMI stub to use. | 
| protected Object | JndiRmiClientInterceptor. lookupStub()Create the RMI stub, typically by looking it up. | 
| protected Remote | RmiClientInterceptor. lookupStub()Create the RMI stub, typically by looking it up. | 
| void | JndiRmiClientInterceptor. prepare()Fetches the RMI stub on startup, if necessary. | 
| void | RmiClientInterceptor. prepare()Fetches RMI stub on startup, if necessary. |