Package | Description |
---|---|
org.springframework.remoting.caucho |
This package provides remoting classes for Caucho's Hessian protocol:
a proxy factory for accessing Hessian services, and an exporter for
making beans available to Hessian clients.
|
org.springframework.remoting.rmi |
Remoting classes for conventional RMI and transparent remoting via
RMI invokers.
|
Modifier and Type | Method and Description |
---|---|
void |
HessianClientInterceptor.prepare()
Deprecated.
Initialize the Hessian proxy for this interceptor.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
JndiRmiClientInterceptor.getStub()
Deprecated.
Return the RMI stub to use.
|
protected Remote |
RmiClientInterceptor.getStub()
Deprecated.
Return the RMI stub to use.
|
protected Object |
JndiRmiClientInterceptor.lookupStub()
Deprecated.
Create the RMI stub, typically by looking it up.
|
protected Remote |
RmiClientInterceptor.lookupStub()
Deprecated.
Create the RMI stub, typically by looking it up.
|
void |
JndiRmiClientInterceptor.prepare()
Deprecated.
Fetches the RMI stub on startup, if necessary.
|
void |
RmiClientInterceptor.prepare()
Deprecated.
Fetches RMI stub on startup, if necessary.
|