Class NamespaceServiceMemoryImpl

  • All Implemented Interfaces:
    NamespacePrefixResolver, NamespaceService

    public class NamespaceServiceMemoryImpl
    extends Object
    implements NamespaceService
    A basic implementation of the NamespaceService interface intended for use in unit tests. This implementation does not persist any changes beyond the lifetime of the object.
    Author:
    Nick Smith