|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.aludratest.service.AbstractAludraService org.aludratest.service.edifactfile.edifatto.EdifattoFileService
public class EdifattoFileService
Default implementation of the EdifactService which employs Edifatto for EDIFACR/X12 processing.
Field Summary |
---|
Fields inherited from class org.aludratest.service.AbstractAludraService |
---|
aludraServiceContext |
Constructor Summary | |
---|---|
EdifattoFileService()
|
Method Summary | |
---|---|
EdifactFileCondition |
check()
Provides an object for performing queries on EDIFACT or X12 interchanges and analyze their differences. |
void |
close()
Closes the service |
String |
getDescription()
Provides a description of the service |
FileService |
getFileService()
Provides the internally used FileService instance |
void |
initService()
Initializes the service |
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 class org.aludratest.service.AbstractAludraService |
---|
getInstanceName, init, setSystemConnector, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.aludratest.service.AludraService |
---|
getInstanceName, init, setSystemConnector |
Constructor Detail |
---|
public EdifattoFileService()
Method Detail |
---|
public void initService()
initService
in class AbstractAludraService
public String getDescription()
getDescription
in interface AludraService
public EdifactFileInteraction perform()
perform
in interface AludraService
perform
in interface EdifactFileService
Interaction
objectpublic EdifactFileVerification verify()
verify
in interface AludraService
verify
in interface EdifactFileService
Verification
objectpublic EdifactFileCondition check()
check
in interface AludraService
check
in interface EdifactFileService
Condition
objectpublic FileService getFileService()
EdifactFileService
FileService
instance
getFileService
in interface EdifactFileService
FileService
instancepublic void close()
close
in interface Closeable
close
in interface AludraCloseable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |