|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JaxbNamespacePrefixMapper
A prefix mapper for namespaces to control namespaces during JAXB marshalling.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
String getRegistrationKey()
JAXBContext.
void setNamespaces(Map<String,String> namespaces)
namespaces - namespace mappings
String getPreferredPrefix(String namespaceUri,
String suggestion,
boolean requirePrefix)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||