| Interface and Description |
|---|
| org.springframework.core.ConcurrentMap
as of Spring 3.0, since standard
ConcurrentMap
is available on Java 5+ anyway |
| org.springframework.remoting.jaxrpc.JaxRpcServicePostProcessor
in favor of JAX-WS support in
org.springframework.remoting.jaxws |
| org.springframework.core.enums.LabeledEnum
as of Spring 3.0, in favor of Java 5 enums.
|
| org.springframework.core.enums.LabeledEnumResolver
as of Spring 3.0, in favor of Java 5 enums.
|
| org.springframework.ejb.support.SmartSessionBean
as of Spring 3.2, in favor of implementing EJBs in EJB 3 style
|
| Enum and Description |
|---|
| org.springframework.expression.spel.support.ReflectionHelper.ArgsMatchKind
in its public form as of Spring 3.2.7, since there is no need to refer to this directly...
|
| Exceptions and Description |
|---|
| org.springframework.remoting.jaxrpc.JaxRpcSoapFaultException
in favor of JAX-WS support in
org.springframework.remoting.jaxws |
| 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) |
Copyright © 2026. All rights reserved.