Java org.springframework.beans.factory.config ServiceLocatorFactoryBean fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.beans.factory.config ServiceLocatorFactoryBean fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.beans.factory.config ServiceLocatorFactoryBean.

The text is from its open source code.

Constructor

Method

voidsetServiceLocatorInterface(Class interfaceType)
Set the service locator interface to use, which must have one or more methods with the signatures MyType xxx() or MyType xxx(MyIdType id) (typically, MyService getService() or MyService getService(String id) ).