public class Jaxb2Marshaller
extends org.springframework.oxm.jaxb.Jaxb2Marshaller
implements com.sun.xml.bind.marshaller.CharacterEscapeHandler
| Constructor and Description |
|---|
Jaxb2Marshaller() |
| Modifier and Type | Method and Description |
|---|---|
protected Marshaller |
createMarshaller() |
void |
escape(char[] buf,
int start,
int len,
boolean isAttValue,
Writer out) |
boolean |
supports(Class<?> clazz) |
afterPropertiesSet, convertJaxbException, createUnmarshaller, getClassesToBeBound, getContextPath, getJaxbContext, getPackagesToScan, initJaxbMarshaller, initJaxbUnmarshaller, isProcessExternalEntities, isSupportDtd, marshal, marshal, setAdapters, setBeanClassLoader, setCheckForXmlRootElement, setClassesToBeBound, setContextPath, setContextPaths, setJaxbContextProperties, setLazyInit, setMappedClass, setMarshallerListener, setMarshallerProperties, setMtomEnabled, setPackagesToScan, setProcessExternalEntities, setSchema, setSchemaLanguage, setSchemaResourceResolver, setSchemas, setSupportDtd, setSupportJaxbElementClass, setUnmarshallerListener, setUnmarshallerProperties, setValidationEventHandler, supports, unmarshal, unmarshal, unmarshalStaxSourcepublic boolean supports(Class<?> clazz)
supports in interface org.springframework.oxm.Marshallersupports in interface org.springframework.oxm.Unmarshallersupports in class org.springframework.oxm.jaxb.Jaxb2Marshallerprotected Marshaller createMarshaller()
createMarshaller in class org.springframework.oxm.jaxb.Jaxb2Marshallerpublic void escape(char[] buf,
int start,
int len,
boolean isAttValue,
Writer out)
throws IOException
escape in interface com.sun.xml.bind.marshaller.CharacterEscapeHandlerIOExceptionCopyright © 2011–2021 aiticon GmbH. All rights reserved.