Package org.eclipse.persistence.oxm
Class NamespacePrefixMapper
- java.lang.Object
-
- org.eclipse.persistence.internal.oxm.NamespacePrefixMapper
-
- org.eclipse.persistence.oxm.NamespacePrefixMapper
-
public abstract class NamespacePrefixMapper extends org.eclipse.persistence.internal.oxm.NamespacePrefixMapper
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
Constructors Constructor Description NamespacePrefixMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
supportsMediaType(MediaType mediaType)
Return true if this prefix mapper applies to the media type provided.
-
-
-
Method Detail
-
supportsMediaType
public boolean supportsMediaType(MediaType mediaType)
Return true if this prefix mapper applies to the media type provided.
-
-