com.bigllc.retsiq.metadata.io
Class RetsModelGetMetadataWriter

java.lang.Object
  extended by com.bigllc.retsiq.metadata.io.RetsModelGetMetadataWriter
All Implemented Interfaces:
com.bigllc.retsiq.api.nio.RetsWriter<RetsModelGetMetadata>

public class RetsModelGetMetadataWriter
extends java.lang.Object
implements com.bigllc.retsiq.api.nio.RetsWriter<RetsModelGetMetadata>


Nested Class Summary
static class RetsModelGetMetadataWriter.Factory
          Default instance of a factory for creating a DefaultUpdateOutputTransformer for a RetsUpdate object.
 
Constructor Summary
RetsModelGetMetadataWriter(com.bigllc.retsiq.api.RETSConstants.Version version)
          Constructor.
 
Method Summary
 void transform(RetsModelGetMetadata object, java.io.OutputStream out)
          Transform the action object to the output stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetsModelGetMetadataWriter

public RetsModelGetMetadataWriter(com.bigllc.retsiq.api.RETSConstants.Version version)
Constructor.

Parameters:
version - the version to output in.
Method Detail

transform

public void transform(RetsModelGetMetadata object,
                      java.io.OutputStream out)
               throws java.io.IOException
Transform the action object to the output stream.

Specified by:
transform in interface com.bigllc.retsiq.api.nio.RetsWriter<RetsModelGetMetadata>
Parameters:
object - the metadata object
out - the output stream
Throws:
java.io.IOException