java.lang.Object
org.eclipse.persistence.internal.oxm.NamespacePrefixMapper
org.eclipse.persistence.oxm.NamespacePrefixMapper
- Direct Known Subclasses:
MapNamespacePrefixMapper
,NamespacePrefixMapperWrapper
Purpose:Provides a means to customise the namespace prefixes used while marshalling An implementation of this class can be set on an instance of XMLMarshaller to allow for each instance of XMLMarshaller to use different namespace prefixes.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
supportsMediaType
(MediaType mediaType) Return true if this prefix mapper applies to the media type provided.Methods inherited from class org.eclipse.persistence.internal.oxm.NamespacePrefixMapper
getContextualNamespaceDecls, getPreDeclaredNamespaceUris, getPreDeclaredNamespaceUris2, getPreferredPrefix
-
Constructor Details
-
NamespacePrefixMapper
protected NamespacePrefixMapper()Default constructor.
-
-
Method Details
-
supportsMediaType
Return true if this prefix mapper applies to the media type provided.
-