|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.resteasy.plugins.providers.jaxb.BaseMarshaller
public abstract class BaseMarshaller
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface javax.xml.bind.Marshaller |
---|
javax.xml.bind.Marshaller.Listener |
Field Summary | |
---|---|
protected java.lang.String |
charset
|
protected javax.xml.bind.Marshaller |
marshaller
|
Fields inherited from interface javax.xml.bind.Marshaller |
---|
JAXB_ENCODING, JAXB_FORMATTED_OUTPUT, JAXB_FRAGMENT, JAXB_NO_NAMESPACE_SCHEMA_LOCATION, JAXB_SCHEMA_LOCATION |
Constructor Summary | |
---|---|
BaseMarshaller()
|
Method Summary | |
---|---|
void |
marshal(java.lang.Object o,
java.io.OutputStream outputStream)
|
void |
setProperty(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 |
Field Detail |
---|
protected javax.xml.bind.Marshaller marshaller
protected java.lang.String charset
Constructor Detail |
---|
public BaseMarshaller()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |