Package com.xmlcalabash.debugger
Interface Debugger
-
- All Implemented Interfaces:
public interface Debugger
-
-
Method Summary
Modifier and Type Method Description abstract Unit
startStep(AbstractStep step)
abstract Unit
endStep(AbstractStep step)
abstract XProcDocument
sendDocument(Pair<String, String> from, Pair<String, String> to, XProcDocument document)
-
-
Method Detail
-
startStep
abstract Unit startStep(AbstractStep step)
-
endStep
abstract Unit endStep(AbstractStep step)
-
sendDocument
abstract XProcDocument sendDocument(Pair<String, String> from, Pair<String, String> to, XProcDocument document)
-
-
-
-