org.milyn.edisax.interchange
Interface ControlBlockHandlerFactory

All Known Implementing Classes:
UNEdifact41ControlBlockHandlerFactory

public interface ControlBlockHandlerFactory

Interchange control block handler factory.

Author:
tom.fennelly@gmail.com

Method Summary
 ControlBlockHandler getControlBlockHandler(java.lang.String segCode)
          Get a ControlBlockHandler instance for the specified interchange segment code.
 

Method Detail

getControlBlockHandler

ControlBlockHandler getControlBlockHandler(java.lang.String segCode)
                                           throws org.xml.sax.SAXException
Get a ControlBlockHandler instance for the specified interchange segment code.

Parameters:
segCode - The segment code.
Returns:
The interchange control block handler.
Throws:
org.xml.sax.SAXException - Unknown control block segment code.


Copyright © 2011. All Rights Reserved.