public interface ControlBlockHandlerFactory
Modifier and Type | Field and Description |
---|---|
static String |
ENVELOPE_PREFIX |
static String |
NAMESPACE_ROOT |
Modifier and Type | Method and Description |
---|---|
ControlBlockHandler |
getControlBlockHandler(String segCode)
Get a
ControlBlockHandler instance for the specified interchange segment code. |
String |
getNamespace()
Get the transmission namespace.
|
static final String ENVELOPE_PREFIX
static final String NAMESPACE_ROOT
String getNamespace()
ControlBlockHandler getControlBlockHandler(String segCode) throws SAXException
ControlBlockHandler
instance for the specified interchange segment code.segCode
- The segment code.SAXException
- Unknown control block segment code.Copyright © 2020. All rights reserved.