Class WXM1BootConfigurationsSerializer

java.lang.Object
com.io7m.waxmill.xml.vm.v1.WXM1BootConfigurationsSerializer
All Implemented Interfaces:
WXMBootConfigurationsSerializerType, WXMSerializerType, java.io.Closeable, java.lang.AutoCloseable

public final class WXM1BootConfigurationsSerializer
extends java.lang.Object
implements WXMBootConfigurationsSerializerType
  • Constructor Summary

    Constructors 
    Constructor Description
    WXM1BootConfigurationsSerializer​(javax.xml.stream.XMLStreamWriter inWriter, java.io.ByteArrayOutputStream inBufferedOutput, java.io.OutputStream inStream, javax.xml.transform.Transformer inTransformer, java.util.List<WXMBootConfigurationType> inBootConfigurations)  
  • Method Summary

    Modifier and Type Method Description
    void close()  
    void execute()
    Execute the serializer.

    Methods inherited from class java.lang.Object

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

    • WXM1BootConfigurationsSerializer

      public WXM1BootConfigurationsSerializer​(javax.xml.stream.XMLStreamWriter inWriter, java.io.ByteArrayOutputStream inBufferedOutput, java.io.OutputStream inStream, javax.xml.transform.Transformer inTransformer, java.util.List<WXMBootConfigurationType> inBootConfigurations)
  • Method Details

    • execute

      public void execute() throws java.io.IOException
      Description copied from interface: WXMSerializerType
      Execute the serializer.
      Specified by:
      execute in interface WXMSerializerType
      Throws:
      java.io.IOException - On I/O errors
    • close

      public void close() throws java.io.IOException
      Specified by:
      close in interface java.lang.AutoCloseable
      Specified by:
      close in interface java.io.Closeable
      Throws:
      java.io.IOException