public abstract class BaseMarshaller
extends java.lang.Object
implements javax.xml.bind.Marshaller
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
charset |
protected javax.xml.bind.Marshaller |
marshaller |
Constructor and Description |
---|
BaseMarshaller() |
Modifier and Type | Method and Description |
---|---|
void |
marshal(java.lang.Object o,
java.io.OutputStream outputStream) |
void |
setProperty(java.lang.String s,
java.lang.Object o) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAdapter, getAttachmentMarshaller, getEventHandler, getListener, getNode, getProperty, getSchema, marshal, marshal, marshal, marshal, marshal, marshal, marshal, setAdapter, setAdapter, setAttachmentMarshaller, setEventHandler, setListener, setSchema
protected javax.xml.bind.Marshaller marshaller
protected java.lang.String charset
public void marshal(java.lang.Object o, java.io.OutputStream outputStream) throws javax.xml.bind.JAXBException
marshal
in interface javax.xml.bind.Marshaller
javax.xml.bind.JAXBException
public void setProperty(java.lang.String s, java.lang.Object o) throws javax.xml.bind.PropertyException
setProperty
in interface javax.xml.bind.Marshaller
javax.xml.bind.PropertyException