org.tm4j.net.LocatorFactory .registerImplementation(java.lang.String notation,java.lang.Class implClass)

Description

Registers a locator implementation. After the implementation is registered with the factory, a locator using this implementation can be created by invoking #createLocator(String, String).

Parameters
java.lang.Class implClass the class that represents the actual locator implementation. This class must implement the {@link Locator} interface.
java.lang.String notation the notation to be associated with the implementation.

Other Resources

Related Topics