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, waitgetAdapter, getAttachmentMarshaller, getEventHandler, getListener, getNode, getProperty, getSchema, marshal, marshal, marshal, marshal, marshal, marshal, marshal, setAdapter, setAdapter, setAttachmentMarshaller, setEventHandler, setListener, setSchemaprotected 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.Marshallerjavax.xml.bind.JAXBExceptionpublic void setProperty(java.lang.String s,
java.lang.Object o)
throws javax.xml.bind.PropertyException
setProperty in interface javax.xml.bind.Marshallerjavax.xml.bind.PropertyException