
rvicemix.servicemix-exec.2013.01.source-code.servicemix-exec.xsd.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of servicemix-exec Show documentation
Show all versions of servicemix-exec Show documentation
The ServiceMix Exec component executes specified external processes and returns the result of that execution.
The newest version!
Schema for namespace: http://servicemix.apache.org/exec/1.0
Element Summary
Element Description Class
component Exec Component org.apache.servicemix.exec.ExecComponent
endpoint Represents an exec endpoint. org.apache.servicemix.exec.ExecEndpoint
Element Detail
Element: component
Element Type Description
endpoints (endpoint)* Get the component 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
Attribute Type Description
command xs:string
This attribute specifies the default command to use if no is provided in
the incoming message.
The default value is null
.
endpoint xs:string
Get the endpoint implementation.
interfaceName xs:QName
Get the qualified name of the endpoint interface.
service xs:QName
Get the service qualified name of the endpoint.
Element Type Description
marshaler <spring:bean/>
With this method you can specify a marshaler class which provides the
logic for converting a message into a execution command. This class has
to implement the interface class ExecMarshalerSupport
. If
you don't specify a marshaler, the DefaultExecMarshaler
will
be used.
wsdl <spring:bean/>
This attribute specifies the abstract WSDL describing the endpoint behavior.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy