Package com.adaptris.edi.actions
Interface Action
-
- All Known Implementing Classes:
CreateStructureAction
public interface Action
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun(ContainerPart input, ContainerPart output)Run the action.
-
-
-
Method Detail
-
run
void run(ContainerPart input, ContainerPart output) throws EdiException
Run the action.- Parameters:
input-output-- Throws:
EdiException
-
-