org.milyn.smooks.camel.converters
Class EDITypeConverter

java.lang.Object
  extended by org.milyn.smooks.camel.converters.EDITypeConverter

@Converter
public class EDITypeConverter
extends Object

Type Converter for EDI.

Author:
tom.fennelly@gmail.com

Constructor Summary
EDITypeConverter()
           
 
Method Summary
 InputStream toUNEDIFACTInputStream(org.milyn.smooks.edi.EDIWritable ediMessage)
           
 InputStream toUNEDIFACTInputStream(org.milyn.smooks.edi.unedifact.model.r41.UNEdifactInterchange41 ediMessage)
           
 String toUNEDIFACTString(org.milyn.smooks.edi.EDIWritable ediMessage)
           
 String toUNEDIFACTString(org.milyn.smooks.edi.unedifact.model.r41.UNEdifactInterchange41 ediMessage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EDITypeConverter

public EDITypeConverter()
Method Detail

toUNEDIFACTString

@Converter
public String toUNEDIFACTString(org.milyn.smooks.edi.unedifact.model.r41.UNEdifactInterchange41 ediMessage)
                         throws IOException
Throws:
IOException

toUNEDIFACTInputStream

@Converter
public InputStream toUNEDIFACTInputStream(org.milyn.smooks.edi.unedifact.model.r41.UNEdifactInterchange41 ediMessage)
                                   throws IOException
Throws:
IOException

toUNEDIFACTString

@Converter
public String toUNEDIFACTString(org.milyn.smooks.edi.EDIWritable ediMessage)
                         throws IOException
Throws:
IOException

toUNEDIFACTInputStream

@Converter
public InputStream toUNEDIFACTInputStream(org.milyn.smooks.edi.EDIWritable ediMessage)
                                   throws IOException
Throws:
IOException


Copyright © 2018. All rights reserved.