| Interface and Description |
|---|
| org.springframework.remoting.jaxrpc.JaxRpcServicePostProcessor
in favor of JAX-WS support in
org.springframework.remoting.jaxws |
| Exceptions and Description |
|---|
| org.springframework.remoting.jaxrpc.JaxRpcSoapFaultException
in favor of JAX-WS support in
org.springframework.remoting.jaxws |
| Field and Description |
|---|
| org.springframework.web.util.CookieGenerator.DEFAULT_COOKIE_MAX_AGE
in favor of setting no max age value at all in such a case
|
| Enum Constant and Description |
|---|
| org.springframework.http.HttpStatus.DESTINATION_LOCKED |
| org.springframework.http.HttpStatus.INSUFFICIENT_SPACE_ON_RESOURCE |
| org.springframework.http.HttpStatus.METHOD_FAILURE |
| org.springframework.http.HttpStatus.MOVED_TEMPORARILY
In favor of
HttpStatus.FOUND which will be returned from HttpStatus.valueOf(302) |