Package | Description |
---|---|
org.springframework.remoting.httpinvoker |
Remoting classes for transparent Java-to-Java remoting via HTTP invokers.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHttpInvokerRequestExecutor
Deprecated.
as of 5.3 (phasing out serialization-based remoting)
|
class |
HttpComponentsHttpInvokerRequestExecutor
Deprecated.
as of 5.3 (phasing out serialization-based remoting)
|
class |
SimpleHttpInvokerRequestExecutor
Deprecated.
as of 5.3 (phasing out serialization-based remoting)
|
Modifier and Type | Method and Description |
---|---|
HttpInvokerRequestExecutor |
HttpInvokerClientInterceptor.getHttpInvokerRequestExecutor()
Deprecated.
Return the HttpInvokerRequestExecutor used by this remote accessor.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpInvokerClientInterceptor.setHttpInvokerRequestExecutor(HttpInvokerRequestExecutor httpInvokerRequestExecutor)
Deprecated.
Set the HttpInvokerRequestExecutor implementation to use for executing
remote invocations.
|