Class BaseMarshaller

java.lang.Object
org.jboss.resteasy.plugins.providers.jaxb.BaseMarshaller
All Implemented Interfaces:
jakarta.xml.bind.Marshaller

public abstract class BaseMarshaller extends Object implements jakarta.xml.bind.Marshaller
Version:
$Revision: 1 $
Author:
Bill Burke
  • Nested Class Summary

    Nested classes/interfaces inherited from interface jakarta.xml.bind.Marshaller

    jakarta.xml.bind.Marshaller.Listener
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected String
     
    protected jakarta.xml.bind.Marshaller
     

    Fields inherited from interface jakarta.xml.bind.Marshaller

    JAXB_ENCODING, JAXB_FORMATTED_OUTPUT, JAXB_FRAGMENT, JAXB_NO_NAMESPACE_SCHEMA_LOCATION, JAXB_SCHEMA_LOCATION
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    marshal(Object o, OutputStream outputStream)
     
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface jakarta.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

      protected jakarta.xml.bind.Marshaller marshaller
    • charset

      protected String charset
  • Constructor Details

    • BaseMarshaller

      public BaseMarshaller()
  • Method Details

    • marshal

      public void marshal(Object o, OutputStream outputStream) throws jakarta.xml.bind.JAXBException
      Specified by:
      marshal in interface jakarta.xml.bind.Marshaller
      Throws:
      jakarta.xml.bind.JAXBException
    • setProperty

      public void setProperty(String s, Object o) throws jakarta.xml.bind.PropertyException
      Specified by:
      setProperty in interface jakarta.xml.bind.Marshaller
      Throws:
      jakarta.xml.bind.PropertyException