Class DefaultNumberSourceFactory
java.lang.Object
org.tentackle.ns.DefaultNumberSourceFactory
- All Implemented Interfaces:
NumberSourceFactory
@Service(NumberSourceFactory.class)
public class DefaultNumberSourceFactory
extends Object
implements NumberSourceFactory
The default number source factory based on
DefaultNumberSource.- Author:
- harald
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNumberSource(String pool, String realm) Gets a local number source.
-
Constructor Details
-
DefaultNumberSourceFactory
public DefaultNumberSourceFactory()Creates the number source factory.
-
-
Method Details
-
getNumberSource
Description copied from interface:NumberSourceFactoryGets a local number source.- Specified by:
getNumberSourcein interfaceNumberSourceFactory- Parameters:
pool- the number source namerealm- the realm- Returns:
- the number source
-