Class BaseMarshaller
- java.lang.Object
-
- org.jboss.resteasy.plugins.providers.jaxb.BaseMarshaller
-
- All Implemented Interfaces:
javax.xml.bind.Marshaller
public abstract class BaseMarshaller extends java.lang.Object implements javax.xml.bind.Marshaller- Version:
- $Revision: 1 $
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringcharsetprotected javax.xml.bind.Marshallermarshaller
-
Constructor Summary
Constructors Constructor Description BaseMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmarshal(java.lang.Object o, java.io.OutputStream outputStream)voidsetProperty(java.lang.String s, java.lang.Object o)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.xml.bind.Marshaller
getAdapter, getAttachmentMarshaller, getEventHandler, getListener, getNode, getProperty, getSchema, marshal, marshal, marshal, marshal, marshal, marshal, marshal, setAdapter, setAdapter, setAttachmentMarshaller, setEventHandler, setListener, setSchema
-
-
-
-
Method Detail
-
marshal
public void marshal(java.lang.Object o, java.io.OutputStream outputStream) throws javax.xml.bind.JAXBException- Specified by:
marshalin interfacejavax.xml.bind.Marshaller- Throws:
javax.xml.bind.JAXBException
-
setProperty
public void setProperty(java.lang.String s, java.lang.Object o) throws javax.xml.bind.PropertyException- Specified by:
setPropertyin interfacejavax.xml.bind.Marshaller- Throws:
javax.xml.bind.PropertyException
-
-