public class MarshallerImpl extends AbstractMarshallerImpl
Marshaller
interface for JAXB RI.Marshaller.Listener
JAXB_ENCODING, JAXB_FORMATTED_OUTPUT, JAXB_FRAGMENT, JAXB_NO_NAMESPACE_SCHEMA_LOCATION, JAXB_SCHEMA_LOCATION
Constructor and Description |
---|
MarshallerImpl(DefaultJAXBContextImpl c) |
Modifier and Type | Method and Description |
---|---|
protected com.sun.xml.bind.marshaller.CharacterEscapeHandler |
createEscapeHandler(String encoding) |
com.sun.xml.bind.marshaller.XMLWriter |
createWriter(OutputStream os) |
com.sun.xml.bind.marshaller.XMLWriter |
createWriter(OutputStream os,
String encoding) |
com.sun.xml.bind.marshaller.XMLWriter |
createWriter(Writer w) |
com.sun.xml.bind.marshaller.XMLWriter |
createWriter(Writer w,
String encoding) |
Object |
getProperty(String name) |
void |
marshal(Object obj,
Result result) |
void |
setProperty(String name,
Object value) |
getAdapter, getAttachmentMarshaller, getEncoding, getEventHandler, getJavaEncoding, getListener, getNode, getNoNSSchemaLocation, getSchema, getSchemaLocation, isFormattedOutput, isFragment, marshal, marshal, marshal, marshal, marshal, marshal, marshal, setAdapter, setAdapter, setAttachmentMarshaller, setEncoding, setEventHandler, setFormattedOutput, setFragment, setListener, setNoNSSchemaLocation, setSchema, setSchemaLocation
public MarshallerImpl(DefaultJAXBContextImpl c)
public void marshal(Object obj, Result result) throws JAXBException
JAXBException
protected com.sun.xml.bind.marshaller.CharacterEscapeHandler createEscapeHandler(String encoding)
public com.sun.xml.bind.marshaller.XMLWriter createWriter(Writer w, String encoding) throws JAXBException
JAXBException
public com.sun.xml.bind.marshaller.XMLWriter createWriter(Writer w) throws JAXBException
JAXBException
public com.sun.xml.bind.marshaller.XMLWriter createWriter(OutputStream os) throws JAXBException
JAXBException
public com.sun.xml.bind.marshaller.XMLWriter createWriter(OutputStream os, String encoding) throws JAXBException
JAXBException
public Object getProperty(String name) throws PropertyException
getProperty
in interface Marshaller
getProperty
in class AbstractMarshallerImpl
PropertyException
public void setProperty(String name, Object value) throws PropertyException
setProperty
in interface Marshaller
setProperty
in class AbstractMarshallerImpl
PropertyException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.