org.milyn.edisax.unedifact.handlers
Class UNBHandler

java.lang.Object
  extended by org.milyn.edisax.unedifact.handlers.UNBHandler
All Implemented Interfaces:
ControlBlockHandler

public class UNBHandler
extends Object
implements ControlBlockHandler

UNB Segment Handler.

Author:
tom.fennelly@gmail.com

Constructor Summary
UNBHandler(Segment unbSegment, Segment unzSegment, HashMap<String,Charset> toCharsetMapping)
           
 
Method Summary
 void process(InterchangeContext interchangeContext)
          Process an interchange control block.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UNBHandler

public UNBHandler(Segment unbSegment,
                  Segment unzSegment,
                  HashMap<String,Charset> toCharsetMapping)
Method Detail

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 © 2011. All Rights Reserved.