public class UNEdifact41ControlBlockHandlerFactory extends Object implements ControlBlockHandlerFactory
Modifier and Type | Field and Description |
---|---|
static String |
NAMESPACE |
ENVELOPE_PREFIX, NAMESPACE_ROOT
Constructor and Description |
---|
UNEdifact41ControlBlockHandlerFactory(HierarchyChangeListener hierarchyChangeListener) |
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.
|
public static final String NAMESPACE
public UNEdifact41ControlBlockHandlerFactory(HierarchyChangeListener hierarchyChangeListener)
public String getNamespace()
ControlBlockHandlerFactory
getNamespace
in interface ControlBlockHandlerFactory
public ControlBlockHandler getControlBlockHandler(String segCode) throws SAXException
ControlBlockHandlerFactory
ControlBlockHandler
instance for the specified interchange segment code.getControlBlockHandler
in interface ControlBlockHandlerFactory
segCode
- The segment code.SAXException
- Unknown control block segment code.Copyright © 2020. All rights reserved.