public final class NamespaceManagerFactory extends Object
NamespaceManager
based on the XmlNamespaces
annotation of a given class.Modifier and Type | Method and Description |
---|---|
static NamespaceManager |
create(Class<?> objectType)
Creates a new
NamespaceManager and registers the namespace declarations the given object type
is annotated with. |
public static NamespaceManager create(Class<?> objectType)
NamespaceManager
and registers the namespace declarations the given object type
is annotated with.objectType
- the object typeCopyright © 2014. All rights reserved.