public class Jaxb2HttpMessageConverter
extends <any>
| Constructor and Description |
|---|
Jaxb2HttpMessageConverter() |
public Jaxb2HttpMessageConverter()
throws FactoryConfigurationError
FactoryConfigurationErrorprotected final XMLInputFactory createXMLInputFactory() throws FactoryConfigurationError
FactoryConfigurationErrorprotected final XMLOutputFactory createXMLOutputFactory() throws FactoryConfigurationError
FactoryConfigurationErrorprotected Object readFromSource(Class<?> clazz, HttpHeaders headers, Source source) throws IOException
IOExceptionprotected JAXBElement unmarshal(Unmarshaller unmarshaller, Class<?> clazz, HttpHeaders headers, Source source)
public Unmarshaller createUnmarshaller(Class<?> clazz)
public Unmarshaller createUnmarshaller(Class<?> wrappedClazz, Class<?> clazz)
protected void writeToResult(Object o, HttpHeaders headers, Result result) throws IOException
IOExceptionprotected void marshal(HttpHeaders headers,
Result result,
Object input,
Class clazz,
Marshaller marshaller)
public Marshaller createMarshaller(Class<?> clazz)
public Marshaller createMarshaller(Class<?> wrappedClazz, Class<?> clazz)
public final JAXBContext getJaxbContext(Class<?> wrappedClazz, Class<?> clazz)
protected boolean supports(Class<?> clazz)
protected XMLStreamReader createXMLStreamReader(Source source) throws XMLStreamException
XMLStreamExceptionprotected XMLStreamWriter createXMLStreamWriter(Result result) throws XMLStreamException
XMLStreamExceptionpublic JaxbContextFactory getJaxbContextFactory()
public void setJaxbContextFactory(JaxbContextFactory jaxbContextFactory)
public void setUnmarshallerProperties(Map<String,?> unmarshallerProperties)
public void setJaxbWrapperSupport(JaxbWrapperSupport jaxbWrapperSupport)
public JaxbWrapperSupport getJaxbWrapperSupport()
Copyright © 2017 SAP SE. All Rights Reserved.