Package com.xmlcalabash.steps.internal
Class JoinerStep
-
- All Implemented Interfaces:
-
com.xmlcalabash.api.XProcStep
public class JoinerStep extends AbstractAtomicStep
-
-
Field Summary
Fields Modifier and Type Field Description private final List<String>
inputPorts
private final List<String>
outputPorts
private final RuntimeStepParameters
stepParams
private final XProcStepConfiguration
stepConfig
private final Receiver
receiver
private final Map<QName, LazyValue>
options
private final Map<String, List<XProcDocument>>
queues
private final Long
nodeId
-
Constructor Summary
Constructors Constructor Description JoinerStep()
-
Method Summary
Modifier and Type Method Description final List<String>
getInputPorts()
final List<String>
getOutputPorts()
Unit
setup(XProcStepConfiguration stepConfig, Receiver receiver, RuntimeStepParameters stepParams)
Unit
run()
Unit
reset()
String
toString()
-
Methods inherited from class com.xmlcalabash.steps.AbstractAtomicStep
abort, booleanBinding, establishNamespaceBinding, establishNamespaceBinding, extensionAttributes, getNodeId, getOptions, getQueues, getReceiver, getStepConfig, getStepParams, hasBinding, input, integerBinding, mediaTypeBinding, option, overrideContentTypes, qnameBinding, qnameMapBinding, stringBinding, stringMapBinding, teardown, uriBinding, valueBinding, xmlBinding
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getInputPorts
final List<String> getInputPorts()
-
getOutputPorts
final List<String> getOutputPorts()
-
setup
Unit setup(XProcStepConfiguration stepConfig, Receiver receiver, RuntimeStepParameters stepParams)
-
-
-
-