Generated by
JDiff

Class org.springframework.oxm.support.AbstractMarshaller

Removed Methods
Object unmarshalStreamSourceNoExternalEntitities(StreamSource) Template method for handling {@code StreamSource}s with protection against the XML External Entity (XXE) processing vulnerability taking into account the value of the .setProcessExternalEntities(boolean) property.
 

Added Methods
Document buildDocument() Build a new Document from this marshaller's DocumentBuilderFactory, as a placeholder for a DOM node.
 

Changed Methods
String getDefaultEncoding() Changed from abstract to non-abstract. Determine the default encoding to use for marshalling or unmarshalling from a byte stream, or {@code null} if none.