org.apache.cxf.common.jaxb
Class NamespaceMapper
java.lang.Object
com.sun.xml.bind.marshaller.NamespacePrefixMapper
org.apache.cxf.common.jaxb.NamespaceMapper
public final class NamespaceMapper
- extends com.sun.xml.bind.marshaller.NamespacePrefixMapper
Methods inherited from class com.sun.xml.bind.marshaller.NamespacePrefixMapper |
getPreDeclaredNamespaceUris, getPreDeclaredNamespaceUris2 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NamespaceMapper
public NamespaceMapper(Map<String,String> nspref)
getPreferredPrefix
public String getPreferredPrefix(String namespaceUri,
String suggestion,
boolean requirePrefix)
- Specified by:
getPreferredPrefix
in class com.sun.xml.bind.marshaller.NamespacePrefixMapper
setContextualNamespace
public void setContextualNamespace(String[] contextualNamespaceDecls)
getContextualNamespaceDecls
public String[] getContextualNamespaceDecls()
- Overrides:
getContextualNamespaceDecls
in class com.sun.xml.bind.marshaller.NamespacePrefixMapper
Apache CXF