org.milyn.edisax.unedifact.handlers
Class UNAHandler
java.lang.Object
org.milyn.edisax.unedifact.handlers.UNAHandler
- All Implemented Interfaces:
- ControlBlockHandler
public class UNAHandler
- extends Object
- implements ControlBlockHandler
UNA Segment Handler.
- Author:
- tom.fennelly@gmail.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNAHandler
public UNAHandler()
process
public void process(InterchangeContext interchangeContext)
throws IOException,
SAXException
- Description copied from interface:
ControlBlockHandler
- Process an interchange control block.
- Specified by:
process in interface ControlBlockHandler
- Parameters:
interchangeContext - The interchange context.
- Throws:
IOException - Error reading from stream.
SAXException - SAX Error handling segment data.
Copyright © 2018. All rights reserved.