Class BaseMarshaller
java.lang.Object
org.jboss.resteasy.plugins.providers.jaxb.BaseMarshaller
- All Implemented Interfaces:
Marshaller
- Version:
- $Revision: 1 $
-
Nested Class Summary
Nested classes/interfaces inherited from interface javax.xml.bind.Marshaller
Marshaller.Listener -
Field Summary
FieldsFields inherited from interface javax.xml.bind.Marshaller
JAXB_ENCODING, JAXB_FORMATTED_OUTPUT, JAXB_FRAGMENT, JAXB_NO_NAMESPACE_SCHEMA_LOCATION, JAXB_SCHEMA_LOCATION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(Object o, OutputStream outputStream) voidsetProperty(String s, Object o) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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 Details
-
marshaller
-
charset
-
-
Constructor Details
-
BaseMarshaller
public BaseMarshaller()
-
-
Method Details
-
marshal
- Specified by:
marshalin interfaceMarshaller- Throws:
JAXBException
-
setProperty
- Specified by:
setPropertyin interfaceMarshaller- Throws:
PropertyException
-