-
public interface SchemaReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetImplementationName()StringgetInterchangeName()StringgetTransactionName()Map<String,EDIType>readTypes()
-
-
-
Method Detail
-
readTypes
Map<String,EDIType> readTypes() throws EDISchemaException
- Throws:
EDISchemaException
-
getInterchangeName
String getInterchangeName()
-
getTransactionName
String getTransactionName()
-
getImplementationName
String getImplementationName()
-
-