|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EdiSpecificationReader
EDI Specification Reader.
| Field Summary | |
|---|---|
static String |
INTERCHANGE_BINDING_CONFIG
Interchange properties key for the top level interchange binding config. |
static String |
INTERCHANGE_TYPE
Interchange properties key for the interchange Type e.g. |
static String |
MESSAGE_BINDING_CONFIG
Interchange properties key for the interchange message binding config. |
| Method Summary | |
|---|---|
org.milyn.edisax.interchange.EdiDirectory |
getEdiDirectory(String... includeMessages)
Get the EdiDirectory instance for specification. |
Properties |
getInterchangeProperties()
Get the message interchange properties for the associated EDI specification. |
org.milyn.edisax.model.internal.Edimap |
getMappingModel(String messageName)
Get the EDI Mapping Model for the named message. |
Set<String> |
getMessageNames()
Get a list of the names of the messages defined in the EDI Specification (e.g. |
| Field Detail |
|---|
static final String INTERCHANGE_TYPE
static final String MESSAGE_BINDING_CONFIG
static final String INTERCHANGE_BINDING_CONFIG
| Method Detail |
|---|
Set<String> getMessageNames()
org.milyn.edisax.model.internal.Edimap getMappingModel(String messageName)
throws IOException
messageName - The name of the message.
IOException - Error reading/converting the message definition to
an EDI Mapping Model.Properties getInterchangeProperties()
org.milyn.edisax.interchange.EdiDirectory getEdiDirectory(String... includeMessages)
throws IOException
EdiDirectory instance for specification.
Implementations should cache this instance.
includeMessages - Messages to include.
IOException - Error reading specification.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||