org.milyn.smooks.edi
Interface EDIWritable

All Known Implementing Classes:
Application, DateTime, MessageIdentifier, MessageVersion, Party, Ref, SourceIdentifier, SyntaxIdentifier, TransferStatus, UNB41, UNE41, UNG41, UNH41, UNT41, UNZ41

public interface EDIWritable

EDI Writable bean.

Author:
tom.fennelly@gmail.com

Method Summary
 void write(Writer writer, org.milyn.edisax.model.internal.Delimiters delimiters)
          Write the bean to the specified Writer instance.
 

Method Detail

write

void write(Writer writer,
           org.milyn.edisax.model.internal.Delimiters delimiters)
           throws IOException
Write the bean to the specified Writer instance.

Parameters:
writer - The target writer.
delimiters - The delimiters.
Throws:
IOException - Error writing bean.


Copyright © 2018. All rights reserved.