Java org.springframework.http.converter.xml MarshallingHttpMessageConverter fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.http.converter.xml MarshallingHttpMessageConverter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.http.converter.xml MarshallingHttpMessageConverter.

The text is from its open source code.

Constructor

MarshallingHttpMessageConverter()
Construct a new MarshallingHttpMessageConverter with no Marshaller or Unmarshaller set.
MarshallingHttpMessageConverter(Marshaller marshaller)
Construct a new MarshallingMessageConverter with the given Marshaller set.
MarshallingHttpMessageConverter(Marshaller marshaller, Unmarshaller unmarshaller)
Construct a new MarshallingMessageConverter with the given Marshaller and Unmarshaller .

Method

voidsetMarshaller(Marshaller marshaller)
Set the Marshaller to be used by this message converter.
voidsetUnmarshaller(Unmarshaller unmarshaller)
Set the Unmarshaller to be used by this message converter.