The base class for authority factories that create referencing object directly. This is
in contrast with other factories like the
or
ones, which delegates their work to
an other factory.
since: 2.3 version: $Id: DirectAuthorityFactory.java 25955 2007-06-20 17:07:52Z desruisseaux $ author: Martin Desruisseaux
Constructs an instance using the specified set of factories.
Parameters: factories - The low-level factories to use. Parameters: priority - The priority for this factory, as a number betweenDirectAuthorityFactory.MINIMUM_PRIORITY MINIMUM_PRIORITY andDirectAuthorityFactory.MAXIMUM_PRIORITY MAXIMUM_PRIORITY inclusive.
DirectAuthorityFactory
protected DirectAuthorityFactory(Hints hints, int priority)(Code)