com.etasoft.trans.transaction
Class axDocHandlerFactory

java.lang.Object
  extended bycom.etasoft.trans.transaction.axDocHandlerFactory

public class axDocHandlerFactory
extends java.lang.Object

Document handler factory.


Method Summary
static axInputHandler createInput(axMap map, axMapRoot mapRoot, com.etasoft.trans.runtime.axIDFFrame idfFrame, axInfoList expList)
          Create InputHandler based on translation type.
static axOutputHandler createOutput(axMap map, axMapRoot mapRoot, axWriterBuffer buff)
          Create OutputHandler based on translation type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createInput

public static axInputHandler createInput(axMap map,
                                         axMapRoot mapRoot,
                                         com.etasoft.trans.runtime.axIDFFrame idfFrame,
                                         axInfoList expList)
Create InputHandler based on translation type.


createOutput

public static axOutputHandler createOutput(axMap map,
                                           axMapRoot mapRoot,
                                           axWriterBuffer buff)
Create OutputHandler based on translation type.