Package com.xmlcalabash.spi
Interface AtomicStepManager
-
- All Implemented Interfaces:
public interface AtomicStepManager
-
-
Method Summary
Modifier and Type Method Description abstract Set<QName>
stepTypes()
abstract Boolean
stepAvailable(QName stepType)
abstract Function0<XProcStep>
createStep(StepParameters params)
-
-
Method Detail
-
stepAvailable
abstract Boolean stepAvailable(QName stepType)
-
createStep
abstract Function0<XProcStep> createStep(StepParameters params)
-
-
-
-