public interface JaxbNamespacePrefixMapper
| Modifier and Type | Method and Description |
|---|---|
String |
getPreferredPrefix(String namespaceUri,
String suggestion,
boolean requirePrefix)
Used by JAXB to obtain the preferred prefix.
|
String |
getRegistrationKey()
JAXB requires the mapper to be registered as a property on the
JAXBContext. |
void |
setNamespaces(Map<String,String> namespaces)
Sets the namespace prefix mapping.
|
String getRegistrationKey()
JAXBContext.void setNamespaces(Map<String,String> namespaces)
namespaces - namespace mappingsApache Camel