org.aludratest.service.edifactfile
Interface EdifactFileService

All Superinterfaces:
AludraCloseable, AludraService, Closeable
All Known Implementing Classes:
EdifattoFileService

public interface EdifactFileService
extends AludraService

Interface for a service for processing EDIFACT and X12 documents.

Author:
Volker Bergmann

Method Summary
 EdifactFileCondition check()
          Provides an object for performing queries on EDIFACT or X12 interchanges and analyze their differences.
 FileService getFileService()
          Provides the internally used FileService instance
 EdifactFileInteraction perform()
          Provides an object to parses and save EDIFACT and X12 documents from and to streams.
 EdifactFileVerification verify()
          Provides an object to verify EDIFACT or X12 documents.
 
Methods inherited from interface org.aludratest.service.AludraService
getDescription, getInstanceName, init, setSystemConnector
 
Methods inherited from interface org.aludratest.service.AludraCloseable
close
 

Method Detail

perform

EdifactFileInteraction perform()
Provides an object to parses and save EDIFACT and X12 documents from and to streams.

Specified by:
perform in interface AludraService
Returns:
the service's Interaction object

verify

EdifactFileVerification verify()
Provides an object to verify EDIFACT or X12 documents.

Specified by:
verify in interface AludraService
Returns:
the service's Verification object

check

EdifactFileCondition check()
Provides an object for performing queries on EDIFACT or X12 interchanges and analyze their differences.

Specified by:
check in interface AludraService
Returns:
the service's Condition object

getFileService

FileService getFileService()
Provides the internally used FileService instance

Returns:
the internally used FileService instance


Copyright © 2015 aludratest.org. All rights reserved.