org.milyn.edisax.interchange
Interface ControlBlockHandlerFactory
- All Known Implementing Classes:
- UNEdifact41ControlBlockHandlerFactory
public interface ControlBlockHandlerFactory
Interchange control block handler factory.
- Author:
- tom.fennelly@gmail.com
ENVELOPE_PREFIX
static final String ENVELOPE_PREFIX
- See Also:
- Constant Field Values
NAMESPACE_ROOT
static final String NAMESPACE_ROOT
- See Also:
- Constant Field Values
getNamespace
String getNamespace()
- Get the transmission namespace.
- Returns:
- The transmission namespace.
getControlBlockHandler
ControlBlockHandler getControlBlockHandler(String segCode)
throws SAXException
- Get a
ControlBlockHandler instance for the specified interchange segment code.
- Parameters:
segCode - The segment code.
- Returns:
- The interchange control block handler.
- Throws:
SAXException - Unknown control block segment code.
Copyright © 2011. All Rights Reserved.