Generated by
JDiff

Class org.springframework.oxm.support.AbstractMarshaller

Added Methods
String getDefaultEncoding() @return the default encoding to use for marshalling or unmarshalling from a byte stream, or {@code null}.
boolean isProcessExternalEntities() @return the configured value for whether XML external entities are allowed.
void setProcessExternalEntities(boolean) Indicates whether external XML entities are processed when unmarshalling.
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.