net.sf.jsefa.xml.annotation
Class NamespaceManagerFactory
java.lang.Object
net.sf.jsefa.xml.annotation.NamespaceManagerFactory
public final class NamespaceManagerFactory
- extends Object
Factory for creating a NamespaceManager
based on the XmlNamespaces
annotation of a given class.
- Author:
- Norman Lahme-Huetig
Method Summary |
static NamespaceManager |
create(Class<?> objectType)
Creates a new NamespaceManager and registers the namespace declarations the given object type
is annotated with. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
create
public static NamespaceManager create(Class<?> objectType)
- Creates a new
NamespaceManager
and registers the namespace declarations the given object type
is annotated with.
- Parameters:
objectType
- the object type
- Returns:
- a new namespace manager
Copyright © 2014. All rights reserved.