Element Summary

ElementDescriptionClass
componentOSWorkfloworg.apache.servicemix.osworkflow.OSWorkflowComponent
endpointorg.apache.servicemix.osworkflow.OSWorkflowEndpoint

Element Detail

Element: component

ElementTypeDescription
endpoints(endpoint)*returns the endpoints
executorFactory<spring:bean/>The executor factory to use to create the executor. If none is provided, one will be retrieved from the JBI container when the component is deployed into ServiceMix 3.x, or a default implementation will be used.

Element: endpoint

AttributeTypeDescription
actionxs:integerThe initial action to trigger in the workflow.
callerxs:stringThe caller user name to be used when executing the workflow.
endpointxs:stringThe name of the endpoint.
interfaceNamexs:QNameThe qualified name of the interface exposed by the endpoint.
servicexs:QNameThe qualified name of the service the endpoint exposes.
workflowNamexs:stringThe name of the workflow to be used for handling the exchange.