Class 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 charset  
      protected jakarta.xml.bind.Marshaller 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
      BaseMarshaller()  
    • Field Detail

      • marshaller

        protected jakarta.xml.bind.Marshaller marshaller
      • charset

        protected String charset
    • Constructor Detail

      • BaseMarshaller

        public BaseMarshaller()
    • Method Detail

      • 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