org.milyn.edisax.interchange
Interface ControlBlockHandler

All Known Implementing Classes:
GenericHandler, UNAHandler, UNBHandler, UNGHandler, UNHHandler

public interface ControlBlockHandler

Interchange control block handler.

Author:
tom.fennelly@gmail.com

Method Summary
 void process(InterchangeContext interchangeContext)
          Process an interchange control block.
 

Method Detail

process

void process(InterchangeContext interchangeContext)
             throws IOException,
                    SAXException
Process an interchange control block.

Parameters:
interchangeContext - The interchange context.
Throws:
IOException - Error reading from stream.
SAXException - SAX Error handling segment data.


Copyright © 2011. All Rights Reserved.