public interface XMLMarshallingContext extends MarshallingContext
MarshallingContext used for marshalling to/from XML.| Modifier and Type | Method and Description | 
|---|---|
java.lang.Class<?>[] | 
getRecognizedClasses()
Returns a list of classes that are recognized by the marshaller (e.g. when
 using JAXB). 
 | 
void | 
setRecognizedClasses(java.lang.Class<?>... aClasses)
Sets a list of classes that are recognized by the marshaller (e.g. when
 using JAXB). 
 | 
getMediaType, getProperty, setPropertyaClasses - The classes.