Package com.io7m.waxmill.xml.vm.v1
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
-
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.IOExceptionDescription copied from interface:WXMSerializerTypeExecute the serializer.- Specified by:
executein interfaceWXMSerializerType- Throws:
java.io.IOException- On I/O errors
-
close
public void close() throws java.io.IOException- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Throws:
java.io.IOException
-