org.milyn.edi.unedifact.d96a
Class D96AInterchangeFactory

java.lang.Object
  extended by org.milyn.edi.unedifact.d96a.D96AInterchangeFactory
All Implemented Interfaces:
org.milyn.smooks.edi.unedifact.model.UNEdifactInterchangeFactory

public class D96AInterchangeFactory
extends Object
implements org.milyn.smooks.edi.unedifact.model.UNEdifactInterchangeFactory


Field Summary
static String INTERCHANGE_BINDING_CONFIG
           
static String MAPPING_MODEL
           
 
Method Summary
 void addConfigurations(InputStream resourceConfigStream)
           
 org.milyn.smooks.edi.unedifact.model.UNEdifactInterchange fromUNEdifact(InputSource ediSource, Result... additionalResults)
           
 org.milyn.smooks.edi.unedifact.model.UNEdifactInterchange fromUNEdifact(InputStream ediStream, Result... additionalResults)
           
static D96AInterchangeFactory getInstance()
           
 void setReportPath(String reportPath)
           
 void toUNEdifact(org.milyn.smooks.edi.unedifact.model.UNEdifactInterchange interchange, Writer writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAPPING_MODEL

public static final String MAPPING_MODEL
See Also:
Constant Field Values

INTERCHANGE_BINDING_CONFIG

public static final String INTERCHANGE_BINDING_CONFIG
See Also:
Constant Field Values
Method Detail

getInstance

public static D96AInterchangeFactory getInstance()
                                          throws IOException,
                                                 SAXException
Throws:
IOException
SAXException

addConfigurations

public void addConfigurations(InputStream resourceConfigStream)
                       throws SAXException,
                              IOException
Throws:
SAXException
IOException

fromUNEdifact

public org.milyn.smooks.edi.unedifact.model.UNEdifactInterchange fromUNEdifact(InputStream ediStream,
                                                                               Result... additionalResults)
                                                                        throws IOException
Specified by:
fromUNEdifact in interface org.milyn.smooks.edi.unedifact.model.UNEdifactInterchangeFactory
Throws:
IOException

fromUNEdifact

public org.milyn.smooks.edi.unedifact.model.UNEdifactInterchange fromUNEdifact(InputSource ediSource,
                                                                               Result... additionalResults)
                                                                        throws IOException
Specified by:
fromUNEdifact in interface org.milyn.smooks.edi.unedifact.model.UNEdifactInterchangeFactory
Throws:
IOException

toUNEdifact

public void toUNEdifact(org.milyn.smooks.edi.unedifact.model.UNEdifactInterchange interchange,
                        Writer writer)
                 throws IOException
Specified by:
toUNEdifact in interface org.milyn.smooks.edi.unedifact.model.UNEdifactInterchangeFactory
Throws:
IOException

setReportPath

public void setReportPath(String reportPath)
Specified by:
setReportPath in interface org.milyn.smooks.edi.unedifact.model.UNEdifactInterchangeFactory


Copyright © 2018. All rights reserved.