Class AccountingXmlMarshallable

  • All Implemented Interfaces:
    it.tidalwave.role.io.Marshallable

    @DciRole(datumType=it.tidalwave.accounting.model.Accounting.class)
    public class AccountingXmlMarshallable
    extends java.lang.Object
    implements it.tidalwave.role.io.Marshallable
    Author:
    Fabrizio Giudici
    • Field Summary

      • Fields inherited from interface it.tidalwave.role.io.Marshallable

        _Marshallable_
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void marshal​(java.io.OutputStream os)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AccountingXmlMarshallable

        public AccountingXmlMarshallable()
    • Method Detail

      • marshal

        public void marshal​(@Nonnull
                            java.io.OutputStream os)
                     throws java.io.IOException
        Specified by:
        marshal in interface it.tidalwave.role.io.Marshallable
        Throws:
        java.io.IOException