Generated by
JDiff

Class org.springframework.beans.factory.config.ServiceLocatorFactoryBean

Changed Methods
Exception createServiceLocatorException(Constructor<Exception>, BeansException) Change in signature from (Constructor, BeansException) to (Constructor<Exception>, BeansException).
Create a service locator exception for the given cause.
Constructor<Exception> determineServiceLocatorExceptionConstructor(Class<Exception>) Change in return type from Constructor to Constructor<Exception>.
Change in signature from Class to Class<Exception>.
Determine the constructor to use for the given service locator exception class.
void setServiceLocatorExceptionClass(Class<Exception>) Change in signature from Class to Class<Exception>.
Set the exception class that the service locator should throw if service lookup failed.
void setServiceLocatorInterface(Class<?>) Change in signature from Class to Class<?>.
Set the service locator interface to use, which must have one or more methods with the signatures {@code MyType xxx()} or {@code MyType xxx(MyIdType id)} (typically, {@code MyService getService()} or {@code MyService getService(String id)}).