Class CitrusNamespacePrefixMapper
java.lang.Object
org.glassfish.jaxb.runtime.marshaller.NamespacePrefixMapper
org.citrusframework.xml.namespace.CitrusNamespacePrefixMapper
public class CitrusNamespacePrefixMapper
extends org.glassfish.jaxb.runtime.marshaller.NamespacePrefixMapper
- Author:
- Christoph Deppisch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the namespace mappings.getPreferredPrefix(String namespaceUri, String suggestion, boolean requirePrefix) voidsetNamespaceMappings(Map<String, String> namespaceMappings) Sets the namespace mappings.Methods inherited from class org.glassfish.jaxb.runtime.marshaller.NamespacePrefixMapper
getContextualNamespaceDecls, getPreDeclaredNamespaceUris, getPreDeclaredNamespaceUris2
-
Constructor Details
-
CitrusNamespacePrefixMapper
public CitrusNamespacePrefixMapper()
-
-
Method Details
-
getPreferredPrefix
- Specified by:
getPreferredPrefixin classorg.glassfish.jaxb.runtime.marshaller.NamespacePrefixMapper
-
getNamespaceMappings
Gets the namespace mappings.- Returns:
-
setNamespaceMappings
Sets the namespace mappings.- Parameters:
namespaceMappings-
-