org.milyn.smooks.edi.unedifact.model
Interface UNEdifactInterchange

All Superinterfaces:
Serializable
All Known Implementing Classes:
UNEdifactInterchange41

public interface UNEdifactInterchange
extends Serializable

UN/EDIFACT message interchange.

Author:
tom.fennelly@gmail.com

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

Method Detail

write

void write(Writer writer)
           throws IOException
Write the interchange to the specified writer.

Uses the default UN/EDIFACT delimiter set.

Parameters:
writer - The target writer.
Throws:
IOException - Error writing interchange.

write

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

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


Copyright © 2018. All rights reserved.