Sets the XmlAdapters to be registered with the JAXB Marshaller and
Unmarshaller
setClassesToBeBound
public void setClassesToBeBound(Class[] classesToBeBound)(Code)
Sets the list of java classes to be recognized by a newly created JAXBContext. Setting this property or
contextPath is required.
See Also:Jaxb2Marshaller.setContextPath(String)
setJaxbContextProperties
public void setJaxbContextProperties(Map<String, ?> jaxbContextProperties)(Code)
Sets the JAXBContext properties. These implementation-specific properties will be set on the
JAXBContext.