Generated by
JDiff

Class org.springframework.oxm.xmlbeans.XmlBeansMarshaller

Changed Methods
void marshalDomNode(Object, Node) Change from final to non-final.
 
void marshalOutputStream(Object, OutputStream) Change from final to non-final.
 
void marshalSaxHandlers(Object, ContentHandler, LexicalHandler) Change from final to non-final.
 
void marshalWriter(Object, Writer) Change from final to non-final.
 
void marshalXmlEventWriter(Object, XMLEventWriter) Change from final to non-final.
 
void marshalXmlStreamWriter(Object, XMLStreamWriter) Change from final to non-final.
 
Object unmarshalDomNode(Node) Change from final to non-final.
 
Object unmarshalInputStream(InputStream) Change from final to non-final.
 
Object unmarshalReader(Reader) Change from final to non-final.
 
Object unmarshalSaxReader(XMLReader, InputSource) Change from final to non-final.
 
Object unmarshalXmlEventReader(XMLEventReader) Change from final to non-final.
 
Object unmarshalXmlStreamReader(XMLStreamReader) Change from final to non-final.