EDIFACT Classes
For reference, this page lists the classes you can use to work with EDIFACT documents within productions.
| Item | Classes | Notes |
|---|---|---|
| Business services | Each of these EDIFACT business service classes uses a different adapter, as indicated by the class name. | |
| Business processes | EnsLib.MsgRouter.VDocRoutingEngineOpens in a new tab | This class is the standard virtual document routing process. |
| Business operations | Each of these EDIFACT business operation classes uses a different adapter, as indicated by the class name. | |
| Messages | EnsLib.EDI.EDIFACT.DocumentOpens in a new tab | This is a specialized message class to carry EDIFACT documents as virtual document. |
| Search tables | EnsLib.EDI.EDIFACT.SearchTableOpens in a new tab | This is a specialized search table class for EDIFACT documents. |
You can also create and use subclasses of these classes.
The business host classes include configurable targets. The following diagram shows some of them:
For information on other configurable targets, see Reference for EDIFACT Settings.