Move customize(Un)Marshaller methods to abstract class

Issue: SPR-11488
This commit is contained in:
Rossen Stoyanchev
2014-02-28 11:54:34 -05:00
parent 45be8c0692
commit c4000727ef
3 changed files with 29 additions and 27 deletions

View File

@@ -154,6 +154,8 @@ public class Jaxb2RootElementHttpMessageConverterTests {
outputMessage.getBodyAsString(Charset.forName("UTF-8")));
}
// SPR-11488
@Test
public void customizeMarshaller() throws Exception {
MockHttpOutputMessage outputMessage = new MockHttpOutputMessage();