org.tm4j.net.LocatorFactoryBase .registerImplementation(java.lang.String notation,java.lang.String className)

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.String className the fully-qualified name of the class that represents the actual locator implementation. That class must implement the {@link Locator} interface.
java.lang.String notation the notation to be associated with the implementation.

Throws

Other Resources

Related Topics