|
||||||||||
| 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 java.lang.String |
INTERCHANGE_BINDING_CONFIG
Interchange properties key for the top level interchange binding config. |
static java.lang.String |
INTERCHANGE_TYPE
Interchange properties key for the interchange Type e.g. |
static java.lang.String |
MESSAGE_BINDING_CONFIG
Interchange properties key for the interchange message binding config. |
| Method Summary | |
|---|---|
java.util.Properties |
getInterchangeProperties()
Get the message interchange properties for the associated EDI specification. |
Edimap |
getMappingModel(java.lang.String messageName)
Get the EDI Mapping Model for the named message. |
java.util.Set<java.lang.String> |
getMessageNames()
Get a list of the names of the messages defined in the EDI Specification (e.g. |
| Field Detail |
|---|
static final java.lang.String INTERCHANGE_TYPE
static final java.lang.String MESSAGE_BINDING_CONFIG
static final java.lang.String INTERCHANGE_BINDING_CONFIG
| Method Detail |
|---|
java.util.Set<java.lang.String> getMessageNames()
Edimap getMappingModel(java.lang.String messageName)
throws java.io.IOException
messageName - The name of the message.
java.io.IOException - Error reading/converting the message definition to
an EDI Mapping Model.java.util.Properties getInterchangeProperties()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||